aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-10Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay1-2/+0
2015-10-30Don't displaced step when there's a breakpoint in the scratch pad rangePedro Alves1-0/+5
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves1-1/+5
2015-08-11Explicit locations: use new location APIKeith Seitz1-10/+33
2015-08-11Explicit locations: rename "address string"/"addr_string" to "location"Keith Seitz1-7/+7
2015-06-17Remove unused function make_breakpoint_permanent.Luis Machado1-2/+0
2015-03-20constify set_breakpoint_conditionPedro Alves1-1/+1
2015-03-11Implement breakpoint_find_ifSergio Durigan Junior1-0/+14
2015-03-04Teach GDB about targets that can tell whether a trap is a breakpoint eventPedro Alves1-0/+5
2015-02-27breakpoint.h: move enum ‘print_stop_action’Pedro Alves1-20/+20
2015-01-09linux-nat.c: better starvation avoidance, handle non-stop mode tooPedro Alves1-0/+5
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-12make "permanent breakpoints" per location and disableablePedro Alves1-6/+7
2014-11-04garbage collect gdb/breakpoint.c:breakpoint_thread_matchPedro Alves1-3/+0
2014-10-15Make single-step breakpoints be per-threadPedro Alves1-4/+6
2014-10-15Remove deprecated_insert_raw_breakpoint and friendsPedro Alves1-8/+0
2014-10-15Put single-step breakpoints on the bp_location chainPedro Alves1-8/+5
2014-10-03Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki1-5/+8
2014-10-02Fix non-stop regressions caused by "breakpoints always-inserted off" changesPedro Alves1-0/+10
2014-09-22Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto"Pedro Alves1-1/+1
2014-09-16Fix PR12526: -location watchpoints for bitfield argumentsPatrick Palka1-0/+5
2014-09-12[IRIX] eliminate deprecated_insert_raw_breakpoint usesPedro Alves1-0/+11
2014-07-01use cmd_sfunc_ftype and cmd_cfunc_ftype moreTom Tromey1-2/+1
2014-06-27Associate dummy_frame with ptidYao Qi1-1/+1
2014-03-20Fix for even more missed events; eliminate thread-hop code.Pedro Alves1-0/+3
2014-03-20PR breakpoints/7143 - Watchpoint does not trigger when first setPedro Alves1-0/+10
2014-03-06Remove argument optional_p from get_tracepoint_by_numberYao Qi1-2/+1
2014-03-03change probes to be program-space-independentTom Tromey1-1/+2