summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2002-03-29 01:32:20 +0000
committerMichael Snyder <msnyder@specifix.com>2002-03-29 01:32:20 +0000
commit005cb3282b9c671b185fbcc053f50eb391b96fd0 (patch)
treeae011b1ca35278e20a525b64cbdf985fab9060fc /gdb/NEWS
parentf3d91e951e1d0679ea3fbecd9f7ee709dd4074d7 (diff)
downloadgdb-005cb3282b9c671b185fbcc053f50eb391b96fd0.tar.gz
2002-03-26 Michael Snyder <msnyder@redhat.com>
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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 8c23cf4c7f8..c73a40ebf07 100644
--- 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: