Searched refs:gdb_io_read (Results 1 – 1 of 1) sorted by relevance
158 gdb_io_read(struct gdb_context *ctx) in gdb_io_read() function173 while ( (ch = gdb_io_read(ctx)) != '$' ) in attempt_receive_packet()181 ch = gdb_io_read(ctx); in attempt_receive_packet()195 received_csum = char2hex(gdb_io_read(ctx)) * 16 + in attempt_receive_packet()196 char2hex(gdb_io_read(ctx)); in attempt_receive_packet()299 u8 c = gdb_io_read(ctx); in gdb_check_ack()
Completed in 3 milliseconds