mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
[gdb/record] Support recording of getrandom
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
This commit is contained in:
@ -320,7 +320,8 @@ enum amd64_syscall {
|
||||
amd64_sys_sync_file_range = 277,
|
||||
amd64_sys_vmsplice = 278,
|
||||
amd64_sys_move_pages = 279,
|
||||
amd64_sys_pipe2 = 293
|
||||
amd64_sys_pipe2 = 293,
|
||||
amd64_sys_getrandom = 318
|
||||
};
|
||||
|
||||
/* Enum that defines the syscall identifiers for x32 linux.
|
||||
|
Reference in New Issue
Block a user