summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux-nat.c: better starvation avoidance, handle non-stop mode tooPedro Alves2015-01-091-0/+5
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* make "permanent breakpoints" per location and disableablePedro Alves2014-11-121-6/+7
* garbage collect gdb/breakpoint.c:breakpoint_thread_matchPedro Alves2014-11-041-3/+0
* Make single-step breakpoints be per-threadPedro Alves2014-10-151-4/+6
* Remove deprecated_insert_raw_breakpoint and friendsPedro Alves2014-10-151-8/+0
* Put single-step breakpoints on the bp_location chainPedro Alves2014-10-151-8/+5
* Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki2014-10-031-5/+8
* Fix non-stop regressions caused by "breakpoints always-inserted off" changesPedro Alves2014-10-021-0/+10
* Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto"Pedro Alves2014-09-221-1/+1
* Fix PR12526: -location watchpoints for bitfield argumentsPatrick Palka2014-09-161-0/+5
* [IRIX] eliminate deprecated_insert_raw_breakpoint usesPedro Alves2014-09-121-0/+11
* use cmd_sfunc_ftype and cmd_cfunc_ftype moreTom Tromey2014-07-011-2/+1
* Associate dummy_frame with ptidYao Qi2014-06-271-1/+1
* Fix for even more missed events; eliminate thread-hop code.Pedro Alves2014-03-201-0/+3