summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Constify add_comTom Tromey
2017-11-04Introduce gdb_breakpoint_upTom Tromey
2017-11-04Replace start_rbreak_breakpoints and end_rbreak_breakpointsTom Tromey
2017-10-27Use SaL symbol name when reporting breakpoint locationsKeith Seitz
2017-10-26Remove regular_breakpoint_inserted_here_p declarationYao Qi
2017-10-26const-fy breakpoint_ops->breakpoint_hit parameter aspaceYao Qi
2017-10-26const-fy function parameter struct address_space *aspaceYao Qi
2017-10-11Garbage collect reattach_breakpointsPedro Alves
2017-10-10Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves
2017-09-27Constify some commands in breakpoint.cTom Tromey
2017-09-27Constify some linespec functionsTom Tromey
2017-09-20Change counted_command_line to a shared_ptrTom Tromey
2017-09-20Allocate bpstats with newTom Tromey
2017-09-04Move command lines types/declarations to cli-script.hSimon Marchi
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves
2017-08-22Change install_breakpoint to take a std::unique_ptrTom Tromey
2017-06-06Fix double free when running gdb.linespec/ls-errs.exp (PR breakpoints/21553)Pedro Alves
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi
2017-04-25Don't memset non-POD types: struct breakpointPedro Alves
2017-04-25Don't memset non-POD types: struct bp_locationPedro Alves
2017-04-13struct breakpoint: Fix indentationPedro Alves
2017-04-12Change breakpoint event locations to event_location_upTom Tromey
2017-04-12Introduce command_line_upTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Some constification in gdb/breakpoint.cPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_infoPedro Alves
2016-11-08'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-11-08breakpoint.c:commands_command_1 constification and cleanupPedro Alves
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi
2016-11-03Rename placed_size to kindYao Qi
2016-10-13Convert tid_range_parser and get_number_or_range to classesPedro Alves
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves
2016-07-13PR python/17698 - add Breakpoint.pendingTom Tromey
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-10Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay
2015-10-30Don't displaced step when there's a breakpoint in the scratch pad rangePedro Alves
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves
2015-08-11Explicit locations: use new location APIKeith Seitz
2015-08-11Explicit locations: rename "address string"/"addr_string" to "location"Keith Seitz
2015-06-17Remove unused function make_breakpoint_permanent.Luis Machado
2015-03-20constify set_breakpoint_conditionPedro Alves
2015-03-11Implement breakpoint_find_ifSergio Durigan Junior
2015-03-04Teach GDB about targets that can tell whether a trap is a breakpoint eventPedro Alves
2015-02-27breakpoint.h: move enum ‘print_stop_action’Pedro Alves