diff options
author | Mark Kettenis <kettenis@gnu.org> | 2002-03-31 17:53:00 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2002-03-31 17:53:00 +0000 |
commit | a5941fbf4a398f1cb44618cd0f93e7bb46b7f211 (patch) | |
tree | c25c1107564b32da2d4bd19a710f9f79e12d8373 /gdb | |
parent | a90cd31de1fafcf359bfe2d36b67f41b74773515 (diff) | |
download | gdb-a5941fbf4a398f1cb44618cd0f93e7bb46b7f211.zip gdb-a5941fbf4a398f1cb44618cd0f93e7bb46b7f211.tar.gz gdb-a5941fbf4a398f1cb44618cd0f93e7bb46b7f211.tar.bz2 |
* NEWS: Mention gcore support on FreeBSD/i386.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 204a88b..69615a8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2002-03-31 Mark Kettenis <kettenis@gnu.org> + * NEWS: Mention gcore support on FreeBSD/i386. + * fbsd-proc.c: New file. * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define. * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o. @@ -3,6 +3,10 @@ *** Changes since GDB 5.2: +* Changes in FreeBSD/i386 native debugging. + +Support for the "generate-core-file" has been added. + * New commands "dump", "append", and "restore". These commands allow data to be copied from target memory |