Searched refs:gdb_write_to_packet_char (Results 1 – 1 of 1) sorted by relevance
229 gdb_write_to_packet_char(u8 data, struct gdb_context *ctx) in gdb_write_to_packet_char() function241 gdb_write_to_packet_char(buf[x], ctx); in gdb_write_to_packet()322 gdb_write_to_packet_char('#', ctx); in gdb_send_packet()348 gdb_write_to_packet_char('S', ctx); in gdb_cmd_signum()555 gdb_write_to_packet_char('O', gdb_ctx); in gdbstub_console_puts()559 gdb_write_to_packet_char(hex2char((*p>>4) & 0x0f), gdb_ctx ); in gdbstub_console_puts()560 gdb_write_to_packet_char(hex2char((*p) & 0x0f), gdb_ctx ); in gdbstub_console_puts()
Completed in 3 milliseconds