aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.reverse/getrandom.exp
AgeCommit message (Collapse)AuthorFilesLines
2023-01-13Use require supports_reverseTom Tromey1-3/+1
This changes some tests to use "require supports_reverse".
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-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 getrandomTom de Vries1-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