Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-13 | Use require supports_reverse | Tom Tromey | 1 | -3/+1 | |
This changes some tests to use "require supports_reverse". | |||||
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 | |
This commit is the result of running the gdb/copyright.py script, which automated the update of the copyright year range for all source files managed by the GDB project to be updated to include year 2023. | |||||
2022-07-12 | [gdb/record] Support recording of getrandom | Tom de Vries | 1 | -0/+56 | |
Add missing support for recording of linux syscall getrandom. Tested on x86_64-linux with native and target board unix/-m32. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=22081 |