diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-15 18:28:40 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-15 18:28:40 +0000 |
commit | 5b336d29caa6019c61adb0e9d5cb4da9a1dabbe9 (patch) | |
tree | 4c5994dec5ad384faea243f1eab83f989c35256e /gdb/NEWS | |
parent | 9edc5b2eca546c810adf77a544f8d4de30c1abb8 (diff) | |
download | gdb-5b336d29caa6019c61adb0e9d5cb4da9a1dabbe9.zip gdb-5b336d29caa6019c61adb0e9d5cb4da9a1dabbe9.tar.gz gdb-5b336d29caa6019c61adb0e9d5cb4da9a1dabbe9.tar.bz2 |
* NEWS: Mention that remote.c now has a `load' operation.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ * 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. + Filename completion now works. When run under emacs mode, the "info line" command now causes the |