diff options
author | Michael Snyder <msnyder@vmware.com> | 2002-03-29 01:32:20 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2002-03-29 01:32:20 +0000 |
commit | 89743e04ff1ccfc4ff1e1a53b81fd43337ed0a4b (patch) | |
tree | 4f8460d91d547a43d3feeac23a7a0be68a55d707 /gdb/NEWS | |
parent | f02df580ce402a3c08ba818887bd7c0f349893f5 (diff) | |
download | gdb-89743e04ff1ccfc4ff1e1a53b81fd43337ed0a4b.zip gdb-89743e04ff1ccfc4ff1e1a53b81fd43337ed0a4b.tar.gz gdb-89743e04ff1ccfc4ff1e1a53b81fd43337ed0a4b.tar.bz2 |
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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |