Searched refs:gdb (Results 1 – 25 of 35) sorted by relevance
12
16 gdb -ex "set pagination 0" -ex "thread apply all bt" -batch -p $pid
34 GDB=${GDB:-gdb}
4 CSCOPEDIRS= bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
20 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
23 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
26 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
25 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
24 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
22 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
14 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
23 makeoptions DEBUG="-g3" #Build kernel with gdb(1) debug symbols
21 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
5 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
124 struct link_map gdb; /* hooks for gdb */ member376 ef->gdb.l_addr = lf->address; in link_elf_link_common_finish()379 ef->gdb.l_name = newfilename; in link_elf_link_common_finish()380 ef->gdb.l_ld = ef->dynamic; in link_elf_link_common_finish()381 link_elf_add_gdb(&ef->gdb); in link_elf_link_common_finish()1366 if (ef->gdb.l_ld != NULL) { in link_elf_unload_file()1368 free((void *)(uintptr_t)ef->gdb.l_name, M_LINKER); in link_elf_unload_file()1369 link_elf_delete_gdb(&ef->gdb); in link_elf_unload_file()
32 # Build kernel with gdb(1) debug symbols
33 # Build kernel with gdb(1) debug symbols
17 sudo apt-get install --yes -qq build-essential autoconf libtool gdb lcov \
19 sudo apt-get install --yes -qq build-essential autoconf libtool gdb \
60 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
40 static char gdb[256]; variable56 if (system(gdb)) { } in sig_handler()983 (void) sprintf(gdb, gdb_tmpl, getpid()); in main()