mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-02 14:53:46 +08:00
* breakpoint.c (print_exception_catchpoint): Put 'exception' back to
'exception caught|thrown' message.
This commit is contained in:
parent
1e3a102aba
commit
c0b37c48d0
@ -1,3 +1,8 @@
|
||||
2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
|
||||
|
||||
* breakpoint.c (print_exception_catchpoint): Put 'exception' back to
|
||||
'exception caught|thrown' message.
|
||||
|
||||
2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* Makefile.in: Update dependencies.
|
||||
|
@ -6511,8 +6511,8 @@ print_exception_catchpoint (struct breakpoint *b)
|
||||
if (!ui_out_is_mi_like_p (uiout))
|
||||
ui_out_field_int (uiout, "bkptno", b->number);
|
||||
ui_out_text (uiout,
|
||||
bp_throw ? " (thrown), "
|
||||
: " (caught), ");
|
||||
bp_throw ? " (exception thrown), "
|
||||
: " (exception caught), ");
|
||||
if (ui_out_is_mi_like_p (uiout))
|
||||
{
|
||||
ui_out_field_string (uiout, "reason",
|
||||
|
Loading…
Reference in New Issue
Block a user