Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |