Package apple.struct

Class __darwin_arm_debug_state64


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long __bcr​(int field_idx)  
      long __bvr​(int field_idx)  
      long __mdscr_el1()
      Bit 0 is SS (Hardware Single Step)
      long __wcr​(int field_idx)  
      long __wvr​(int field_idx)  
      void set__bcr​(long value, int field_idx)  
      void set__bvr​(long value, int field_idx)  
      void set__mdscr_el1​(long value)
      Bit 0 is SS (Hardware Single Step)
      void set__wcr​(long value, int field_idx)  
      void set__wvr​(long 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_state64

        public __darwin_arm_debug_state64()
      • __darwin_arm_debug_state64

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

      • __bvr

        public long __bvr​(int field_idx)
      • set__bvr

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

        public long __bcr​(int field_idx)
      • set__bcr

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

        public long __wvr​(int field_idx)
      • set__wvr

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

        public long __wcr​(int field_idx)
      • set__wcr

        public void set__wcr​(long 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)