Uses of Interface
org.eclipse.cdt.debug.core.model.IAsmInstruction

Packages that use IAsmInstruction
org.eclipse.cdt.debug.core.model   
org.eclipse.cdt.debug.internal.core.model   
 

Uses of IAsmInstruction in org.eclipse.cdt.debug.core.model
 

Methods in org.eclipse.cdt.debug.core.model that return IAsmInstruction
 IAsmInstruction[] IAsmSourceLine.getInstructions()
          Returns the array of the disassembly instructions associated with this source line.
 

Uses of IAsmInstruction in org.eclipse.cdt.debug.internal.core.model
 

Classes in org.eclipse.cdt.debug.internal.core.model that implement IAsmInstruction
 class AsmInstruction
          Adapter for ICDIInstruction.
 

Methods in org.eclipse.cdt.debug.internal.core.model that return IAsmInstruction
 IAsmInstruction[] AsmSourceLine.getInstructions()