]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/breakpoint.h
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / breakpoint.h
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 BrobeckerAutomatic Copyright Year update after running gdb/copyr...
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...
2019-10-15  Christian BiesingerChange iterate_over_breakpoints to take a function_view
2019-09-22  Simon Marchigdb: make watchpoint::val_valid a bool
2019-09-21  Simon Marchigdb: change "nonzero" to "true" in comments
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-08-06  Tom TromeyChange breakpoint::filter to be a unique_xmalloc_ptr
2019-07-11  Simon Marchibreakpoint: Make is_*point functions return bool
2019-07-10  Simon MarchiMake some bpstat functions use bool
2019-07-10  Simon MarchiMake bpstat_what::is_longjmp a bool
2019-07-09  Pedro AlvesMake "maint info breakpoints" show "catch catch/throw...
2019-07-09  Pedro Alves"catch catch/throw/rethrow", breakpoint -> catchpoint
2019-07-09  Tom TromeyRename common to gdbsupport
2019-07-03  Simon MarchiRemove return value from remove_breakpoints_inf
2019-06-15  Andrew Burgessgdb/mi: New commands to catch C++ exceptions
2019-05-10  Simon MarchiFix GDB build when using --disable-gdbmi
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
next