2002-01-30 Michael Snyder <msnyder@redhat.com>

* NEWS: Mention generate-core-file command.
This commit is contained in:
Michael Snyder 2002-01-31 02:33:20 +00:00
parent 3a11626da1
commit cefd4ef53f
2 changed files with 12 additions and 0 deletions

View 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".

View file

@ -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.