aboutsummaryrefslogtreecommitdiff
path: root/gdb/break-catch-load.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-06Introduce catchpoint classTom Tromey1-6/+7
2022-05-06Remove init_raw_breakpoint_without_locationTom Tromey1-3/+5
2022-05-06Add constructor to solib_catchpointTom Tromey1-9/+12
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-04-29Remove most fields from breakpoint_opsTom Tromey1-1/+1
2022-04-29Remove breakpoint_ops from init_catchpointTom Tromey1-1/+1
2022-04-29Convert break-catch-load to vtable opsTom Tromey1-74/+52
2022-04-29Return bool from breakpoint_ops::print_oneTom Tromey1-1/+3
2022-04-29Boolify print_solib_eventTom Tromey1-1/+1
2022-04-29Move "catch load" to a new fileTom Tromey1-0/+302