Lines Matching full:gdb
41 #include <gdb/gdb.h>
42 #include <gdb/gdb_int.h>
44 SYSCTL_NODE(_debug, OID_AUTO, gdb, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
45 "GDB settings");
50 KDB_BACKEND(gdb, gdb_init, NULL, NULL, gdb_trap);
84 printf("GDB: debug ports:");
92 printf("GDB: no debug ports present\n");
95 printf("GDB: current port: %s\n", gdb_cur->gdb_name);
162 * EOF when GDB asks us next.
232 * GDB only has one KV-pair feature, and we don't
249 /* Unknown GDB feature. */
278 * https://sourceware.org/gdb/onlinedocs/gdb/Packet-Acknowledgment.html
299 * vs actual packet length constraints. A non-byzantine gdb host should allow
366 * Squashes special XML and GDB characters down to _. Sorry.
385 /* GDB escape. */
414 * [0]: https://sourceware.org/gdb/current/onlinedocs/gdb/Thread-List-Format.html
567 * GDB "General-Query-Packets.html" qXfer-read anchor specifically
760 /* printf("GDB: got '%s'\n", gdb_rxp); */