Searched refs:gdb_send_reply (Results 1 – 3 of 3) sorted by relevance
/xen/xen/common/ |
A D | gdbstub.c | 448 gdb_send_reply("OK", ctx); in process_command() 460 gdb_send_reply("E03", ctx); in process_command() 466 gdb_send_reply("E04", ctx); in process_command() 475 gdb_send_reply("E03", ctx); in process_command() 481 gdb_send_reply("E04", ctx); in process_command() 490 gdb_send_reply("E03", ctx); in process_command() 495 gdb_send_reply("E04", ctx); in process_command() 504 gdb_send_reply("E03", ctx); in process_command() 509 gdb_send_reply("E04", ctx); in process_command() 519 gdb_send_reply("OK", ctx); in process_command() [all …]
|
/xen/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/xen/include/xen/ |
A D | gdbstub.h | 51 void gdb_send_reply(const char *buf, struct gdb_context *ctx);
|
Completed in 3 milliseconds