Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/debug/
Dgdbstub.c45 static int gdbstub_prev_in_buf_pos; variable
63 if (gdbstub_prev_in_buf_pos < gdbstub_use_prev_in_buf) in gdbstub_read_wait()
64 return remcom_in_buffer[gdbstub_prev_in_buf_pos++]; in gdbstub_read_wait()
1112 gdbstub_prev_in_buf_pos = 0; in gdbstub_state()