summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2002-01-31 02:33:20 +0000
committerMichael Snyder <msnyder@specifix.com>2002-01-31 02:33:20 +0000
commitf24cc89b4cf932e1bac8627f9cedc57c5f3b9fc1 (patch)
tree53ef481130a2e93660c53d86e2a3e36d4d3ef173
parent3f50ae4081bbea878e261ed8c24cffd60afc181f (diff)
downloadgdb-f24cc89b4cf932e1bac8627f9cedc57c5f3b9fc1.tar.gz
2002-01-30 Michael Snyder <msnyder@redhat.com>
* NEWS: Mention generate-core-file command.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS8
2 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 27dfeb0ca3c..e98fb875d8d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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".
diff --git a/gdb/NEWS b/gdb/NEWS
index a75707fadbc..7518234f6f7 100644
--- 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.