summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* Get rid of VEC(static_tracepoint_marker_p)Simon Marchi2018-03-221-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_setshow_*Tom Tromey2017-11-071-1/+1
* Constify add_comTom Tromey2017-11-071-6/+6
* Introduce gdb_breakpoint_upTom Tromey2017-11-041-6/+14
* Replace start_rbreak_breakpoints and end_rbreak_breakpointsTom Tromey2017-11-041-4/+12
* Use SaL symbol name when reporting breakpoint locationsKeith Seitz2017-10-271-0/+5
* Remove regular_breakpoint_inserted_here_p declarationYao Qi2017-10-261-3/+0
* const-fy breakpoint_ops->breakpoint_hit parameter aspaceYao Qi2017-10-261-1/+1
* const-fy function parameter struct address_space *aspaceYao Qi2017-10-261-14/+15
* Garbage collect reattach_breakpointsPedro Alves2017-10-111-7/+0
* Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves2017-10-101-0/+3
* Constify some commands in breakpoint.cTom Tromey2017-09-271-4/+0
* Constify some linespec functionsTom Tromey2017-09-271-5/+5
* Change counted_command_line to a shared_ptrTom Tromey2017-09-201-5/+4
* Allocate bpstats with newTom Tromey2017-09-201-0/+7
* Move command lines types/declarations to cli-script.hSimon Marchi2017-09-041-0/+1
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-9/+11
* Change install_breakpoint to take a std::unique_ptrTom Tromey2017-08-221-1/+1
* Fix double free when running gdb.linespec/ls-errs.exp (PR breakpoints/21553)Pedro Alves2017-06-061-3/+4