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.
1 parent c3d0176 commit cee5f07Copy full SHA for cee5f07
src/platform/linux-armeabi/nr.rs
@@ -352,3 +352,8 @@ pub const WAIT4: usize = 114;
352
pub const WAITID: usize = 280;
353
pub const WRITE: usize = 4;
354
pub const WRITEV: usize = 146;
355
+pub const ARM_BREAKPOINT: usize = 0xf0001;
356
+pub const ARM_CACHEFLUSH: usize = 0xf0002;
357
+pub const ARM_SET_TLS: usize = 0xf0005;
358
+pub const ARM_USR26: usize = 0xf0003;
359
+pub const ARM_USR32: usize = 0xf0004;
0 commit comments