Searched refs:gdbstub_use_prev_in_buf (Results 1 – 1 of 1) sorted by relevance
44 static int gdbstub_use_prev_in_buf; variable62 if (unlikely(gdbstub_use_prev_in_buf)) { in gdbstub_read_wait()63 if (gdbstub_prev_in_buf_pos < gdbstub_use_prev_in_buf) in gdbstub_read_wait()66 gdbstub_use_prev_in_buf = 0; in gdbstub_read_wait()1111 gdbstub_use_prev_in_buf = strlen(remcom_in_buffer); in gdbstub_state()