Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-05-06 | Introduce catchpoint class | Tom Tromey | 1 | -7/+6 |
2022-05-06 | Remove init_raw_breakpoint_without_location | Tom Tromey | 1 | -3/+5 |
2022-05-06 | Add constructor to fork_catchpoint | Tom Tromey | 1 | -4/+7 |
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-fork to vtable ops | Tom Tromey | 1 | -86/+56 |
2022-04-29 | Return bool from breakpoint_ops::print_one | Tom Tromey | 1 | -1/+3 |
2022-04-28 | Remove "typedef enum ..." | Tom Tromey | 1 | -3/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -4/+4 |
2022-01-18 | Move "catch fork" to a new file | Tom Tromey | 1 | -0/+286 |