summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* C++ify breakpoint class hierarchy (destructors only)Simon Marchi2017-06-021-16/+7
* Don't memset non-POD types: struct breakpointPedro Alves2017-04-251-30/+30
* Don't memset non-POD types: struct bp_locationPedro Alves2017-04-251-32/+33
* struct breakpoint: Fix indentationPedro Alves2017-04-131-103/+102
* Change breakpoint event locations to event_location_upTom Tromey2017-04-121-5/+5
* Introduce command_line_upTom Tromey2017-04-121-1/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-2/+2
* -Wwrite-strings: Some constification in gdb/breakpoint.cPedro Alves2017-04-051-2/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_infoPedro Alves2016-11-081-6/+7
* 'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves2016-11-081-2/+2
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-3/+3
* breakpoint.c:commands_command_1 constification and cleanupPedro Alves2016-11-081-1/+1
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-0/+6
* Rename placed_size to kindYao Qi2016-11-031-7/+3
* Convert tid_range_parser and get_number_or_range to classesPedro Alves2016-10-131-3/+3
* Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves2016-08-101-1/+13
* PR python/17698 - add Breakpoint.pendingTom Tromey2016-07-131-0/+3
* Limit breakpoint re-set to the current program spacePedro Alves2016-01-191-3/+6
* Fix PR threads/19422 - show which thread caused stopPedro Alves2016-01-181-0/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay2015-12-101-2/+0
* Don't displaced step when there's a breakpoint in the scratch pad rangePedro Alves2015-10-301-0/+5
* Replace "struct continuation" mechanism by something more extensiblePedro Alves2015-09-091-1/+5
* Explicit locations: use new location APIKeith Seitz2015-08-111-10/+33
* Explicit locations: rename "address string"/"addr_string" to "location"Keith Seitz2015-08-111-7/+7
* Remove unused function make_breakpoint_permanent.Luis Machado2015-06-171-2/+0
* constify set_breakpoint_conditionPedro Alves2015-03-201-1/+1
* Implement breakpoint_find_ifSergio Durigan Junior2015-03-111-0/+14
* Teach GDB about targets that can tell whether a trap is a breakpoint eventPedro Alves2015-03-041-0/+5
* breakpoint.h: move enum ‘print_stop_action’Pedro Alves2015-02-271-20/+20