From 0e2de36609cf566ee543fe38f6c5a174306c8902 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Fri, 31 Dec 2010 19:16:37 +0000 Subject: 2010-12-31 Michael Snyder * annotate.c: Comment cleanup, shorten long lines. * arch-utils.c: Ditto. * arch-utils.h: Ditto. * auxv.c: Ditto. * auxv.h: Ditto. * ax-gdb.c: Ditto. * ax-gdb.h: Ditto. * ax-general.c: Ditto. * breakpoint.h: Ditto. * buildsym.h: Ditto. --- gdb/annotate.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gdb/annotate.c') diff --git a/gdb/annotate.c b/gdb/annotate.c index 66774b0..1085291 100644 --- a/gdb/annotate.c +++ b/gdb/annotate.c @@ -26,7 +26,7 @@ #include "observer.h" -/* Prototypes for local functions. */ +/* Prototypes for local functions. */ extern void _initialize_annotate (void); @@ -57,7 +57,7 @@ breakpoints_changed (void) target_terminal_ours (); printf_unfiltered (("\n\032\032breakpoints-invalid\n")); if (ignore_count_changed) - ignore_count_changed = 0; /* Avoid multiple break annotations. */ + ignore_count_changed = 0; /* Avoid multiple break annotations. */ } } @@ -65,7 +65,7 @@ breakpoints_changed (void) want to provide successive multiple breakpoints-invalid messages that are all caused by the fact that the ignore count is changing (which could keep the GUI very busy). One is enough, after the - target actually "stops". */ + target actually "stops". */ void annotate_ignore_count_change (void) -- cgit v1.1