aboutsummaryrefslogtreecommitdiff
path: root/gdb/break-catch-exec.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
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-5/+5
2022-05-06Remove init_raw_breakpoint_without_locationTom Tromey1-1/+6
2022-05-06Remove unnecessary line from catch_exec_command_1Tom Tromey1-1/+0
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-exec to vtable opsTom Tromey1-57/+42
2022-04-29Return bool from breakpoint_ops::print_oneTom Tromey1-1/+3
2022-03-29Unify gdb printf functionsTom Tromey1-2/+2
2022-01-18Move "catch exec" to a new fileTom Tromey1-0/+236