diff options
author | Michael Snyder <msnyder@vmware.com> | 2010-12-31 19:16:37 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2010-12-31 19:16:37 +0000 |
commit | 0e2de36609cf566ee543fe38f6c5a174306c8902 (patch) | |
tree | b3947cfde6d31c3f326af5a7aaeaa7117e573bca /gdb/annotate.c | |
parent | 40a41a9acc434682aca501143e71f91c5ad854c5 (diff) | |
download | gdb-0e2de36609cf566ee543fe38f6c5a174306c8902.zip gdb-0e2de36609cf566ee543fe38f6c5a174306c8902.tar.gz gdb-0e2de36609cf566ee543fe38f6c5a174306c8902.tar.bz2 |
2010-12-31 Michael Snyder <msnyder@vmware.com>
* 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.
Diffstat (limited to 'gdb/annotate.c')
-rw-r--r-- | gdb/annotate.c | 6 |
1 files changed, 3 insertions, 3 deletions
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) |