Class CygwinPEBinaryObject

    • Constructor Detail

      • CygwinPEBinaryObject

        public CygwinPEBinaryObject​(IBinaryParser parser,
                                    org.eclipse.core.runtime.IPath path,
                                    AR.ARHeader header)
        Deprecated.
        Parameters:
        parser -
        path -
        header -
      • CygwinPEBinaryObject

        public CygwinPEBinaryObject​(IBinaryParser parser,
                                    org.eclipse.core.runtime.IPath path,
                                    int type)
        Deprecated.
    • Method Detail

      • getAddr2line

        public Addr2line getAddr2line​(boolean autodisposing)
        Deprecated.
      • getCPPFilt

        protected CPPFilt getCPPFilt()
        Deprecated.
      • getObjdump

        protected Objdump getObjdump()
        Deprecated.
      • getCygPath

        protected CygPath getCygPath()
        Deprecated.
      • getNM

        protected NM getNM()
        Deprecated.
      • loadSymbols

        protected void loadSymbols​(PE pe)
                            throws java.io.IOException
        Deprecated.
        Overrides:
        loadSymbols in class PEBinaryObject
        Throws:
        java.io.IOException
      • getAdapter

        public <T> T getAdapter​(java.lang.Class<T> adapter)
        Deprecated.
        Specified by:
        getAdapter in interface org.eclipse.core.runtime.IAdaptable
        Overrides:
        getAdapter in class PEBinaryObject