OSDN Git Service

2002-03-26 Michael Snyder <msnyder@redhat.com>
authormsnyder <msnyder>
Fri, 29 Mar 2002 01:32:19 +0000 (01:32 +0000)
committermsnyder <msnyder>
Fri, 29 Mar 2002 01:32:19 +0000 (01:32 +0000)
            Andrew Cagney <cagney@redhat.com>

* cli/cli-dump.c: New file.  Dump memory to file,
restore file to memory.
* cli/cli-dump.h: New file.
* Makefile.in: Add rules, dependencies for cli-dump.o.
        * NEWS: Mention new commands.

gdb/ChangeLog
gdb/NEWS

index fc48c11..6ee70f0 100644 (file)
@@ -5,6 +5,7 @@
        restore file to memory.
        * cli/cli-dump.h: New file.
        * Makefile.in: Add rules, dependencies for cli-dump.o.
+       * NEWS: Mention new commands.
 
 2002-03-28  Michael Snyder  <msnyder@redhat.com>
 
index 8c23cf4..c73a40e 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,11 @@
 
 *** Changes since GDB 5.2:
 
+* New commands "dump", "append", and "restore".
+
+These commands allow data to be copied from target memory
+to a bfd-format or binary file (dump and append), and back
+from a file into memory (restore).
 
 *** Changes in GDB 5.2: