aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2002-01-31 02:33:20 +0000
committerMichael Snyder <msnyder@vmware.com>2002-01-31 02:33:20 +0000
commitcefd4ef53ff0474d9f5fc67bb389b771f371373a (patch)
tree422c61abf57aeac63caa09bdb7fd7ae4dbb910e9 /gdb/NEWS
parent3a11626da1b01bee21978b0bfa90b8d13775ae25 (diff)
downloadfsf-binutils-gdb-cefd4ef53ff0474d9f5fc67bb389b771f371373a.zip
fsf-binutils-gdb-cefd4ef53ff0474d9f5fc67bb389b771f371373a.tar.gz
fsf-binutils-gdb-cefd4ef53ff0474d9f5fc67bb389b771f371373a.tar.bz2
2002-01-30 Michael Snyder <msnyder@redhat.com>
* NEWS: Mention generate-core-file command.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index a75707f..7518234 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.