Home
last modified time | relevance | path

Searched defs:gdb (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/kyua/utils/
H A Dstacktrace_test.cpp280 optional< fs::path > gdb = utils::find_gdb(); in ATF_TEST_CASE_BODY() local
296 optional< fs::path > gdb = utils::find_gdb(); in ATF_TEST_CASE_BODY() local
307 optional< fs::path > gdb = utils::find_gdb(); in ATF_TEST_CASE_BODY() local
316 optional< fs::path > gdb = utils::find_gdb(); in ATF_TEST_CASE_BODY() local
485 const std::string gdb = (fs::current_path() / "fake-gdb").str(); in ATF_TEST_CASE_BODY() local
512 const std::string gdb = (fs::current_path() / "fake-gdb").str(); in ATF_TEST_CASE_BODY() local
H A Dstacktrace.cpp187 const fs::path gdb(builtin_gdb); in find_gdb() local
306 const optional< fs::path > gdb = utils::find_gdb(); in dump_stacktrace() local
/freebsd/sys/kern/
H A Dlink_elf.c123 struct link_map gdb; /* hooks for gdb */ member