diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 7e008ba..bfa9e68 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -3699,8 +3699,7 @@ create_exception_master_breakpoint (void) static int breakpoint_location_spec_empty_p (const struct breakpoint *b) { - return (b->locspec != nullptr - && location_spec_empty_p (b->locspec.get ())); + return (b->locspec != nullptr && b->locspec->empty_p ()); } void |