summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)Author
2022-07-28Rewrite registry.hTom Tromey
2022-07-28gdb/python: Add BreakpointLocation typeSimon Farre
2022-07-21gdb: select suitable thread for gdbarch_adjust_breakpoint_addressAndrew Burgess
2022-07-13Fix "until LINE" in main, when "until" runs into longjmpPedro Alves
2022-06-17Convert location_spec_to_string to a methodPedro Alves
2022-06-17Convert location_spec_type to a methodPedro Alves
2022-06-17Convert location_spec_empty_p to a methodPedro Alves
2022-06-17Eliminate copy_location_specPedro Alves
2022-06-17Eliminate the two-level data structures behind location_specsPedro Alves
2022-06-17event_location -> location_specPedro Alves
2022-05-25Show enabled locations with disabled breakpoint parent as "y-"Pedro Alves
2022-05-20Rename base_breakpoint -> code_breakpointPedro Alves
2022-05-20Make sure momentary breakpoints are always thread-specificPedro Alves
2022-05-20Momentary breakpoints should have no breakpoint numberPedro 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-20Refactor momentary breakpoints, eliminate set_raw_breakpoint{,_without_location}Pedro Alves
2022-05-20Refactor set_internal_breakpoint / internal_breakpoint ctorPedro Alves
2022-05-20Convert init_ada_exception_catchpoint to a ctorPedro Alves
2022-05-20init_breakpoint_sal -> base_breakpoint::base_breakpointPedro Alves
2022-05-20Remove "internal" parameter from a couple functionsPedro 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-20ranged_breakpoint: move initialization to ctorPedro Alves
2022-05-20ranged_breakpoint: use install_breakpointPedro Alves
2022-05-20ranged_breakpoint: don't use init_raw_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-06Remove init_raw_breakpoint_without_locationTom 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
2022-05-06Boolify breakpoint::explains_signalTom Tromey
2022-05-06Remove breakpoint::opsTom Tromey
2022-05-06Change print_recreate_thread to a methodTom Tromey
2022-05-02gdb: remove type_wanted parameter from a few functionsSimon Marchi
2022-04-29Remove create_breakpoints_sal_defaultTom Tromey
2022-04-29Remove allocate_bp_locationTom Tromey
2022-04-29Constify breakpoint_opsTom Tromey
2022-04-29Remove breakpoint ops initializationTom Tromey
2022-04-29Remove vtable_breakpoint_opsTom Tromey
2022-04-29Remove most fields from breakpoint_opsTom Tromey
2022-04-29Remove breakpoint_ops from init_catchpointTom Tromey
2022-04-29Remove breakpoint_ops from init_ada_exception_breakpointTom Tromey