mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-13 21:49:40 +00:00
* remote-mips.c (_initialize_remote_mips): Fix DDB doc string.
This commit is contained in:
parent
0d65768a9c
commit
138b5e6359
@ -1,4 +1,17 @@
|
|||||||
|
Mon Dec 22 21:51:53 1997 Mark Alexander <marka@cygnus.com>
|
||||||
|
|
||||||
|
* remote-mips.c (_initialize_remote_mips): Fix DDB doc string.
|
||||||
|
|
||||||
start-sanitize-d30v
|
start-sanitize-d30v
|
||||||
|
Sun Dec 21 17:00:06 1997 David Taylor <taylor@texas.cygnus.com>
|
||||||
|
|
||||||
|
* d30v-tdep.c (d30v_frame_find_saved_regs): split most of
|
||||||
|
function off into d30v_frame_find_saved_regs_offsets;
|
||||||
|
(d30v_frame_find_saved_regs_offsets): new function. Got
|
||||||
|
backtrace working when calling from framefull (unoptimized)
|
||||||
|
routines (.e.g, main) into frameless (optimized) routines
|
||||||
|
(e.g., printf).
|
||||||
|
|
||||||
Fri Dec 19 09:49:49 1997 David Taylor <taylor@texas.cygnus.com>
|
Fri Dec 19 09:49:49 1997 David Taylor <taylor@texas.cygnus.com>
|
||||||
|
|
||||||
* d30v-tdep.c (d30v_frame_chain): test end_of_stack
|
* d30v-tdep.c (d30v_frame_chain): test end_of_stack
|
||||||
|
@ -3564,8 +3564,8 @@ Debug a board using the PMON MIPS remote debugging protocol over a serial\n\
|
|||||||
line. The first argument is the device it is connected to or, if it contains\n\
|
line. The first argument is the device it is connected to or, if it contains\n\
|
||||||
a colon, HOST:PORT to access a board over a network. The optional second\n\
|
a colon, HOST:PORT to access a board over a network. The optional second\n\
|
||||||
parameter is the temporary file in the form HOST:FILENAME to be used for\n\
|
parameter is the temporary file in the form HOST:FILENAME to be used for\n\
|
||||||
TFTP downloads to the board. The optional third parameter is the local\n\
|
TFTP downloads to the board. The optional third parameter is the local name\n\
|
||||||
of the TFTP temporary file, if it differs from the filename seen by the board";
|
of the TFTP temporary file, if it differs from the filename seen by the board.";
|
||||||
ddb_ops.to_open = ddb_open;
|
ddb_ops.to_open = ddb_open;
|
||||||
ddb_ops.to_wait = mips_wait;
|
ddb_ops.to_wait = mips_wait;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user