Age | Commit message (Expand) | Author | Files | Lines |
2018-04-26 | Fix setting breakpoints on ifunc functions after they're already resolved | Pedro Alves | 1 | -0/+8 |
2018-04-06 | Change breakpoints to use value_ref_ptr | Tom Tromey | 1 | -3/+2 |
2018-03-22 | Get rid of VEC(static_tracepoint_marker_p) | Simon Marchi | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -6/+6 |
2017-11-04 | Introduce gdb_breakpoint_up | Tom Tromey | 1 | -6/+14 |
2017-11-04 | Replace start_rbreak_breakpoints and end_rbreak_breakpoints | Tom Tromey | 1 | -4/+12 |
2017-10-27 | Use SaL symbol name when reporting breakpoint locations | Keith Seitz | 1 | -0/+5 |
2017-10-26 | Remove regular_breakpoint_inserted_here_p declaration | Yao Qi | 1 | -3/+0 |
2017-10-26 | const-fy breakpoint_ops->breakpoint_hit parameter aspace | Yao Qi | 1 | -1/+1 |
2017-10-26 | const-fy function parameter struct address_space *aspace | Yao Qi | 1 | -14/+15 |
2017-10-11 | Garbage collect reattach_breakpoints | Pedro Alves | 1 | -7/+0 |
2017-10-10 | Eliminate catch_exceptions/catch_exceptions_with_msg | Pedro Alves | 1 | -0/+3 |
2017-09-27 | Constify some commands in breakpoint.c | Tom Tromey | 1 | -4/+0 |
2017-09-27 | Constify some linespec functions | Tom Tromey | 1 | -5/+5 |
2017-09-20 | Change counted_command_line to a shared_ptr | Tom Tromey | 1 | -5/+4 |
2017-09-20 | Allocate bpstats with new | Tom Tromey | 1 | -0/+7 |
2017-09-04 | Move command lines types/declarations to cli-script.h | Simon Marchi | 1 | -0/+1 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 1 | -9/+11 |
2017-08-22 | Change install_breakpoint to take a std::unique_ptr | Tom Tromey | 1 | -1/+1 |
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 |