diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index a697560..9363055 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -1529,6 +1529,8 @@ breakpoint_1 (bnum, allflag) if (!found_a_breakpoint++) { + annotate_breakpoints_headers (); + annotate_field (0); printf_filtered ("Num "); annotate_field (1); |