From 89743e04ff1ccfc4ff1e1a53b81fd43337ed0a4b Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Fri, 29 Mar 2002 01:32:20 +0000 Subject: [PATCH] 2002-03-26 Michael Snyder Andrew Cagney * 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 | 1 + gdb/NEWS | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fc48c115215..6ee70f014e3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 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: -- 2.30.2