Home
last modified time | relevance | path

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

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dremote-sds.c333 int last_sent_step; variable
341 last_sent_step = step; in sds_resume()
H A Dremote.c2499 static int last_sent_step;
2510 last_sent_step = step;
2934 strcpy ((char *) buf, last_sent_step ? "s" : "c");
3126 strcpy ((char *) buf, last_sent_step ? "s" : "c");
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dremote-sds.c333 int last_sent_step; variable
341 last_sent_step = step; in sds_resume()
H A Dremote.c2499 static int last_sent_step; variable
2510 last_sent_step = step; in remote_resume()
2934 strcpy ((char *) buf, last_sent_step ? "s" : "c"); in remote_wait()
3126 strcpy ((char *) buf, last_sent_step ? "s" : "c"); in remote_async_wait()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dremote.c4519 static int last_sent_step; variable
4529 last_sent_step = step; in remote_resume()
5533 strcpy ((char *) buf, last_sent_step ? "s" : "c"); in remote_wait_as()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dremote.c4820 static int last_sent_step; variable
4839 last_sent_step = step; in remote_resume()
5941 strcpy ((char *) buf, last_sent_step ? "s" : "c"); in remote_wait_as()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dremote.c328 bool last_sent_step = false; variable
6294 rs->last_sent_step = step;
8259 strcpy (buf, rs->last_sent_step ? "s" : "c");
H A DChangeLog-20134769 * remote.c (struct remote_state) <last_sent_step>:
4771 (last_sent_step): Remove.