diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 43ab906..19961fe 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -615,6 +615,10 @@ struct breakpoint_ops bpstat_explains_signal. */ enum bpstat_signal_value (*explains_signal) (struct breakpoint *, enum gdb_signal); + + /* Called after evaluating the breakpoint's condition, + and only if it evaluated true. */ + void (*after_condition_true) (struct bpstats *bs); }; /* Helper for breakpoint_ops->print_recreate implementations. Prints |