diff options
author | Michael Snyder <msnyder@vmware.com> | 2002-01-10 23:32:25 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2002-01-10 23:32:25 +0000 |
commit | c18be923ef2ab59f29f55706b725f886c110113b (patch) | |
tree | 1f8a2101cdd85558bd14c164b061a47d89c5368e /gdb/ChangeLog | |
parent | b87011e95221f8390c2c2304fec74aa090b68d39 (diff) | |
download | gdb-c18be923ef2ab59f29f55706b725f886c110113b.zip gdb-c18be923ef2ab59f29f55706b725f886c110113b.tar.gz gdb-c18be923ef2ab59f29f55706b725f886c110113b.tar.bz2 |
2002-01-10 Michael Snyder <msnyder@redhat.com>
* Makefile.in: Add rules for gcore.o and linux-proc.o.
* gcore.c: Include cli/cli-decode.h instead of command.h.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 195405f..0907307 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2002-01-10 Michael Snyder <msnyder@redhat.com> + * Makefile.in: Add rules for gcore.o and linux-proc.o. + * gcore.c: Include cli/cli-decode.h instead of command.h. + * main.c (captured_main): Add new command line option "--pid". If the second command line argument (following the symbol-file) begins with a digit, try to attach to it before trying to open |