Searched refs:gdb_write_to_packet_char (Results 1 – 1 of 1) sorted by relevance
228 gdb_write_to_packet_char(u8 data, struct gdb_context *ctx) in gdb_write_to_packet_char() function240 gdb_write_to_packet_char(buf[x], ctx); in gdb_write_to_packet()321 gdb_write_to_packet_char('#', ctx); in gdb_send_packet()347 gdb_write_to_packet_char('S', ctx); in gdb_cmd_signum()554 gdb_write_to_packet_char('O', gdb_ctx); in gdbstub_console_puts()558 gdb_write_to_packet_char(hex2char((*p>>4) & 0x0f), gdb_ctx ); in gdbstub_console_puts()559 gdb_write_to_packet_char(hex2char((*p) & 0x0f), gdb_ctx ); in gdbstub_console_puts()
Completed in 6 milliseconds