diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-05-18 00:59:15 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-05-18 00:59:15 +0000 |
commit | 20b3c1aae5908ae77ed6b6b104997bb2009c417a (patch) | |
tree | a89e95cd89b9e18d1d3de36510ae1507718d10c5 /gdb/breakpoint.c | |
parent | 8456a631c40e302c92b3bd008a872829b4744c6c (diff) | |
download | gdb-20b3c1aae5908ae77ed6b6b104997bb2009c417a.zip gdb-20b3c1aae5908ae77ed6b6b104997bb2009c417a.tar.gz gdb-20b3c1aae5908ae77ed6b6b104997bb2009c417a.tar.bz2 |
* breakpoint.c (breakpoint_1): Fix typo.
* annotate.c (annotate_field_end): Fix typo.
* Makefile.in: Move annotate.o from COMMON_OBS to OBS.
* Makefile.in (TSSTART): Remove; no longer used.
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); |