diff options
author | Tom Tromey <tromey@redhat.com> | 2008-08-17 16:58:17 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2008-08-17 16:58:17 +0000 |
commit | 44feb3ce38dfc995ef492f2c319a6669efe39ff8 (patch) | |
tree | 72f230883eb5ed9f39200764311a7d0ea42f0d87 /gdb/testsuite/ChangeLog | |
parent | 5c1d2f5f4c7747c36eae8be3abd4ef4e9669690c (diff) | |
download | binutils-44feb3ce38dfc995ef492f2c319a6669efe39ff8.zip binutils-44feb3ce38dfc995ef492f2c319a6669efe39ff8.tar.gz binutils-44feb3ce38dfc995ef492f2c319a6669efe39ff8.tar.bz2 |
gdb:
PR gdb/1535:
* breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): New macros.
(ep_find_event_name_end): Remove.
(catch_fork_temporary, catch_vfork_temporary,
catch_fork_permanent, catch_vfork_permanent): New constants.
(catch_vfork, catch_fork): Remove.
(catch_fork_command_1): Add 'command' argument. Remove
'fork_kind' and 'tempflag'. Handle NULL 'arg'. Update switch for
all cases.
(catch_exec_command_1): Add 'command' argument; remove
'tempflag'. Handle NULL 'arg'.
(catch_load_command_1): Likewise.
(catch_unload_command_1): Likewise.
(catch_ada_exception_command): Likewise.
(catch_assert_command): Likewise.
(catch_catch_command): New function.
(catch_throw_command): Likewise.
(catch_command_1): Remove.
(catch_command): Just call error.
(tcatch_command): Likewise.
(catch_cmdlist): New global.
(tcatch_cmdlist): Likewise.
(add_catch_command): New function.
(_initialize_breakpoint): Create "catch" and "tcatch" as prefix
commands. Create all catch sub-commands.
gdb/testsuite:
* gdb.base/help.exp (help catch): Rewrite.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 797d75d3..4e12700 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-08-17 Tom Tromey <tromey@redhat.com> + + * gdb.base/help.exp (help catch): Rewrite. + 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com> * gdb.base/define.exp: Test indented command documentation. |