Uses of Interface
org.eclipse.cdt.core.IBinaryParser.IBinaryObject

Packages that use IBinaryParser.IBinaryObject
org.eclipse.cdt.core   
org.eclipse.cdt.debug.core   
org.eclipse.cdt.debug.core.model   
org.eclipse.cdt.debug.internal.core   
org.eclipse.cdt.debug.internal.core.model   
org.eclipse.cdt.debug.mi.core   
 

Uses of IBinaryParser.IBinaryObject in org.eclipse.cdt.core
 

Subinterfaces of IBinaryParser.IBinaryObject in org.eclipse.cdt.core
static interface IBinaryParser.IBinaryExecutable
          An executable.
static interface IBinaryParser.IBinaryShared
          A DLL.
 

Methods in org.eclipse.cdt.core that return IBinaryParser.IBinaryObject
 IBinaryParser.IBinaryObject IBinaryParser.ISymbol.getBinaryObject()
          Return the binary object this symbol is from.
 IBinaryParser.IBinaryObject[] IBinaryParser.IBinaryArchive.getObjects()
           
 

Uses of IBinaryParser.IBinaryObject in org.eclipse.cdt.debug.core
 

Methods in org.eclipse.cdt.debug.core with parameters of type IBinaryParser.IBinaryObject
 org.eclipse.cdt.debug.core.cdi.ICDISession ICDIDebugger.createDebuggerSession(org.eclipse.debug.core.ILaunch launch, IBinaryParser.IBinaryObject exe, org.eclipse.core.runtime.IProgressMonitor monitor)
          Deprecated. use createSession of ICDIDebugger2
static org.eclipse.debug.core.model.IDebugTarget CDIDebugModel.newDebugTarget(org.eclipse.debug.core.ILaunch launch, org.eclipse.core.resources.IProject project, org.eclipse.cdt.debug.core.cdi.model.ICDITarget cdiTarget, java.lang.String name, org.eclipse.debug.core.model.IProcess debuggeeProcess, IBinaryParser.IBinaryObject file, boolean allowTerminate, boolean allowDisconnect, boolean resumeTarget)
          Creates and returns a debug target for the given CDI target, with the specified name, and associates it with the given process for console I/O.
static org.eclipse.debug.core.model.IDebugTarget CDIDebugModel.newDebugTarget(org.eclipse.debug.core.ILaunch launch, org.eclipse.core.resources.IProject project, org.eclipse.cdt.debug.core.cdi.model.ICDITarget cdiTarget, java.lang.String name, org.eclipse.debug.core.model.IProcess debuggeeProcess, IBinaryParser.IBinaryObject file, boolean allowTerminate, boolean allowDisconnect, boolean stopInMain, boolean resumeTarget)
          Deprecated.  
static org.eclipse.debug.core.model.IDebugTarget CDIDebugModel.newDebugTarget(org.eclipse.debug.core.ILaunch launch, org.eclipse.core.resources.IProject project, org.eclipse.cdt.debug.core.cdi.model.ICDITarget cdiTarget, java.lang.String name, org.eclipse.debug.core.model.IProcess debuggeeProcess, IBinaryParser.IBinaryObject file, boolean allowTerminate, boolean allowDisconnect, java.lang.String stopSymbol, boolean resumeTarget)
          Creates and returns a debug target for the given CDI target, with the specified name, and associates it with the given process for console I/O.
 

Uses of IBinaryParser.IBinaryObject in org.eclipse.cdt.debug.core.model
 

Methods in org.eclipse.cdt.debug.core.model that return IBinaryParser.IBinaryObject
 IBinaryParser.IBinaryObject IExecFileInfo.getExecFile()
           
 

Uses of IBinaryParser.IBinaryObject in org.eclipse.cdt.debug.internal.core
 

Methods in org.eclipse.cdt.debug.internal.core with parameters of type IBinaryParser.IBinaryObject
 org.eclipse.cdt.debug.core.cdi.ICDISession CDebugAdapter.createDebuggerSession(org.eclipse.debug.core.ILaunch launch, IBinaryParser.IBinaryObject exe, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 

Uses of IBinaryParser.IBinaryObject in org.eclipse.cdt.debug.internal.core.model
 

Methods in org.eclipse.cdt.debug.internal.core.model that return IBinaryParser.IBinaryObject
 IBinaryParser.IBinaryObject CDebugTarget.getBinaryFile()
           
 IBinaryParser.IBinaryObject CDebugTarget.getExecFile()
           
 

Constructors in org.eclipse.cdt.debug.internal.core.model with parameters of type IBinaryParser.IBinaryObject
CDebugTarget(org.eclipse.debug.core.ILaunch launch, org.eclipse.core.resources.IProject project, org.eclipse.cdt.debug.core.cdi.model.ICDITarget cdiTarget, java.lang.String name, org.eclipse.debug.core.model.IProcess debuggeeProcess, IBinaryParser.IBinaryObject file, boolean allowsTerminate, boolean allowsDisconnect)
          Constructor for CDebugTarget.
 

Uses of IBinaryParser.IBinaryObject in org.eclipse.cdt.debug.mi.core
 

Methods in org.eclipse.cdt.debug.mi.core with parameters of type IBinaryParser.IBinaryObject
 org.eclipse.cdt.debug.mi.core.cdi.Session CygwinGDBCDIDebugger.createAttachSession(org.eclipse.debug.core.ILaunchConfiguration config, IBinaryParser.IBinaryObject exe, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 org.eclipse.cdt.debug.mi.core.cdi.Session GDBCDIDebugger.createAttachSession(org.eclipse.debug.core.ILaunchConfiguration config, IBinaryParser.IBinaryObject exe, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 org.eclipse.cdt.debug.mi.core.cdi.Session GDBServerCDIDebugger.createAttachSession(org.eclipse.debug.core.ILaunchConfiguration config, IBinaryParser.IBinaryObject exe, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 org.eclipse.cdt.debug.mi.core.cdi.Session CygwinGDBCDIDebugger.createCoreSession(org.eclipse.debug.core.ILaunchConfiguration config, IBinaryParser.IBinaryObject exe, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 org.eclipse.cdt.debug.mi.core.cdi.Session GDBCDIDebugger.createCoreSession(org.eclipse.debug.core.ILaunchConfiguration config, IBinaryParser.IBinaryObject exe, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 org.eclipse.cdt.debug.mi.core.cdi.Session GDBServerCDIDebugger.createCoreSession(org.eclipse.debug.core.ILaunchConfiguration config, IBinaryParser.IBinaryObject exe, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 org.eclipse.cdt.debug.core.cdi.ICDISession AbstractGDBCDIDebugger.createDebuggerSession(org.eclipse.debug.core.ILaunch launch, IBinaryParser.IBinaryObject exe, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 org.eclipse.cdt.debug.core.cdi.ICDISession GDBCDIDebugger.createDebuggerSession(org.eclipse.debug.core.ILaunch launch, IBinaryParser.IBinaryObject exe, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 org.eclipse.cdt.debug.mi.core.cdi.Session CygwinGDBCDIDebugger.createLaunchSession(org.eclipse.debug.core.ILaunchConfiguration config, IBinaryParser.IBinaryObject exe, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 org.eclipse.cdt.debug.mi.core.cdi.Session GDBCDIDebugger.createLaunchSession(org.eclipse.debug.core.ILaunchConfiguration config, IBinaryParser.IBinaryObject exe, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 org.eclipse.cdt.debug.mi.core.cdi.Session GDBServerCDIDebugger.createLaunchSession(org.eclipse.debug.core.ILaunchConfiguration config, IBinaryParser.IBinaryObject exe, org.eclipse.core.runtime.IProgressMonitor monitor)