Package apple.struct

Class __darwin_arm_debug_state32


  • public final class __darwin_arm_debug_state32
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int __bcr​(int field_idx)  
      int __bvr​(int field_idx)  
      long __mdscr_el1()
      Bit 0 is SS (Hardware Single Step)
      int __wcr​(int field_idx)  
      int __wvr​(int field_idx)  
      void set__bcr​(int value, int field_idx)  
      void set__bvr​(int value, int field_idx)  
      void set__mdscr_el1​(long value)
      Bit 0 is SS (Hardware Single Step)
      void set__wcr​(int value, int field_idx)  
      void set__wvr​(int value, int field_idx)  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • __darwin_arm_debug_state32

        public __darwin_arm_debug_state32()
      • __darwin_arm_debug_state32

        protected __darwin_arm_debug_state32​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • __bvr

        public int __bvr​(int field_idx)
      • set__bvr

        public void set__bvr​(int value,
                             int field_idx)
      • __bcr

        public int __bcr​(int field_idx)
      • set__bcr

        public void set__bcr​(int value,
                             int field_idx)
      • __wvr

        public int __wvr​(int field_idx)
      • set__wvr

        public void set__wvr​(int value,
                             int field_idx)
      • __wcr

        public int __wcr​(int field_idx)
      • set__wcr

        public void set__wcr​(int value,
                             int field_idx)
      • __mdscr_el1

        public long __mdscr_el1()
        Bit 0 is SS (Hardware Single Step)
      • set__mdscr_el1

        public void set__mdscr_el1​(long value)
        Bit 0 is SS (Hardware Single Step)