aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-21Watchpoint followed by catchpoint misreports watchpoint (PR gdb/28621)Pedro Alves1-3/+22
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-22gdb: pass more const target_waitstatus by referenceSimon Marchi1-5/+5
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi1-25/+23
2021-10-20Use unique_xmalloc_ptr in breakpointTom Tromey1-3/+3
2021-10-20Use unique_xmalloc_ptr in bp_locationTom Tromey1-2/+2
2021-10-20Use unique_xmalloc_ptr in watchpointTom Tromey1-4/+2
2021-08-31gdb: remove breakpoint_find_ifSimon Marchi1-16/+2
2021-07-23gdb: remove cmd_list_element::function::sfuncSimon Marchi1-1/+1
2021-07-06gdb: introduce iterator_range, remove next_adapterSimon Marchi1-4/+6
2021-05-27gdb: remove iterate_over_bp_locations functionSimon Marchi1-3/+4
2021-05-27gdb: remove iterate_over_breakpoints functionSimon Marchi1-11/+19
2021-05-27gdb: add breakpoint::locations methodSimon Marchi1-0/+7
2021-05-27gdb: add all_tracepoints functionSimon Marchi1-3/+26
2021-05-06gdb/mi: add a '--force' flag to the '-break-condition' commandTankut Baris Aktemur1-0/+8
2021-04-22gdb: use function_view for iterate_over_bp_locations' callbackSimon Marchi1-3/+2
2021-04-21gdb/breakpoint: add a 'force_condition' parameter to 'create_breakpoint'Tankut Baris Aktemur1-0/+6
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-11Make bp_location derive from refcounted_objectTom Tromey1-6/+24
2020-11-19gdb: convert some function arguments from int to boolAndrew Burgess1-3/+3
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-10-27gdb/breakpoint: add flags to 'condition' and 'break' commands to force conditionTankut Baris Aktemur1-2/+4
2020-10-27gdb/breakpoint: disable a bp location if condition is invalid at that locationTankut Baris Aktemur1-0/+6
2020-09-16gdb: use bool in the solib catchpoint areaSimon Marchi1-4/+14
2020-08-28[gdb/breakpoint] Handle setting breakpoint on label without addressTom de Vries1-3/+3
2020-01-29Recognize more program breakpoint patternsLuis Machado1-5/+0