Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/debug/
Dgdbstub.c45 static int gdbstub_use_prev_in_buf; variable
63 if (unlikely(gdbstub_use_prev_in_buf)) { in gdbstub_read_wait()
64 if (gdbstub_prev_in_buf_pos < gdbstub_use_prev_in_buf) in gdbstub_read_wait()
67 gdbstub_use_prev_in_buf = 0; in gdbstub_read_wait()
1096 gdbstub_use_prev_in_buf = strlen(remcom_in_buffer); in gdbstub_state()