aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r--gdb/breakpoint.c8
1 files changed, 4 insertions, 4 deletions
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)
{