aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-13struct breakpoint: Fix indentationPedro Alves1-103/+102
2017-04-12Change breakpoint event locations to event_location_upTom Tromey1-5/+5
2017-04-12Introduce command_line_upTom Tromey1-1/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-2/+2
2017-04-05-Wwrite-strings: Some constification in gdb/breakpoint.cPedro Alves1-2/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_infoPedro Alves1-6/+7
2016-11-08'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves1-2/+2
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-3/+3
2016-11-08breakpoint.c:commands_command_1 constification and cleanupPedro Alves1-1/+1
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-0/+6
2016-11-03Rename placed_size to kindYao Qi1-7/+3
2016-10-13Convert tid_range_parser and get_number_or_range to classesPedro Alves1-3/+3
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves1-1/+13
2016-07-13PR python/17698 - add Breakpoint.pendingTom Tromey1-0/+3
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves1-3/+6
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves1-0/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1