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.
This commit is contained in:
parent
f02df580ce
commit
89743e04ff
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
5
gdb/NEWS
5
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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue