aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/eintr.h
AgeCommit message (Expand)AuthorFilesLines
2024-11-22[gdb] Handle EINTR in ser-event.cTom de Vries1-0/+11
2024-11-22[gdb] Add gdb::waitTom de Vries1-0/+6
2024-11-22[gdbsupport] Add gdb::{waitpid,read,write,close}Tom de Vries1-0/+29
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-10-26gdb::handle_eintr, remove need to specify return typePedro Alves1-11/+15
2020-09-10Add handle_eintr to wrap EINTR handling in syscallsKamil Rytarowski1-0/+67