mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
PR gdb/9598:
* breakpoint.c (_initialize_breakpoint): Fix help for "catch catch" and "catch throw".
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2012-01-11 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
PR gdb/9598:
|
||||
* breakpoint.c (_initialize_breakpoint): Fix help for "catch
|
||||
catch" and "catch throw".
|
||||
|
||||
2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
|
||||
|
||||
* blockframe.c (block_innermost_frame): Start search from selected
|
||||
|
@ -13849,15 +13849,13 @@ Set temporary catchpoints to catch events."),
|
||||
|
||||
/* Add catch and tcatch sub-commands. */
|
||||
add_catch_command ("catch", _("\
|
||||
Catch an exception, when caught.\n\
|
||||
With an argument, catch only exceptions with the given name."),
|
||||
Catch an exception, when caught."),
|
||||
catch_catch_command,
|
||||
NULL,
|
||||
CATCH_PERMANENT,
|
||||
CATCH_TEMPORARY);
|
||||
add_catch_command ("throw", _("\
|
||||
Catch an exception, when thrown.\n\
|
||||
With an argument, catch only exceptions with the given name."),
|
||||
Catch an exception, when thrown."),
|
||||
catch_throw_command,
|
||||
NULL,
|
||||
CATCH_PERMANENT,
|
||||
|
Reference in New Issue
Block a user