Age | Commit message (Expand) | Author | Files | Lines |
2017-06-06 | Fix double free when running gdb.linespec/ls-errs.exp (PR breakpoints/21553) | Pedro Alves | 1 | -3/+4 |
2017-06-02 | C++ify breakpoint class hierarchy (destructors only) | Simon Marchi | 1 | -16/+7 |
2017-04-25 | Don't memset non-POD types: struct breakpoint | Pedro Alves | 1 | -30/+30 |
2017-04-25 | Don't memset non-POD types: struct bp_location | Pedro Alves | 1 | -32/+33 |
2017-04-13 | struct breakpoint: Fix indentation | Pedro Alves | 1 | -103/+102 |
2017-04-12 | Change breakpoint event locations to event_location_up | Tom Tromey | 1 | -5/+5 |
2017-04-12 | Introduce command_line_up | Tom Tromey | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -2/+2 |
2017-04-05 | -Wwrite-strings: Some constification in gdb/breakpoint.c | Pedro Alves | 1 | -2/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_info | Pedro Alves | 1 | -6/+7 |
2016-11-08 | 'struct agent_expr *' -> unique_ptr<agent_expr> | Pedro Alves | 1 | -2/+2 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -3/+3 |
2016-11-08 | breakpoint.c:commands_command_1 constification and cleanup | Pedro Alves | 1 | -1/+1 |
2016-11-08 | gdbarch software_single_step returns VEC (CORE_ADDR) * | Yao Qi | 1 | -0/+6 |
2016-11-03 | Rename placed_size to kind | Yao Qi | 1 | -7/+3 |
2016-10-13 | Convert tid_range_parser and get_number_or_range to classes | Pedro Alves | 1 | -3/+3 |
2016-08-10 | Plumb enum remove_bp_reason all the way to target_remove_breakpoint | Pedro Alves | 1 | -1/+13 |
2016-07-13 | PR python/17698 - add Breakpoint.pending | Tom Tromey | 1 | -0/+3 |
2016-01-19 | Limit breakpoint re-set to the current program space | Pedro Alves | 1 | -3/+6 |
2016-01-18 | Fix PR threads/19422 - show which thread caused stop | Pedro Alves | 1 | -0/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-10 | Remove support for thread events without PTRACE_EVENT_CLONE in GDB | Antoine Tremblay | 1 | -2/+0 |
2015-10-30 | Don't displaced step when there's a breakpoint in the scratch pad range | Pedro Alves | 1 | -0/+5 |
2015-09-09 | Replace "struct continuation" mechanism by something more extensible | Pedro Alves | 1 | -1/+5 |
2015-08-11 | Explicit locations: use new location API | Keith Seitz | 1 | -10/+33 |
2015-08-11 | Explicit locations: rename "address string"/"addr_string" to "location" | Keith Seitz | 1 | -7/+7 |
2015-06-17 | Remove unused function make_breakpoint_permanent. | Luis Machado | 1 | -2/+0 |
2015-03-20 | constify set_breakpoint_condition | Pedro Alves | 1 | -1/+1 |
2015-03-11 | Implement breakpoint_find_if | Sergio Durigan Junior | 1 | -0/+14 |
2015-03-04 | Teach GDB about targets that can tell whether a trap is a breakpoint event | Pedro Alves | 1 | -0/+5 |
2015-02-27 | breakpoint.h: move enum ‘print_stop_action’ | Pedro Alves | 1 | -20/+20 |
2015-01-09 | linux-nat.c: better starvation avoidance, handle non-stop mode too | Pedro Alves | 1 | -0/+5 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-12 | make "permanent breakpoints" per location and disableable | Pedro Alves | 1 | -6/+7 |
2014-11-04 | garbage collect gdb/breakpoint.c:breakpoint_thread_match | Pedro Alves | 1 | -3/+0 |
2014-10-15 | Make single-step breakpoints be per-thread | Pedro Alves | 1 | -4/+6 |
2014-10-15 | Remove deprecated_insert_raw_breakpoint and friends | Pedro Alves | 1 | -8/+0 |
2014-10-15 | Put single-step breakpoints on the bp_location chain | Pedro Alves | 1 | -8/+5 |
2014-10-03 | Avoid software breakpoint's instruction shadow inconsistency | Maciej W. Rozycki | 1 | -5/+8 |
2014-10-02 | Fix non-stop regressions caused by "breakpoints always-inserted off" changes | Pedro Alves | 1 | -0/+10 |
2014-09-22 | Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto" | Pedro Alves | 1 | -1/+1 |
2014-09-16 | Fix PR12526: -location watchpoints for bitfield arguments | Patrick Palka | 1 | -0/+5 |
2014-09-12 | [IRIX] eliminate deprecated_insert_raw_breakpoint uses | Pedro Alves | 1 | -0/+11 |
2014-07-01 | use cmd_sfunc_ftype and cmd_cfunc_ftype more | Tom Tromey | 1 | -2/+1 |
2014-06-27 | Associate dummy_frame with ptid | Yao Qi | 1 | -1/+1 |
2014-03-20 | Fix for even more missed events; eliminate thread-hop code. | Pedro Alves | 1 | -0/+3 |
2014-03-20 | PR breakpoints/7143 - Watchpoint does not trigger when first set | Pedro Alves | 1 | -0/+10 |
2014-03-06 | Remove argument optional_p from get_tracepoint_by_number | Yao Qi | 1 | -2/+1 |
2014-03-03 | change probes to be program-space-independent | Tom Tromey | 1 | -1/+2 |