aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-09Add Guile as an extension language.Doug Evans1-0/+4
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-28Rename breakpoint_object to gdbpy_breakpoint_object.Doug Evans1-3/+3
2013-11-14Eliminate enum bpstat_signal_value, simplify random signal checks further.Pedro Alves1-26/+6
2013-10-11New GDB/MI commands to catch Ada exceptionsJoel Brobecker1-0/+1
2013-07-27gdb/Yao Qi1-9/+1
2013-07-06gdb/Yao Qi1-2/+1
2013-06-252013-06-25 Yao Qi <yao@codesourcery.com>Hui Zhu1-0/+4
2013-06-18Fix PR cli/15603Tom Tromey1-2/+4