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

/linux-4.1.27/kernel/debug/
H A Dgdbstub.c46 static int gdbstub_use_prev_in_buf; variable
64 if (unlikely(gdbstub_use_prev_in_buf)) { gdbstub_read_wait()
65 if (gdbstub_prev_in_buf_pos < gdbstub_use_prev_in_buf) gdbstub_read_wait()
68 gdbstub_use_prev_in_buf = 0; gdbstub_read_wait()
1100 gdbstub_use_prev_in_buf = strlen(remcom_in_buffer); gdbstub_state()

Completed in 36 milliseconds