diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index d410a577524..b73305ad19c 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -2713,6 +2713,7 @@ breakpoint_1 (bnum, allflag) static char bpenables[] = "nyn"; char wrap_indent[80]; + ALL_BREAKPOINTS (b) if (bnum == -1 || bnum == b->number) |