summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
Commit message (Expand)AuthorAgeFilesLines
* gdb: introduce iterator_range, remove next_adapterSimon Marchi2021-07-061-4/+6
* gdb: remove iterate_over_bp_locations functionSimon Marchi2021-05-271-3/+4
* gdb: remove iterate_over_breakpoints functionSimon Marchi2021-05-271-11/+19
* gdb: add breakpoint::locations methodSimon Marchi2021-05-271-0/+7
* gdb: add all_tracepoints functionSimon Marchi2021-05-271-3/+26
* gdb/mi: add a '--force' flag to the '-break-condition' commandTankut Baris Aktemur2021-05-061-0/+8
* gdb: use function_view for iterate_over_bp_locations' callbackSimon Marchi2021-04-221-3/+2
* gdb/breakpoint: add a 'force_condition' parameter to 'create_breakpoint'Tankut Baris Aktemur2021-04-211-0/+6
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Make bp_location derive from refcounted_objectTom Tromey2020-12-111-6/+24
* gdb: convert some function arguments from int to boolAndrew Burgess2020-11-191-3/+3
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* gdb/breakpoint: add flags to 'condition' and 'break' commands to force conditionTankut Baris Aktemur2020-10-271-2/+4
* gdb/breakpoint: disable a bp location if condition is invalid at that locationTankut Baris Aktemur2020-10-271-0/+6
* gdb: use bool in the solib catchpoint areaSimon Marchi2020-09-161-4/+14
* [gdb/breakpoint] Handle setting breakpoint on label without addressTom de Vries2020-08-281-3/+3
* Recognize more program breakpoint patternsLuis Machado2020-01-291-5/+0
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Fix scripted probe breakpointsGeorge Barrett2019-12-091-0/+9
* Remove unused rbreak_command_wrapper and other declarationsSimon Marchi2019-11-261-3/+0
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-2/+2
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* Change iterate_over_breakpoints to take a function_viewChristian Biesinger2019-10-151-2/+3
* gdb: make watchpoint::val_valid a boolSimon Marchi2019-09-211-2/+3
* gdb: change "nonzero" to "true" in commentsSimon Marchi2019-09-211-3/+3
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Change breakpoint::filter to be a unique_xmalloc_ptrTom Tromey2019-08-061-3/+2
* breakpoint: Make is_*point functions return boolSimon Marchi2019-07-101-6/+10
* Make some bpstat functions use boolSimon Marchi2019-07-101-6/+6
* Make bpstat_what::is_longjmp a boolSimon Marchi2019-07-091-1/+1
* Make "maint info breakpoints" show "catch catch/throw/rethrow" locationsPedro Alves2019-07-091-0/+5
* "catch catch/throw/rethrow", breakpoint -> catchpointPedro Alves2019-07-091-1/+6
* Rename common to gdbsupportTom Tromey2019-07-091-3/+3
* Remove return value from remove_breakpoints_infSimon Marchi2019-07-021-1/+3
* gdb/mi: New commands to catch C++ exceptionsAndrew Burgess2019-06-151-0/+20
* Fix GDB build when using --disable-gdbmiSimon Marchi2019-05-101-0/+5
* Revert the header-sorting patchTom Tromey2019-04-061-9/+7
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-7/+9
* C++-ify bp_locationTom Tromey2019-02-151-15/+3
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi2018-09-171-0/+3
* Use std::vector for moribund_locationsTom Tromey2018-07-101-3/+0
* Remove VEC from breakpointTom Tromey2018-07-031-9/+4
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-2/+3
* Don't elide all inlined framesKeith Seitz2018-05-171-1/+29
* Use function_view in cli-script.cTom Tromey2018-05-041-4/+0
* Use counted_command_line everywhereTom Tromey2018-05-041-5/+1
* Fix setting breakpoints on ifunc functions after they're already resolvedPedro Alves2018-04-261-0/+8
* Change breakpoints to use value_ref_ptrTom Tromey2018-04-061-3/+2