aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2002-02-02 01:25:28 +0000
committerMichael Snyder <msnyder@vmware.com>2002-02-02 01:25:28 +0000
commit03ac34d58509f92d3cb9edd6de95a29674bc3b5a (patch)
tree09c98eb180bf4aa99550dd8b1bf8f68a7cc2d214 /gdb
parente00d1dc8a5dbd8ab410d19b1a24d385f2410ba57 (diff)
downloadgdb-03ac34d58509f92d3cb9edd6de95a29674bc3b5a.zip
gdb-03ac34d58509f92d3cb9edd6de95a29674bc3b5a.tar.gz
gdb-03ac34d58509f92d3cb9edd6de95a29674bc3b5a.tar.bz2
2002-02-01 Michael Snyder <msnyder@redhat.com>
* breakpoint.c (set_ignore_count): Move misplaced comment back where it belongs.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/breakpoint.c8
2 files changed, 9 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6e79fd6..5870e81 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-01 Michael Snyder <msnyder@redhat.com>
+
+ * breakpoint.c (set_ignore_count): Move misplaced comment
+ back where it belongs.
+
2002-02-01 Andrew Cagney <ac131313@redhat.com>
* command.h (NO_FUNCTION): Delete macro.
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 728a53c..e6fec04 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -6928,10 +6928,6 @@ breakpoint_re_set (void)
#endif
}
-/* Set ignore-count of breakpoint number BPTNUM to COUNT.
- If from_tty is nonzero, it prints a message to that effect,
- which ends with a period (no newline). */
-
/* Reset the thread number of this breakpoint:
- If the breakpoint is for all threads, leave it as-is.
@@ -6946,6 +6942,10 @@ breakpoint_re_set_thread (struct breakpoint *b)
}
}
+/* Set ignore-count of breakpoint number BPTNUM to COUNT.
+ If from_tty is nonzero, it prints a message to that effect,
+ which ends with a period (no newline). */
+
void
set_ignore_count (int bptnum, int count, int from_tty)
{