diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 877766a..896d3eb 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -1005,7 +1005,11 @@ struct bpstat_what /* Tell what to do about this bpstat. */ struct bpstat_what bpstat_what (bpstat); - + +/* Run breakpoint event callbacks associated with the breakpoints that + triggered. */ +extern void bpstat_run_callbacks (bpstat bs_head); + /* Find the bpstat associated with a breakpoint. NULL otherwise. */ bpstat bpstat_find_breakpoint (bpstat, struct breakpoint *); |