Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-01-04 | gdb: don't pass nullptr to sigwait | Andrew Burgess | 1 | -1/+6 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-07-05 | gdb: fall back on sigpending + sigwait if sigtimedwait is not available | Simon Marchi | 1 | -2/+13 |
2021-06-17 | Don't call sigtimedwait for scoped_ignore_sigttou | Pedro Alves | 1 | -5/+13 |
2021-06-17 | scoped_ignore_signal: Use sigprocmask+sigtimedwait instead of signal | Pedro Alves | 1 | -2/+35 |
2021-06-17 | Introduce scoped_restore_signal | Pedro Alves | 1 | -0/+64 |