diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-15 21:16:12 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-15 21:16:12 +0000 |
commit | be9af13cb5f2b7550c9cb8b17049999e8267f6db (patch) | |
tree | 728b864c3aa7d87e7aca8d1d85fdcb06ecf00894 /gdb/NEWS | |
parent | 38e1c8decbbf8690e304c1d252793e3e25020be3 (diff) | |
download | gdb-be9af13cb5f2b7550c9cb8b17049999e8267f6db.zip gdb-be9af13cb5f2b7550c9cb8b17049999e8267f6db.tar.gz gdb-be9af13cb5f2b7550c9cb8b17049999e8267f6db.tar.bz2 |
minor fixes
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,15 +6,15 @@ * User visible changes: Remote debugging using the GDB-specific (`target remote') protocol now -supports the `load' command. This is only useful if you have some way -of getting the stub to the target system, and putting it somewhere in -memory where it won't get clobbered by the download. +supports the `load' command. This is only useful if you have some +other way of getting the stub to the target system, and you can put it +somewhere in memory where it won't get clobbered by the download. Filename completion now works. When run under emacs mode, the "info line" command now causes the arrow to point to the line specified. Also, "info line" prints -addresses in symbolic form. +addresses in symbolic form (as well as hex). All vxworks based targets now support a user settable option, called vxworks-timeout. This option represents the number of seconds gdb |