Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-11-22 | [gdb] Handle EINTR in ser-event.c | Tom de Vries | 1 | -0/+11 |
2024-11-22 | [gdb] Add gdb::wait | Tom de Vries | 1 | -0/+6 |
2024-11-22 | [gdbsupport] Add gdb::{waitpid,read,write,close} | Tom de Vries | 1 | -0/+29 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-10-26 | gdb::handle_eintr, remove need to specify return type | Pedro Alves | 1 | -11/+15 |
2020-09-10 | Add handle_eintr to wrap EINTR handling in syscalls | Kamil Rytarowski | 1 | -0/+67 |