Age | Commit message (Expand) | Author | Files | Lines |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-02-05 | gdb: rename struct shobj -> struct solib | Simon Marchi | 1 | -1/+1 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-21 | gdb: Use C++17's std::make_unique instead of gdb::make_unique | Lancelot Six | 1 | -1/+1 |
2023-10-19 | gdb: rename struct so_list to shobj | Simon Marchi | 1 | -1/+1 |
2023-10-19 | gdb: make so_list::{so_original_name,so_name} std::strings | Simon Marchi | 1 | -1/+1 |
2023-08-23 | gdb: add gdb::make_unique function | Andrew Burgess | 1 | -3/+2 |
2023-05-25 | gdb: remove breakpoint_pointer_iterator | Simon Marchi | 1 | -6/+6 |
2023-05-25 | gdb: remove bp_location_pointer_iterator | Simon Marchi | 1 | -2/+2 |
2023-05-25 | gdb: constify breakpoint::print_it parameter | Simon Marchi | 1 | -2/+2 |
2023-05-25 | gdb: make some breakpoint methods use `this` | Simon Marchi | 1 | -5/+4 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-19 | Use bool in bpstat | Tom Tromey | 1 | -1/+1 |
2022-05-06 | Introduce catchpoint class | Tom Tromey | 1 | -6/+7 |
2022-05-06 | Remove init_raw_breakpoint_without_location | Tom Tromey | 1 | -3/+5 |
2022-05-06 | Add constructor to solib_catchpoint | Tom Tromey | 1 | -9/+12 |
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-04-29 | Remove most fields from breakpoint_ops | Tom Tromey | 1 | -1/+1 |
2022-04-29 | Remove breakpoint_ops from init_catchpoint | Tom Tromey | 1 | -1/+1 |
2022-04-29 | Convert break-catch-load to vtable ops | Tom Tromey | 1 | -74/+52 |
2022-04-29 | Return bool from breakpoint_ops::print_one | Tom Tromey | 1 | -1/+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/+302 |