aboutsummaryrefslogtreecommitdiff
path: root/gdb/break-catch-throw.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/break-catch-throw.c')
-rw-r--r--gdb/break-catch-throw.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/break-catch-throw.c b/gdb/break-catch-throw.c
index d98baf4..cec2924 100644
--- a/gdb/break-catch-throw.c
+++ b/gdb/break-catch-throw.c
@@ -253,7 +253,7 @@ print_it_exception_catchpoint (bpstat *bs)
return PRINT_SRC_AND_LOC;
}
-static void
+static bool
print_one_exception_catchpoint (struct breakpoint *b,
struct bp_location **last_loc)
{
@@ -287,6 +287,8 @@ print_one_exception_catchpoint (struct breakpoint *b,
uiout->field_string ("catch-type", "catch");
break;
}
+
+ return true;
}
/* Implement the 'print_one_detail' method. */