2002-01-30 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 31 Jan 2002 02:33:20 +0000 (02:33 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 31 Jan 2002 02:33:20 +0000 (02:33 +0000)
* NEWS: Mention generate-core-file command.

gdb/ChangeLog
gdb/NEWS

index 27dfeb0ca3c646f95c1d2ff0c8b5401925bb78c1..e98fb875d8d4dd77f96c3da924d055ce88295985 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-30  Michael Snyder  <msnyder@redhat.com>
+
+       * NEWS: Mention generate-core-file command.
+
 2002-01-15  Michael Snyder  <msnyder@redhat.com>
 
        * target.c: New command, "set trust-readonly-sections on".
index a75707fadbcb43676fad519daa89853160a2825d..7518234f6f729e19564bc210b356bbc604344e1c 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,14 @@
 
 *** Changes since GDB 5.1:
 
+* New command "generate-core-file" (or "gcore").
+
+This new gdb command allows the user to drop a core file of the
+child process state at any time.  So far it's been implemented 
+only for Linux and Solaris, but should be relatively easily 
+ported to other hosts.  Argument is core file name (defaults 
+to core.<pid>).
+
 * New command line option
 
 GDB now accepts --pid or -p followed by a process id.