Home
last modified time | relevance | path

Searched refs:mips_request (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dremote-mips.c1194 mips_request (int cmd, in mips_request() function
1326 mips_request ('x', 0, 0, &err, mips_receive_wait, NULL); in mips_exit_debug()
1466 mips_request ('r', 0, 0, &err, mips_receive_wait, NULL); in mips_initialize()
1681 mips_request (step ? 's' : 'c', 1, siggnal, in mips_resume()
1733 rstatus = mips_request ('\000', 0, 0, &err, -1, buff); in mips_wait()
1925 val = (unsigned) mips_request ('t', pmon_reg, 0, in mips_fetch_registers()
1928 val = mips_request ('r', pmon_reg, 0, in mips_fetch_registers()
1968 mips_request ('R', mips_map_regno (regno), in mips_store_registers()
1987 val = mips_request ('i', addr, 0, &err, in mips_fetch_word()
2007 oldcontents = mips_request ('D', addr, val, &err, in mips_store_word()
[all …]
H A DChangeLog-19939 * remote-mips.c: Add timeout parameter to mips_request and
4630 (mips_request): Don't check that remote pid is 0, because
H A DChangeLog-1995837 * (mips_request): Allow caller to pass in buff to allow them to
H A DChangeLog-19945412 * remote-mips.c (mips_request, mips_wait): Correct prototypes.
H A DChangeLog-19986655 * remote-mips.c (mips_request): Use unsigned long during parsing
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dremote-mips.c1194 mips_request (int cmd, in mips_request() function
1326 mips_request ('x', 0, 0, &err, mips_receive_wait, NULL); in mips_exit_debug()
1466 mips_request ('r', 0, 0, &err, mips_receive_wait, NULL); in mips_initialize()
1681 mips_request (step ? 's' : 'c', 1, siggnal, in mips_resume()
1733 rstatus = mips_request ('\000', 0, 0, &err, -1, buff); in mips_wait()
1925 val = (unsigned) mips_request ('t', pmon_reg, 0, in mips_fetch_registers()
1928 val = mips_request ('r', pmon_reg, 0, in mips_fetch_registers()
1968 mips_request ('R', mips_map_regno (regno), in mips_store_registers()
1987 val = mips_request ('i', addr, 0, &err, in mips_fetch_word()
2007 oldcontents = mips_request ('D', addr, val, &err, in mips_store_word()
[all …]
H A DChangeLog-19939 * remote-mips.c: Add timeout parameter to mips_request and
4630 (mips_request): Don't check that remote pid is 0, because
H A DChangeLog-1995837 * (mips_request): Allow caller to pass in buff to allow them to
H A DChangeLog-19945412 * remote-mips.c (mips_request, mips_wait): Correct prototypes.
H A DChangeLog-19986655 * remote-mips.c (mips_request): Use unsigned long during parsing
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dremote-mips.c1238 mips_request (int cmd, in mips_request() function
1392 mips_request ('x', 0, 0, &err, mips_receive_wait, NULL); in mips_exit_debug()
1532 mips_request ('r', 0, 0, &err, mips_receive_wait, NULL); in mips_initialize()
1768 mips_request (step ? 's' : 'c', 1, siggnal, in mips_resume()
1850 rstatus = mips_request ('\000', 0, 0, &err, -1, buff); in mips_wait()
2045 val = mips_request ('t', pmon_reg, 0, in mips_fetch_registers()
2048 val = mips_request ('r', pmon_reg, 0, in mips_fetch_registers()
2085 mips_request (mips_monitor == MON_ROCKHOPPER ? 'T' : 'R', in mips_store_registers()
2107 *valp = mips_request ('i', addr, 0, &err, in mips_fetch_word()
2124 oldcontents = mips_request ('D', addr, val, &err, in mips_store_word()
[all …]
H A DChangeLog-19939 * remote-mips.c: Add timeout parameter to mips_request and
4630 (mips_request): Don't check that remote pid is 0, because
H A DChangeLog-1995837 * (mips_request): Allow caller to pass in buff to allow them to
H A DChangeLog-19945412 * remote-mips.c (mips_request, mips_wait): Correct prototypes.
H A DChangeLog-19986655 * remote-mips.c (mips_request): Use unsigned long during parsing
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dremote-mips.c1238 mips_request (int cmd, in mips_request() function
1392 mips_request ('x', 0, 0, &err, mips_receive_wait, NULL); in mips_exit_debug()
1532 mips_request ('r', 0, 0, &err, mips_receive_wait, NULL); in mips_initialize()
1767 mips_request (step ? 's' : 'c', 1, siggnal, in mips_resume()
1848 rstatus = mips_request ('\000', 0, 0, &err, -1, buff); in mips_wait()
2043 val = mips_request ('t', pmon_reg, 0, in mips_fetch_registers()
2046 val = mips_request ('r', pmon_reg, 0, in mips_fetch_registers()
2083 mips_request (mips_monitor == MON_ROCKHOPPER ? 'T' : 'R', in mips_store_registers()
2105 *valp = mips_request ('i', addr, 0, &err, in mips_fetch_word()
2122 oldcontents = mips_request ('D', addr, val, &err, in mips_store_word()
[all …]
H A DChangeLog-19939 * remote-mips.c: Add timeout parameter to mips_request and
4630 (mips_request): Don't check that remote pid is 0, because
H A DChangeLog-1995837 * (mips_request): Allow caller to pass in buff to allow them to
H A DChangeLog-19945412 * remote-mips.c (mips_request, mips_wait): Correct prototypes.
H A DChangeLog-19986655 * remote-mips.c (mips_request): Use unsigned long during parsing
/dports/devel/gdb/gdb-11.1/gdb/
H A DChangeLog-19939 * remote-mips.c: Add timeout parameter to mips_request and
4630 (mips_request): Don't check that remote pid is 0, because
H A DChangeLog-1995837 * (mips_request): Allow caller to pass in buff to allow them to
H A DChangeLog-19945412 * remote-mips.c (mips_request, mips_wait): Correct prototypes.
H A DChangeLog-19986655 * remote-mips.c (mips_request): Use unsigned long during parsing
/dports/devel/avr-gdb/gdb-7.3.1/gdb/po/
H A Dgdb.pot18521 msgid "mips_request: Trying to send command before reply"
18525 msgid "mips_request: Trying to get reply before command"

12