Searched refs:gdb_send_reply (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | gdbstub.c | 447 gdb_send_reply("OK", ctx); in process_command() 459 gdb_send_reply("E03", ctx); in process_command() 465 gdb_send_reply("E04", ctx); in process_command() 474 gdb_send_reply("E03", ctx); in process_command() 480 gdb_send_reply("E04", ctx); in process_command() 489 gdb_send_reply("E03", ctx); in process_command() 494 gdb_send_reply("E04", ctx); in process_command() 503 gdb_send_reply("E03", ctx); in process_command() 508 gdb_send_reply("E04", ctx); in process_command() 518 gdb_send_reply("OK", ctx); in process_command() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | gdbstub.c | 63 gdb_send_reply("", ctx); in gdb_arch_write_reg_array() 140 gdb_send_reply("OK", ctx); in gdb_arch_write_reg()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | gdbstub.h | 51 void gdb_send_reply(const char *buf, struct gdb_context *ctx);
|
Completed in 4 milliseconds