Age | Commit message (Expand) | Author | Files | Lines |
2022-08-30 | gdb: update ranged_breakpoint::print_one_detail in comments | Enze Li | 1 | -1/+1 |
2022-08-26 | gdb: change bpstat_print's kind parameter to target_waitkind | Simon Marchi | 1 | -4/+3 |
2022-08-13 | Move decode_location_spec to code_breakpoint | Tom Tromey | 1 | -13/+10 |
2022-08-13 | Change location_spec_to_sals to a method | Tom Tromey | 1 | -0/+8 |
2022-08-13 | Change breakpoint_re_set_default to a method | Tom Tromey | 1 | -0/+5 |
2022-08-10 | gdb/mi: fix breakpoint script field output | Simon Marchi | 1 | -0/+5 |
2022-07-28 | gdb/python: Add BreakpointLocation type | Simon Farre | 1 | -0/+5 |
2022-06-17 | event_location -> location_spec | Pedro Alves | 1 | -30/+32 |
2022-05-20 | Rename base_breakpoint -> code_breakpoint | Pedro Alves | 1 | -8/+8 |
2022-05-20 | Add/tweak intro comments of struct breakpoint and several subclasses | Pedro Alves | 1 | -6/+7 |
2022-05-20 | Move add_location(sal) to base_breakpoint | Pedro Alves | 1 | -4/+4 |
2022-05-20 | Move common bits of catchpoint/exception_catchpoint to breakpoint's ctor | Pedro Alves | 1 | -8/+2 |
2022-05-20 | Make catchpoint inherit breakpoint, eliminate init_raw_breakpoint | Pedro Alves | 1 | -6/+1 |
2022-05-20 | Make breakpoint_address_bits look at the location kind | Pedro Alves | 1 | -0/+1 |
2022-05-20 | Convert init_ada_exception_catchpoint to a ctor | Pedro Alves | 1 | -11/+8 |
2022-05-20 | init_breakpoint_sal -> base_breakpoint::base_breakpoint | Pedro Alves | 1 | -0/+16 |
2022-05-20 | More breakpoint_ops parameter elimination | Pedro Alves | 1 | -2/+1 |
2022-05-20 | Make a few functions work with base_breakpoint instead of breakpoint | Pedro Alves | 1 | -7/+2 |
2022-05-20 | Make structs breakpoint/base_breakpoint/catchpoint be abstract | Pedro Alves | 1 | -1/+5 |
2022-05-20 | add_location_to_breakpoint -> breakpoint::add_location | Pedro Alves | 1 | -0/+3 |
2022-05-06 | Introduce catchpoint class | Tom Tromey | 1 | -8/+14 |
2022-05-06 | Add initializers to tracepoint | Tom Tromey | 1 | -5/+5 |
2022-05-06 | Remove init_raw_breakpoint_without_location | Tom Tromey | 1 | -5/+19 |
2022-05-06 | Disable copying for breakpoint | Tom Tromey | 1 | -0/+3 |
2022-05-06 | Constify breakpoint::print_recreate | Tom Tromey | 1 | -3/+3 |
2022-05-06 | Constify breakpoint::print_mention | Tom Tromey | 1 | -3/+3 |
2022-05-06 | Constify breakpoint::print_one | Tom Tromey | 1 | -2/+2 |
2022-05-06 | Constify breakpoint::print_it | Tom Tromey | 1 | -2/+2 |
2022-05-06 | Move works_in_software_mode to watchpoint | Tom Tromey | 1 | -6/+6 |
2022-05-06 | Boolify breakpoint::explains_signal | Tom Tromey | 1 | -3/+3 |
2022-05-06 | Remove breakpoint::ops | Tom Tromey | 1 | -3/+0 |
2022-05-06 | Change print_recreate_thread to a method | Tom Tromey | 1 | -10/+11 |
2022-05-02 | gdb: remove type_wanted parameter from a few functions | Simon Marchi | 1 | -2/+1 |
2022-04-29 | Constify breakpoint_ops | Tom Tromey | 1 | -1/+1 |
2022-04-29 | Remove breakpoint ops initialization | Tom Tromey | 1 | -2/+0 |
2022-04-29 | Remove vtable_breakpoint_ops | Tom Tromey | 1 | -3/+1 |
2022-04-29 | Remove most fields from breakpoint_ops | Tom Tromey | 1 | -93/+0 |
2022-04-29 | Remove breakpoint_ops from init_catchpoint | Tom Tromey | 1 | -4/+2 |
2022-04-29 | Remove breakpoint_ops from init_ada_exception_breakpoint | Tom Tromey | 1 | -1/+0 |
2022-04-29 | Add bp_static_marker_tracepoint | Tom Tromey | 1 | -0/+2 |
2022-04-29 | Convert dprintf to vtable ops | Tom Tromey | 1 | -1/+0 |
2022-04-29 | Convert ordinary breakpoints to vtable ops | Tom Tromey | 1 | -1/+0 |
2022-04-29 | Convert base breakpoints to vtable ops | Tom Tromey | 1 | -0/+11 |
2022-04-29 | Add some new subclasses of breakpoint | Tom Tromey | 1 | -0/+7 |
2022-04-29 | Convert tracepoints to vtable ops | Tom Tromey | 1 | -2/+13 |
2022-04-29 | Convert watchpoints to vtable ops | Tom Tromey | 1 | -0/+16 |
2022-04-29 | Add a vtable-based breakpoint ops | Tom Tromey | 1 | -0/+113 |
2022-04-29 | Return bool from breakpoint_ops::print_one | Tom Tromey | 1 | -2/+3 |
2022-04-29 | Boolify print_solib_event | Tom Tromey | 1 | -1/+1 |
2022-04-29 | Move "catch load" to a new file | Tom Tromey | 1 | -0/+6 |