aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-15gdb/mi: New commands to catch C++ exceptionsAndrew Burgess1-0/+20
2019-05-10Fix GDB build when using --disable-gdbmiSimon Marchi1-0/+5
2019-04-06Revert the header-sorting patchTom Tromey1-9/+7
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-7/+9
2019-02-15C++-ify bp_locationTom Tromey1-15/+3
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-17python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi1-0/+3
2018-07-10Use std::vector for moribund_locationsTom Tromey1-3/+0
2018-07-03Remove VEC from breakpointTom Tromey1-9/+4
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-2/+3
2018-05-17Don't elide all inlined framesKeith Seitz1-1/+29
2018-05-04Use function_view in cli-script.cTom Tromey1-4/+0
2018-05-04Use counted_command_line everywhereTom Tromey1-5/+1
2018-04-26Fix setting breakpoints on ifunc functions after they're already resolvedPedro Alves1-0/+8
2018-04-06Change breakpoints to use value_ref_ptrTom Tromey1-3/+2
2018-03-22Get rid of VEC(static_tracepoint_marker_p)Simon Marchi1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-1/+1
2017-11-07Constify add_comTom Tromey1-6/+6
2017-11-04Introduce gdb_breakpoint_upTom Tromey1-6/+14
2017-11-04Replace start_rbreak_breakpoints and end_rbreak_breakpointsTom Tromey1-4/+12
2017-10-27Use SaL symbol name when reporting breakpoint locationsKeith Seitz1-0/+5
2017-10-26Remove regular_breakpoint_inserted_here_p declarationYao Qi1-3/+0
2017-10-26const-fy breakpoint_ops->breakpoint_hit parameter aspaceYao Qi1-1/+1
2017-10-26const-fy function parameter struct address_space *aspaceYao Qi1-14/+15
2017-10-11Garbage collect reattach_breakpointsPedro Alves1-7/+0
2017-10-10Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves1-0/+3
2017-09-27Constify some commands in breakpoint.cTom Tromey1-4/+0
2017-09-27Constify some linespec functionsTom Tromey1-5/+5
2017-09-20Change counted_command_line to a shared_ptrTom Tromey1-5/+4
2017-09-20Allocate bpstats with newTom Tromey1-0/+7
2017-09-04Move command lines types/declarations to cli-script.hSimon Marchi1-0/+1
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-9/+11
2017-08-22Change install_breakpoint to take a std::unique_ptrTom Tromey1-1/+1
2017-06-06Fix double free when running gdb.linespec/ls-errs.exp (PR breakpoints/21553)Pedro Alves1-3/+4
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi1-16/+7
2017-04-25Don't memset non-POD types: struct breakpointPedro Alves1-30/+30
2017-04-25Don't memset non-POD types: struct bp_locationPedro Alves1-32/+33