Home
last modified time | relevance | path

Searched refs:gdb_raw_getchar (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/coreboot/payloads/libpayload/gdb/
H A Dtransport.c33 static int gdb_raw_getchar(void) in gdb_raw_getchar() function
183 int c = gdb_raw_getchar(); in gdb_get_command()
245 } while (gdb_raw_getchar() != '+' && retries--); in gdb_send_reply()