aboutsummaryrefslogtreecommitdiff
path: root/gdb/break-catch-fork.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-25gdb: constify breakpoint::print_it parameterSimon Marchi1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-05-06Introduce catchpoint classTom Tromey1-7/+6
2022-05-06Remove init_raw_breakpoint_without_locationTom Tromey1-3/+5
2022-05-06Add constructor to fork_catchpointTom Tromey1-4/+7
2022-05-06Constify breakpoint::print_recreateTom Tromey1-2/+2
2022-05-06Constify breakpoint::print_mentionTom Tromey1-2/+2
2022-05-06Constify breakpoint::print_oneTom Tromey1-2/+2
2022-05-06Constify breakpoint::print_itTom Tromey1-2/+2
2022-05-06Change print_recreate_thread to a methodTom Tromey1-1/+1
2022-04-29Remove breakpoint_ops from init_catchpointTom Tromey1-2/+1
2022-04-29Convert break-catch-fork to vtable opsTom Tromey1-86/+56
2022-04-29Return bool from breakpoint_ops::print_oneTom Tromey1-1/+3
2022-04-28Remove "typedef enum ..."Tom Tromey1-3/+2
2022-03-29Unify gdb printf functionsTom Tromey1-4/+4
2022-01-18Move "catch fork" to a new fileTom Tromey1-0/+286