aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-09Fix scripted probe breakpointsGeorge Barrett1-0/+9
2019-11-26Remove unused rbreak_command_wrapper and other declarationsSimon Marchi1-3/+0
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-2/+2
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-10-15Change iterate_over_breakpoints to take a function_viewChristian Biesinger1-2/+3
2019-09-21gdb: make watchpoint::val_valid a boolSimon Marchi1-2/+3
2019-09-21gdb: change "nonzero" to "true" in commentsSimon Marchi1-3/+3
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-08-06Change breakpoint::filter to be a unique_xmalloc_ptrTom Tromey1-3/+2
2019-07-10breakpoint: Make is_*point functions return boolSimon Marchi1-6/+10
2019-07-10Make some bpstat functions use boolSimon Marchi1-6/+6
2019-07-09Make bpstat_what::is_longjmp a boolSimon Marchi1-1/+1
2019-07-09Make "maint info breakpoints" show "catch catch/throw/rethrow" locationsPedro Alves1-0/+5
2019-07-09"catch catch/throw/rethrow", breakpoint -> catchpointPedro Alves1-1/+6
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3
2019-07-02Remove return value from remove_breakpoints_infSimon Marchi1-1/+3