aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-30gdb: remove unused includes in breakpoint.{c,h}Simon Marchi1-2/+0
2024-03-31gdb: create_breakpoint: asserts relating to extra_string/parse_extraAndrew Burgess1-17/+27
2024-03-31gdb: create_breakpoint: add asserts and additional commentsAndrew Burgess1-0/+16
2024-02-09gdb: add program_space parameter to disable_breakpoints_in_shlibsSimon Marchi1-1/+4
2024-02-09gdb: add inferior parameter to breakpoint_init_inferiorSimon Marchi1-1/+11
2024-02-09gdb: add program_space parameter to mark_breakpoints_outSimon Marchi1-2/+3
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-27gdb: make catch_syscall_enabled return boolSimon Marchi1-3/+2
2023-09-19gdb, breakpoint: add a destructor to the watchpoint structMohamed Bouhaouel1-0/+3
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess1-2/+12
2023-08-09gdb, breakpoint: add breakpoint location debugging logsMihails Strasuns1-0/+4
2023-05-30gdb: add interp::on_breakpoint_modified methodSimon Marchi1-0/+5
2023-05-25gdb: remove breakpoint_pointer_iteratorSimon Marchi1-7/+4
2023-05-25gdb: link breakpoints with intrusive_listSimon Marchi1-5/+8
2023-05-25gdb: remove bp_location_pointer_iteratorSimon Marchi1-3/+1
2023-05-25gdb: use intrusive_list for breakpoint locationsSimon Marchi1-21/+58
2023-05-25gdb: add breakpoint::first_loc methodsSimon Marchi1-0/+14
2023-05-25gdb: add breakpoint "has locations" methodsSimon Marchi1-0/+12
2023-05-25gdb: constify breakpoint::print_it parameterSimon Marchi1-1/+1
2023-03-17gdb: introduce bp_loc_tracepointSimon Marchi1-0/+1
2023-02-12gdb: use -1 for breakpoint::task default valueAndrew Burgess1-5/+5
2023-02-12gdb: only allow one of thread or task on breakpoints or watchpointsAndrew Burgess1-0/+10
2023-02-02gdb: make install_breakpoint return a non-owning referencePedro Alves1-3/+5
2023-01-10Convert say_where to method on code_breakpointTom Tromey1-0/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Use bool in bpstatTom Tromey1-5/+6
2022-11-19Show locno for 'multi location' breakpoint hit msg+conv var $_hit_bbnum $_hit...Philippe Waroquiers1-0/+14
2022-08-30gdb: update ranged_breakpoint::print_one_detail in commentsEnze Li1-1/+1
2022-08-26gdb: change bpstat_print's kind parameter to target_waitkindSimon Marchi1-4/+3
2022-08-13Move decode_location_spec to code_breakpointTom Tromey1-13/+10
2022-08-13Change location_spec_to_sals to a methodTom Tromey1-0/+8
2022-08-13Change breakpoint_re_set_default to a methodTom Tromey1-0/+5
2022-08-10gdb/mi: fix breakpoint script field outputSimon Marchi1-0/+5
2022-07-28gdb/python: Add BreakpointLocation typeSimon Farre1-0/+5
2022-06-17event_location -> location_specPedro Alves1-30/+32
2022-05-20Rename base_breakpoint -> code_breakpointPedro Alves1-8/+8
2022-05-20Add/tweak intro comments of struct breakpoint and several subclassesPedro Alves1-6/+7
2022-05-20Move add_location(sal) to base_breakpointPedro Alves1-4/+4
2022-05-20Move common bits of catchpoint/exception_catchpoint to breakpoint's ctorPedro Alves1-8/+2
2022-05-20Make catchpoint inherit breakpoint, eliminate init_raw_breakpointPedro Alves1-6/+1
2022-05-20Make breakpoint_address_bits look at the location kindPedro Alves1-0/+1
2022-05-20Convert init_ada_exception_catchpoint to a ctorPedro Alves1-11/+8
2022-05-20init_breakpoint_sal -> base_breakpoint::base_breakpointPedro Alves1-0/+16
2022-05-20More breakpoint_ops parameter eliminationPedro Alves1-2/+1
2022-05-20Make a few functions work with base_breakpoint instead of breakpointPedro Alves1-7/+2
2022-05-20Make structs breakpoint/base_breakpoint/catchpoint be abstractPedro Alves1-1/+5
2022-05-20add_location_to_breakpoint -> breakpoint::add_locationPedro Alves1-0/+3
2022-05-06Introduce catchpoint classTom Tromey1-8/+14
2022-05-06Add initializers to tracepointTom Tromey1-5/+5
2022-05-06Remove init_raw_breakpoint_without_locationTom Tromey1-5/+19