Remove path name from test case
[binutils-gdb.git] / gdb / breakpoint.h
2023-09-19 Mohamed Bouhaouelgdb, breakpoint: add a destructor to the watchpoint...
2023-08-17 Andrew Burgessgdb: add inferior-specific breakpoints
2023-08-09 Mihails Strasunsgdb, breakpoint: add breakpoint location debugging...
2023-05-30 Simon Marchigdb: add interp::on_breakpoint_modified method
2023-05-25 Simon Marchigdb: remove breakpoint_pointer_iterator
2023-05-25 Simon Marchigdb: link breakpoints with intrusive_list
2023-05-25 Simon Marchigdb: remove bp_location_pointer_iterator
2023-05-25 Simon Marchigdb: use intrusive_list for breakpoint locations
2023-05-25 Simon Marchigdb: add breakpoint::first_loc methods
2023-05-25 Simon Marchigdb: add breakpoint "has locations" methods
2023-05-25 Simon Marchigdb: constify breakpoint::print_it parameter
2023-03-17 Simon Marchigdb: introduce bp_loc_tracepoint
2023-02-12 Andrew Burgessgdb: use -1 for breakpoint::task default value
2023-02-12 Andrew Burgessgdb: only allow one of thread or task on breakpoints...
2023-02-02 Pedro Alvesgdb: make install_breakpoint return a non-owning reference
2023-01-10 Tom TromeyConvert say_where to method on code_breakpoint
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-19 Tom TromeyUse bool in bpstat
2022-11-19 Philippe WaroquiersShow locno for 'multi location' breakpoint hit msg...
2022-08-30 Enze Ligdb: update ranged_breakpoint::print_one_detail in...
2022-08-26 Simon Marchigdb: change bpstat_print's kind parameter to target_wai...
2022-08-14 Tom TromeyMove decode_location_spec to code_breakpoint
2022-08-14 Tom TromeyChange location_spec_to_sals to a method
2022-08-14 Tom TromeyChange breakpoint_re_set_default to a method
2022-08-10 Simon Marchigdb/mi: fix breakpoint script field output
2022-07-28 Simon Farregdb/python: Add BreakpointLocation type
2022-06-17 Pedro Alvesevent_location -> location_spec
2022-05-20 Pedro AlvesRename base_breakpoint -> code_breakpoint
2022-05-20 Pedro AlvesAdd/tweak intro comments of struct breakpoint and sever...
2022-05-20 Pedro AlvesMove add_location(sal) to base_breakpoint
2022-05-20 Pedro AlvesMove common bits of catchpoint/exception_catchpoint...
2022-05-20 Pedro AlvesMake catchpoint inherit breakpoint, eliminate init_raw_...
2022-05-20 Pedro AlvesMake breakpoint_address_bits look at the location kind
2022-05-20 Pedro AlvesConvert init_ada_exception_catchpoint to a ctor
2022-05-20 Pedro Alvesinit_breakpoint_sal -> base_breakpoint::base_breakpoint
2022-05-20 Pedro AlvesMore breakpoint_ops parameter elimination
2022-05-20 Pedro AlvesMake a few functions work with base_breakpoint instead...
2022-05-20 Pedro AlvesMake structs breakpoint/base_breakpoint/catchpoint...
2022-05-20 Pedro Alvesadd_location_to_breakpoint -> breakpoint::add_location
2022-05-06 Tom TromeyIntroduce catchpoint class
2022-05-06 Tom TromeyAdd initializers to tracepoint
2022-05-06 Tom TromeyRemove init_raw_breakpoint_without_location
2022-05-06 Tom TromeyDisable copying for breakpoint
2022-05-06 Tom TromeyConstify breakpoint::print_recreate
2022-05-06 Tom TromeyConstify breakpoint::print_mention
2022-05-06 Tom TromeyConstify breakpoint::print_one
2022-05-06 Tom TromeyConstify breakpoint::print_it
2022-05-06 Tom TromeyMove works_in_software_mode to watchpoint
2022-05-06 Tom TromeyBoolify breakpoint::explains_signal
2022-05-06 Tom TromeyRemove breakpoint::ops
2022-05-06 Tom TromeyChange print_recreate_thread to a method
2022-05-02 Simon Marchigdb: remove type_wanted parameter from a few functions
2022-04-29 Tom TromeyConstify breakpoint_ops
2022-04-29 Tom TromeyRemove breakpoint ops initialization
2022-04-29 Tom TromeyRemove vtable_breakpoint_ops
2022-04-29 Tom TromeyRemove most fields from breakpoint_ops
2022-04-29 Tom TromeyRemove breakpoint_ops from init_catchpoint
2022-04-29 Tom TromeyRemove breakpoint_ops from init_ada_exception_breakpoint
2022-04-29 Tom TromeyAdd bp_static_marker_tracepoint
2022-04-29 Tom TromeyConvert dprintf to vtable ops
2022-04-29 Tom TromeyConvert ordinary breakpoints to vtable ops
2022-04-29 Tom TromeyConvert base breakpoints to vtable ops
2022-04-29 Tom TromeyAdd some new subclasses of breakpoint
2022-04-29 Tom TromeyConvert tracepoints to vtable ops
2022-04-29 Tom TromeyConvert watchpoints to vtable ops
2022-04-29 Tom TromeyAdd a vtable-based breakpoint ops
2022-04-29 Tom TromeyReturn bool from breakpoint_ops::print_one
2022-04-29 Tom TromeyBoolify print_solib_event
2022-04-29 Tom TromeyMove "catch load" to a new file
2022-03-21 Pedro AlvesWatchpoint followed by catchpoint misreports watchpoint...
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-22 Simon Marchigdb: pass more const target_waitstatus by reference
2021-11-08 Simon Marchigdb: remove bpstat typedef, rename bpstats to bpstat
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in breakpoint
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in bp_location
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in watchpoint
2021-08-31 Simon Marchigdb: remove breakpoint_find_if
2021-07-23 Simon Marchigdb: remove cmd_list_element::function::sfunc
2021-07-06 Simon Marchigdb: introduce iterator_range, remove next_adapter
2021-05-27 Simon Marchigdb: remove iterate_over_bp_locations function
2021-05-27 Simon Marchigdb: remove iterate_over_breakpoints function
2021-05-27 Simon Marchigdb: add breakpoint::locations method
2021-05-27 Simon Marchigdb: add all_tracepoints function
2021-05-06 Tankut Baris Aktemurgdb/mi: add a '--force' flag to the '-break-condition...
2021-04-23 Simon Marchigdb: use function_view for iterate_over_bp_locations...
2021-04-21 Tankut Baris Aktemurgdb/breakpoint: add a 'force_condition' parameter to...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-11 Tom TromeyMake bp_location derive from refcounted_object
2020-11-19 Andrew Burgessgdb: convert some function arguments from int to bool
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-27 Tankut Baris Aktemurgdb/breakpoint: add flags to 'condition' and 'break...
2020-10-27 Tankut Baris Aktemurgdb/breakpoint: disable a bp location if condition...
2020-09-16 Simon Marchigdb: use bool in the solib catchpoint area
2020-08-28 Tom de Vries[gdb/breakpoint] Handle setting breakpoint on label...
2020-01-29 Luis MachadoRecognize more program breakpoint patterns
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-09 George BarrettFix scripted probe breakpoints
2019-11-26 Simon MarchiRemove unused rbreak_command_wrapper and other declarations
2019-10-26 Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-15 Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
next