org.eclipse.cdt.debug.core.model
Interface IExecFileInfo

All Known Subinterfaces:
ICDebugTarget
All Known Implementing Classes:
CCoreFileDebugTarget, CDebugTarget

public interface IExecFileInfo

Provides access to executable file information.


Method Summary
 IBinaryParser.IBinaryObject getExecFile()
           
 IGlobalVariableDescriptor[] getGlobals()
           
 boolean isLittleEndian()
           
 

Method Detail

getExecFile

IBinaryParser.IBinaryObject getExecFile()

isLittleEndian

boolean isLittleEndian()

getGlobals

IGlobalVariableDescriptor[] getGlobals()
                                       throws org.eclipse.debug.core.DebugException
Throws:
org.eclipse.debug.core.DebugException