Class CygwinPEBinaryObject64
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.cdt.utils.BinaryFile
org.eclipse.cdt.utils.BinaryObjectAdapter
org.eclipse.cdt.utils.coff.parser.PEBinaryObject64
org.eclipse.cdt.utils.coff.parser.CygwinPEBinaryObject64
- All Implemented Interfaces:
IBinaryParser.IBinaryFile
,IBinaryParser.IBinaryObject
,org.eclipse.core.runtime.IAdaptable
- Direct Known Subclasses:
CygwinPEBinaryExecutable64
,CygwinPEBinaryShared64
- Since:
- 6.9
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.cdt.utils.BinaryObjectAdapter
BinaryObjectAdapter.BinaryObjectInfo
-
Field Summary
Fields inherited from class org.eclipse.cdt.utils.BinaryObjectAdapter
NO_SYMBOLS
Fields inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
ARCHIVE, CORE, EXECUTABLE, OBJECT, SHARED
-
Constructor Summary
ConstructorDescriptionCygwinPEBinaryObject64
(IBinaryParser parser, org.eclipse.core.runtime.IPath path, int type) CygwinPEBinaryObject64
(IBinaryParser parser, org.eclipse.core.runtime.IPath path, AR.ARHeader header) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addSymbols
(Coff64.Symbol[] peSyms, byte[] table, List<Symbol> list) <T> T
getAdapter
(Class<T> adapter) getAddr2line
(boolean autodisposing) protected CPPFilt
protected CygPath
protected NM
getNM()
protected Objdump
protected void
loadSymbols
(PE64 pe) Methods inherited from class org.eclipse.cdt.utils.coff.parser.PEBinaryObject64
getAddressFactory, getBinaryObjectInfo, getName, getPE, getSymbols, loadAll, loadInfo, loadInfo, loadSymbols
Methods inherited from class org.eclipse.cdt.utils.BinaryObjectAdapter
getBSS, getCPU, getData, getNeededSharedLibs, getSoName, getSymbol, getText, hasDebug, isLittleEndian, toString
Methods inherited from class org.eclipse.cdt.utils.BinaryFile
getBinaryParser, getPath, getType, hasChanged
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
getBinaryParser, getPath, getType
-
Constructor Details
-
CygwinPEBinaryObject64
public CygwinPEBinaryObject64(IBinaryParser parser, org.eclipse.core.runtime.IPath path, AR.ARHeader header) - Parameters:
parser
-path
-header
-
-
CygwinPEBinaryObject64
-
-
Method Details
-
getAddr2line
-
getCPPFilt
-
getObjdump
-
getCygPath
-
getNM
-
getContents
- Specified by:
getContents
in interfaceIBinaryParser.IBinaryFile
- Overrides:
getContents
in classPEBinaryObject64
- Returns:
- the binary contents.
- Throws:
IOException
- See Also:
-
loadSymbols
- Overrides:
loadSymbols
in classPEBinaryObject64
- Throws:
IOException
-
addSymbols
- Overrides:
addSymbols
in classPEBinaryObject64
-
getAdapter
- Specified by:
getAdapter
in interfaceorg.eclipse.core.runtime.IAdaptable
- Overrides:
getAdapter
in classPEBinaryObject64
-