Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/debug/
Dgdbstub.c46 static int gdbstub_prev_in_buf_pos; variable
64 if (gdbstub_prev_in_buf_pos < gdbstub_use_prev_in_buf) in gdbstub_read_wait()
65 return remcom_in_buffer[gdbstub_prev_in_buf_pos++]; in gdbstub_read_wait()
1097 gdbstub_prev_in_buf_pos = 0; in gdbstub_state()