diff options
author | Pedro Alves <palves@redhat.com> | 2008-01-05 16:49:53 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-01-05 16:49:53 +0000 |
commit | a4d9b460bdb43dd457b972723d7823193d697249 (patch) | |
tree | cc0a44d228497af37293867e99b4badf42bbb00b /gdb/ChangeLog | |
parent | f9c112822a7f4616f26ade0a947135c9ba319f9e (diff) | |
download | gdb-a4d9b460bdb43dd457b972723d7823193d697249.zip gdb-a4d9b460bdb43dd457b972723d7823193d697249.tar.gz gdb-a4d9b460bdb43dd457b972723d7823193d697249.tar.bz2 |
gdb/
* main.c (captured_main): Remove 'count' varible and the
ALIGN_STACK_ON_ENTRY block that used it. Error out if --core and
--pid options were issued simultaneously. If an explicit pid
option was passed, don't fallback to core file. Detect extra
arguments better in the presence of explicit pid or core
arguments.
gdb/doc/
* gdbint.texinfo (Host Conditionals): Remove mention of
ALIGN_STACK_ON_ENTRY.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 435f2c1..292b311 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2008-01-05 Pedro Alves <pedro@codesourcery.com> + + * main.c (captured_main): Remove 'count' varible and the + ALIGN_STACK_ON_ENTRY block that used it. Error out if --core and + --pid options were issued simultaneously. If an explicit pid + option was passed, don't fallback to core file. Detect extra + arguments better in the presence of explicit pid or core + arguments. + 2008-01-05 Joel Brobecker <brobecker@adacore.com> * ada-lang.c (ada_which_variant_applies): Correctly compute |