Christian Biesinger
95da600f40
Change iterate_over_breakpoints to take a function_view
This allows callers to pass in capturing lambdas. Also changes the return
type to bool.
gdb/ChangeLog:
2019-10-15 Christian Biesinger <cbiesinger@google.com>
* breakpoint.c (iterate_over_breakpoints): Change function pointer
to a gdb::function_view and return value to bool.
* breakpoint.h (iterate_over_breakpoints): Likewise.
* dummy-frame.c (pop_dummy_frame_bpt): Update.
(pop_dummy_frame): Update.
* guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
(gdbscm_breakpoints): Update.
* python/py-breakpoint.c (build_bp_list): Update.
(gdbpy_breakpoints): Update.
* python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
Update.
(bpfinishpy_handle_stop): Update.
(bpfinishpy_handle_exit): Update.
* solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
(svr4_update_solib_event_breakpoints): Update.
Change-Id: Ia9de4deecae562a70a40f5cd49f5a74d64570251
2019-10-15 15:29:55 +02:00
..
2019-10-09 23:52:46 +02:00
2019-09-18 09:35:12 +09:00
2019-08-05 13:06:18 -05:00
2019-10-15 15:29:55 +02:00
2019-10-15 15:29:55 +02:00
2019-10-01 15:12:40 -06:00
2019-07-11 09:15:18 -06:00
2019-07-10 12:24:22 -06:00
2019-09-25 09:37:56 -06:00
2019-09-18 09:35:12 +09:00
2019-10-01 15:12:40 -06:00
2019-07-10 14:53:53 -06:00
2019-07-30 11:04:37 -05:00
2019-09-26 08:26:12 -06:00
2019-08-15 14:21:57 -05:00
2019-09-18 09:35:12 +09:00
2019-07-30 11:04:37 -05:00
2019-09-18 09:35:12 +09:00