aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-08-26 09:28:27 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-08-26 09:28:27 +0000
commite93ca0199f5ea2bec534cf051c2007641f952f82 (patch)
treef9264079097737f3630b5b9c0f3a16a3af579d84 /gdb/breakpoint.h
parentbdb5404946bc009d72a4e3d3c1ed4c00b8215d89 (diff)
downloadgdb-e93ca0199f5ea2bec534cf051c2007641f952f82.zip
gdb-e93ca0199f5ea2bec534cf051c2007641f952f82.tar.gz
gdb-e93ca0199f5ea2bec534cf051c2007641f952f82.tar.bz2
gdb/
No functionality change. * breakpoint.c (bpstat_clear_actions): Remove the BS parameter, make function comment a reference, new variables tp and bs, move here code from throw_exception. * breakpoint.h (bpstat_clear_actions): Remove the BS parameter, describe it in the comment. * exceptions.c (throw_exception): Remove variable tp, move the code for bpstat_clear_actions to bpstat_clear_actions.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index 146ed7e..5e5d1b9 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -895,8 +895,9 @@ extern int bpstat_num (bpstat *, int *);
command loop). */
extern void bpstat_do_actions (void);
-/* Modify BS so that the actions will not be performed. */
-extern void bpstat_clear_actions (bpstat);
+/* Modify all entries of STOP_BPSTAT of INFERIOR_PTID so that the actions will
+ not be performed. */
+extern void bpstat_clear_actions (void);
/* Implementation: */