aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
AgeCommit message (Expand)Author
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
2015-01-09linux-nat.c: better starvation avoidance, handle non-stop mode tooPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-12make "permanent breakpoints" per location and disableablePedro Alves
2014-11-04garbage collect gdb/breakpoint.c:breakpoint_thread_matchPedro Alves
2014-10-15Make single-step breakpoints be per-threadPedro Alves
2014-10-15Remove deprecated_insert_raw_breakpoint and friendsPedro Alves
2014-10-15Put single-step breakpoints on the bp_location chainPedro Alves
2014-10-03Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki
2014-10-02Fix non-stop regressions caused by "breakpoints always-inserted off" changesPedro Alves
2014-09-22Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto"Pedro Alves
2014-09-16Fix PR12526: -location watchpoints for bitfield argumentsPatrick Palka
2014-09-12[IRIX] eliminate deprecated_insert_raw_breakpoint usesPedro Alves
2014-07-01use cmd_sfunc_ftype and cmd_cfunc_ftype moreTom Tromey
2014-06-27Associate dummy_frame with ptidYao Qi
2014-03-20Fix for even more missed events; eliminate thread-hop code.Pedro Alves
2014-03-20PR breakpoints/7143 - Watchpoint does not trigger when first setPedro Alves
2014-03-06Remove argument optional_p from get_tracepoint_by_numberYao Qi
2014-03-03change probes to be program-space-independentTom Tromey