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

/linux-master/kernel/debug/
H A Dgdbstub.c44 static int gdbstub_use_prev_in_buf; variable
62 if (unlikely(gdbstub_use_prev_in_buf)) {
63 if (gdbstub_prev_in_buf_pos < gdbstub_use_prev_in_buf)
66 gdbstub_use_prev_in_buf = 0;
1111 gdbstub_use_prev_in_buf = strlen(remcom_in_buffer);

Completed in 147 milliseconds