Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote-mips.c74 static ULONGEST mips_request (int cmd, ULONGEST addr, ULONGEST data,
1194 mips_request (int cmd, in mips_request() function
1320 mips_request ('x', 0, 0, NULL, mips_receive_wait, NULL); in mips_exit_debug()
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()
[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
H A DChangeLog-20003132 * remote-mips.c (mips_request): Change all arguments to ULONGEST.