Uses of Class
com.cmpware.cmp.BreakpointException

Packages that use BreakpointException
com.cmpware.cmp   
com.cmpware.fastmodel   
 

Uses of BreakpointException in com.cmpware.cmp
 

Methods in com.cmpware.cmp that throw BreakpointException
 void Processor.step(long globalCycleCount)
          This method steps the simulation one cycle.
 

Uses of BreakpointException in com.cmpware.fastmodel
 

Methods in com.cmpware.fastmodel that throw BreakpointException
abstract  void Function.exec(long addr)
          This abstract method implements the instruction execution.
 void Breakpoint.exec(long addr)
          This abstract method implements the instruction execution.
 void FastModel_old.step(long globalCycleCount)
           
 void FastModel.step(long globalCycleCount)