summaryrefslogtreecommitdiff
path: root/gdbsupport/scoped_ignore_signal.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: don't pass nullptr to sigwaitAndrew Burgess2022-01-041-1/+6
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: fall back on sigpending + sigwait if sigtimedwait is not availableSimon Marchi2021-07-051-2/+13
* Don't call sigtimedwait for scoped_ignore_sigttouPedro Alves2021-06-171-5/+13
* scoped_ignore_signal: Use sigprocmask+sigtimedwait instead of signalPedro Alves2021-06-171-2/+35
* Introduce scoped_restore_signalPedro Alves2021-06-171-0/+64