|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.debug.internal.core.model.DisassemblyBlock
public class DisassemblyBlock
CDI-based implementation of IDisassemblyBlock
.
Method Summary | |
---|---|
boolean |
contains(ICStackFrame frame)
Returns whether this block contains given stack frame. |
static DisassemblyBlock |
create(IDisassembly disassembly,
org.eclipse.cdt.debug.core.cdi.model.ICDIInstruction[] instructions)
|
static DisassemblyBlock |
create(IDisassembly disassembly,
org.eclipse.cdt.debug.core.cdi.model.ICDIMixedInstruction[] instructions)
|
void |
dispose()
|
java.lang.Object |
getAdapter(java.lang.Class adapter)
|
IDisassembly |
getDisassembly()
Returns the parent disassembly object. |
java.lang.String |
getModuleFile()
Returns the platform-dependent path of the executable associated with this segment. |
java.lang.Object |
getSourceElement()
Returns the source element ( IFile or File> )
of the source file associated with this segment or null if no source file is associated. |
IAsmSourceLine[] |
getSourceLines()
Return the array of source lines associated with this block. |
boolean |
isMixedMode()
Returns whether this block contains mixed source/disassembly information. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DisassemblyBlock create(IDisassembly disassembly, org.eclipse.cdt.debug.core.cdi.model.ICDIMixedInstruction[] instructions)
public static DisassemblyBlock create(IDisassembly disassembly, org.eclipse.cdt.debug.core.cdi.model.ICDIInstruction[] instructions)
public IDisassembly getDisassembly()
IDisassemblyBlock
getDisassembly
in interface IDisassemblyBlock
public java.lang.String getModuleFile()
IDisassemblyBlock
getModuleFile
in interface IDisassemblyBlock
public java.lang.Object getSourceElement()
IDisassemblyBlock
IFile
or File>
)
of the source file associated with this segment or null if no source file is associated.
getSourceElement
in interface IDisassemblyBlock
public boolean contains(ICStackFrame frame)
IDisassemblyBlock
contains
in interface IDisassemblyBlock
frame
- the stack frame
public IAsmSourceLine[] getSourceLines()
IDisassemblyBlock
getSourceLines
in interface IDisassemblyBlock
public java.lang.Object getAdapter(java.lang.Class adapter)
getAdapter
in interface org.eclipse.core.runtime.IAdaptable
public boolean isMixedMode()
IDisassemblyBlock
isMixedMode
in interface IDisassemblyBlock
public void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |