We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80b2610 + 6fe319d commit e02b7e5Copy full SHA for e02b7e5
src/unix/linux_like/android/mod.rs
@@ -1277,6 +1277,8 @@ pub const PTRACE_SETOPTIONS: ::c_int = 0x4200;
1277
pub const PTRACE_GETEVENTMSG: ::c_int = 0x4201;
1278
pub const PTRACE_GETSIGINFO: ::c_int = 0x4202;
1279
pub const PTRACE_SETSIGINFO: ::c_int = 0x4203;
1280
+pub const PTRACE_GETREGSET: ::c_int = 0x4204;
1281
+pub const PTRACE_SETREGSET: ::c_int = 0x4205;
1282
1283
pub const PTRACE_EVENT_STOP: ::c_int = 128;
1284
0 commit comments