aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/scoped_ignore_signal.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-17Don't call sigtimedwait for scoped_ignore_sigttouPedro Alves1-5/+13
2021-06-17scoped_ignore_signal: Use sigprocmask+sigtimedwait instead of signalPedro Alves1-2/+35
2021-06-17Introduce scoped_restore_signalPedro Alves1-0/+64