Searched refs:gdb_write_to_packet_hex (Results 1 – 3 of 3) sorted by relevance
/xen/xen/arch/x86/x86_64/ |
A D | gdbstub.c | 22 #define GDB_REG64(r) gdb_write_to_packet_hex(r, sizeof(u64), ctx) 23 #define GDB_REG32(r) gdb_write_to_packet_hex(r, sizeof(u32), ctx)
|
/xen/xen/include/xen/ |
A D | gdbstub.h | 47 void gdb_write_to_packet_hex(
|
/xen/xen/common/ |
A D | gdbstub.c | 251 gdb_write_to_packet_hex(unsigned long x, int int_size, struct gdb_context *ctx) in gdb_write_to_packet_hex() function 349 gdb_write_to_packet_hex(ctx->signum, sizeof(ctx->signum), ctx); in gdb_cmd_signum() 371 gdb_write_to_packet_hex(val, sizeof(val), ctx); in gdb_cmd_read_mem()
|
Completed in 5 milliseconds