Lines Matching full:gdb
35 * both NetGDB and gdb(1), and pass bidirectional traffic between the two
38 * Second, The NetGDB client is activated much like ordinary 'gdb' and
43 * Finally, the remote (k)gdb(1) uses 'target remote <proxy>:<port>' to connect
46 * NetGDBv1 speaks the literal GDB remote serial protocol, and uses a 1:1
47 * relationship between GDB packets and plain debugnet packets. There is no
79 #include <gdb/gdb.h>
80 #include <gdb/gdb_int.h>
81 #include <gdb/netgdb.h>
156 * The following routines implement a pseudo GDB debugport (an emulated serial
157 * driver that the MI gdb(4) code does I/O with).
203 * GDB packet boundaries matter. debugnet_send() fragments a single in netgdb_dbg_sendpacket()
227 /* Just used for + / - GDB-level ACKs. */
253 * Force enable GDB. (If no other debugports were registered at boot, in netgdb_init()
258 if (strcmp(be->dbbe_name, "gdb") != 0) in netgdb_init()
359 if (kdb_dbbe_select("gdb") != 0) { in DB_COMMAND_FLAGS()
360 db_printf("The remote GDB backend could not be selected.\n"); in DB_COMMAND_FLAGS()
371 db_printf("(detaching GDB will return control to DDB)\n"); in DB_COMMAND_FLAGS()