diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index cf2399d..808d062 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -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", |