Age | Commit message (Expand) | Author | Files | Lines |
2022-06-17 | Eliminate the two-level data structures behind location_specs | Pedro Alves | 1 | -6/+3 |
2022-06-17 | event_location -> location_spec | Pedro Alves | 1 | -5/+5 |
2022-05-20 | Rename base_breakpoint -> code_breakpoint | Pedro Alves | 1 | -3/+3 |
2022-05-20 | Move common bits of catchpoint/exception_catchpoint to breakpoint's ctor | Pedro Alves | 1 | -5/+1 |
2022-05-20 | Make exception_catchpoint inherit base_breakpoint instead of catchpoint | Pedro Alves | 1 | -6/+12 |
2022-05-06 | Introduce catchpoint class | Tom Tromey | 1 | -5/+5 |
2022-05-06 | Remove init_raw_breakpoint_without_location | Tom Tromey | 1 | -4/+8 |
2022-05-06 | Add constructor to exception_catchpoint | Tom Tromey | 1 | -12/+13 |
2022-05-06 | Constify breakpoint::print_recreate | Tom Tromey | 1 | -2/+2 |
2022-05-06 | Constify breakpoint::print_mention | Tom Tromey | 1 | -2/+2 |
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 | Change print_recreate_thread to a method | Tom Tromey | 1 | -1/+1 |
2022-04-29 | Remove breakpoint_ops from init_catchpoint | Tom Tromey | 1 | -2/+1 |
2022-04-29 | Convert break-catch-throw to vtable ops | Tom Tromey | 1 | -85/+53 |
2022-04-29 | Convert base breakpoints to vtable ops | Tom Tromey | 1 | -1/+1 |
2022-04-29 | Return bool from breakpoint_ops::print_one | Tom Tromey | 1 | -1/+3 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -4/+4 |
2022-03-06 | gdb: remove internalvar_funcs::destroy | Simon Marchi | 1 | -1/+0 |
2022-01-18 | Move gdb_regex to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-08 | gdb: remove bpstat typedef, rename bpstats to bpstat | Simon Marchi | 1 | -2/+2 |
2021-06-25 | gdb: add context getter/setter to cmd_list_element | Simon Marchi | 1 | -3/+4 |
2021-05-19 | gdb: Pass std::strings to ui_out::field_string () where convenient | Marco Barisione | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -3/+3 |
2020-05-09 | [gdb] Fix catch throw regexp matching | Tom de Vries | 1 | -1/+1 |
2020-05-08 | Speed up psymbol reading by removing a copy | Tom Tromey | 1 | -5/+7 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-09-02 | Use gdbarch for probe::get_argument_count | Alan Hayward | 1 | -1/+1 |
2019-08-26 | [gdb, c++] Improve error message when using libstdcxx without SDT probes | Tom de Vries | 1 | -2/+4 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -1/+1 |
2019-07-09 | Make "maint info breakpoints" show "catch catch/throw/rethrow" locations | Pedro Alves | 1 | -0/+8 |
2019-07-09 | "catch catch/throw/rethrow", breakpoint -> catchpoint | Pedro Alves | 1 | -13/+12 |
2019-06-15 | gdb/mi: New commands to catch C++ exceptions | Andrew Burgess | 1 | -26/+16 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -9/+6 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -15/+11 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -11/+15 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-04-30 | Remove some is_mi_like_p from breakpoint code | Tom Tromey | 1 | -3/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-22 | Convert generic probe interface to C++ (and perform some cleanups) | Sergio Durigan Junior | 1 | -8/+8 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -5/+6 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -3/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 1 | -8/+4 |