File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/unix/linux_like/linux/gnu Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -543,6 +543,8 @@ pub const FIONBIO: ::c_ulong = 0x5421;
543543
544544pub const PTRACE_GETFPXREGS : :: c_uint = 18 ;
545545pub const PTRACE_SETFPXREGS : :: c_uint = 19 ;
546+ pub const PTRACE_SYSEMU : :: c_uint = 31 ;
547+ pub const PTRACE_SYSEMU_SINGLESTEP : :: c_uint = 32 ;
546548
547549pub const MCL_CURRENT : :: c_int = 0x0001 ;
548550pub const MCL_FUTURE : :: c_int = 0x0002 ;
Original file line number Diff line number Diff line change @@ -721,6 +721,8 @@ pub const PTRACE_SETFPXREGS: ::c_uint = 19;
721721pub const PTRACE_GETREGS : :: c_uint = 12 ;
722722pub const PTRACE_SETREGS : :: c_uint = 13 ;
723723pub const PTRACE_PEEKSIGINFO_SHARED : :: c_uint = 1 ;
724+ pub const PTRACE_SYSEMU : :: c_uint = 31 ;
725+ pub const PTRACE_SYSEMU_SINGLESTEP : :: c_uint = 32 ;
724726
725727pub const MCL_CURRENT : :: c_int = 0x0001 ;
726728pub const MCL_FUTURE : :: c_int = 0x0002 ;
You can’t perform that action at this time.
0 commit comments