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 | |
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.
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/NEWS | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1530490..3b1eff8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Thu Jul 15 08:34:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * NEWS: Mention that remote.c now has a `load' operation. + * hppa-tdep.c (pc_in_linker_stub): New function. (find_proc_framesize): Return 0 for linker stubs. (rp_saved): Tell the caller where rp is saved. @@ -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 |