* NEWS: Mention that remote.c now has a `load' operation.
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 15 Jul 1993 18:28:40 +0000 (18:28 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 15 Jul 1993 18:28:40 +0000 (18:28 +0000)
gdb/ChangeLog
gdb/NEWS

index 153049005d5ad5464350e501817f0737dfcfbf40..3b1eff86f787c8fb4d1e23c399a253861edef98e 100644 (file)
@@ -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.
index 3bc81f41b2ce5ef112f25b3d813fff698ff8a4dc..5359d6b22f86d12d853bf0e1a076a14ccd6f88e3 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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
This page took 0.033646 seconds and 4 git commands to generate.