aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-06Disable copying for breakpointTom Tromey1-0/+3
2022-05-06Constify breakpoint::print_recreateTom Tromey1-3/+3
2022-05-06Constify breakpoint::print_mentionTom Tromey1-3/+3
2022-05-06Constify breakpoint::print_oneTom Tromey1-2/+2
2022-05-06Constify breakpoint::print_itTom Tromey1-2/+2
2022-05-06Move works_in_software_mode to watchpointTom Tromey1-6/+6
2022-05-06Boolify breakpoint::explains_signalTom Tromey1-3/+3
2022-05-06Remove breakpoint::opsTom Tromey1-3/+0
2022-05-06Change print_recreate_thread to a methodTom Tromey1-10/+11
2022-05-02gdb: remove type_wanted parameter from a few functionsSimon Marchi1-2/+1
2022-04-29Constify breakpoint_opsTom Tromey1-1/+1
2022-04-29Remove breakpoint ops initializationTom Tromey1-2/+0
2022-04-29Remove vtable_breakpoint_opsTom Tromey1-3/+1
2022-04-29Remove most fields from breakpoint_opsTom Tromey1-93/+0
2022-04-29Remove breakpoint_ops from init_catchpointTom Tromey1-4/+2
2022-04-29Remove breakpoint_ops from init_ada_exception_breakpointTom Tromey1-1/+0
2022-04-29Add bp_static_marker_tracepointTom Tromey1-0/+2
2022-04-29Convert dprintf to vtable opsTom Tromey1-1/+0
2022-04-29Convert ordinary breakpoints to vtable opsTom Tromey1-1/+0
2022-04-29Convert base breakpoints to vtable opsTom Tromey1-0/+11
2022-04-29Add some new subclasses of breakpointTom Tromey1-0/+7
2022-04-29Convert tracepoints to vtable opsTom Tromey1-2/+13
2022-04-29Convert watchpoints to vtable opsTom Tromey1-0/+16
2022-04-29Add a vtable-based breakpoint opsTom Tromey1-0/+113
2022-04-29Return bool from breakpoint_ops::print_oneTom Tromey1-2/+3
2022-04-29Boolify print_solib_eventTom Tromey1-1/+1
2022-04-29Move "catch load" to a new fileTom Tromey1-0/+6