summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-27gdb: make catch_syscall_enabled return boolSimon Marchi
2023-09-19gdb, breakpoint: add a destructor to the watchpoint structMohamed Bouhaouel
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess
2023-08-09gdb, breakpoint: add breakpoint location debugging logsMihails Strasuns
2023-05-30gdb: add interp::on_breakpoint_modified methodSimon Marchi
2023-05-25gdb: remove breakpoint_pointer_iteratorSimon Marchi
2023-05-25gdb: link breakpoints with intrusive_listSimon Marchi
2023-05-25gdb: remove bp_location_pointer_iteratorSimon Marchi
2023-05-25gdb: use intrusive_list for breakpoint locationsSimon Marchi
2023-05-25gdb: add breakpoint::first_loc methodsSimon Marchi
2023-05-25gdb: add breakpoint "has locations" methodsSimon Marchi
2023-05-25gdb: constify breakpoint::print_it parameterSimon Marchi
2023-03-17gdb: introduce bp_loc_tracepointSimon Marchi
2023-02-12gdb: use -1 for breakpoint::task default valueAndrew Burgess
2023-02-12gdb: only allow one of thread or task on breakpoints or watchpointsAndrew Burgess
2023-02-02gdb: make install_breakpoint return a non-owning referencePedro Alves
2023-01-10Convert say_where to method on code_breakpointTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-12-19Use bool in bpstatTom Tromey
2022-11-19Show locno for 'multi location' breakpoint hit msg+conv var $_hit_bbnum $_hit...Philippe Waroquiers
2022-08-30gdb: update ranged_breakpoint::print_one_detail in commentsEnze Li
2022-08-26gdb: change bpstat_print's kind parameter to target_waitkindSimon Marchi
2022-08-13Move decode_location_spec to code_breakpointTom Tromey
2022-08-13Change location_spec_to_sals to a methodTom Tromey
2022-08-13Change breakpoint_re_set_default to a methodTom Tromey
2022-08-10gdb/mi: fix breakpoint script field outputSimon Marchi
2022-07-28gdb/python: Add BreakpointLocation typeSimon Farre
2022-06-17event_location -> location_specPedro Alves
2022-05-20Rename base_breakpoint -> code_breakpointPedro Alves
2022-05-20Add/tweak intro comments of struct breakpoint and several subclassesPedro Alves
2022-05-20Move add_location(sal) to base_breakpointPedro Alves
2022-05-20Move common bits of catchpoint/exception_catchpoint to breakpoint's ctorPedro Alves
2022-05-20Make catchpoint inherit breakpoint, eliminate init_raw_breakpointPedro Alves
2022-05-20Make breakpoint_address_bits look at the location kindPedro Alves
2022-05-20Convert init_ada_exception_catchpoint to a ctorPedro Alves
2022-05-20init_breakpoint_sal -> base_breakpoint::base_breakpointPedro Alves
2022-05-20More breakpoint_ops parameter eliminationPedro Alves
2022-05-20Make a few functions work with base_breakpoint instead of breakpointPedro Alves
2022-05-20Make structs breakpoint/base_breakpoint/catchpoint be abstractPedro Alves
2022-05-20add_location_to_breakpoint -> breakpoint::add_locationPedro Alves
2022-05-06Introduce catchpoint classTom Tromey
2022-05-06Add initializers to tracepointTom Tromey
2022-05-06Remove init_raw_breakpoint_without_locationTom Tromey
2022-05-06Disable copying for breakpointTom Tromey
2022-05-06Constify breakpoint::print_recreateTom Tromey
2022-05-06Constify breakpoint::print_mentionTom Tromey
2022-05-06Constify breakpoint::print_oneTom Tromey
2022-05-06Constify breakpoint::print_itTom Tromey
2022-05-06Move works_in_software_mode to watchpointTom Tromey