summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
AgeCommit message (Expand)Author
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
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-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
2022-04-29Add bp_static_marker_tracepointTom Tromey
2022-04-29Convert dprintf to vtable opsTom Tromey
2022-04-29Convert ordinary breakpoints to vtable opsTom Tromey
2022-04-29Convert base breakpoints to vtable opsTom Tromey
2022-04-29Add some new subclasses of breakpointTom Tromey
2022-04-29Convert tracepoints to vtable opsTom Tromey
2022-04-29Convert watchpoints to vtable opsTom Tromey
2022-04-29Add a vtable-based breakpoint opsTom Tromey
2022-04-29Return bool from breakpoint_ops::print_oneTom Tromey
2022-04-29Boolify print_solib_eventTom Tromey
2022-04-29Move "catch load" to a new fileTom Tromey
2022-03-21Watchpoint followed by catchpoint misreports watchpoint (PR gdb/28621)Pedro Alves
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-11-22gdb: pass more const target_waitstatus by referenceSimon Marchi
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi
2021-10-20Use unique_xmalloc_ptr in breakpointTom Tromey
2021-10-20Use unique_xmalloc_ptr in bp_locationTom Tromey