summaryrefslogtreecommitdiff
path: root/gdb/break-catch-fork.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Introduce catchpoint classTom Tromey2022-05-061-7/+6
* Remove init_raw_breakpoint_without_locationTom Tromey2022-05-061-3/+5
* Add constructor to fork_catchpointTom Tromey2022-05-061-4/+7
* Constify breakpoint::print_recreateTom Tromey2022-05-061-2/+2
* Constify breakpoint::print_mentionTom Tromey2022-05-061-2/+2
* Constify breakpoint::print_oneTom Tromey2022-05-061-2/+2
* Constify breakpoint::print_itTom Tromey2022-05-061-2/+2
* Change print_recreate_thread to a methodTom Tromey2022-05-061-1/+1
* Remove breakpoint_ops from init_catchpointTom Tromey2022-04-291-2/+1
* Convert break-catch-fork to vtable opsTom Tromey2022-04-291-86/+56
* Return bool from breakpoint_ops::print_oneTom Tromey2022-04-291-1/+3
* Remove "typedef enum ..."Tom Tromey2022-04-281-3/+2
* Unify gdb printf functionsTom Tromey2022-03-291-4/+4
* Move "catch fork" to a new fileTom Tromey2022-01-181-0/+286