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