hades.models.mips.memory
Interface BreakPointHandler

All Known Implementing Classes:
ShowMips

public interface BreakPointHandler

A BreakPointHandler can handle a breakpoint. It can be given to a BreakPointMemory using BreakPointMemory.installBreakPointHandler()


Method Summary
 void handleBreakPoint(BreakPointMemory bpMem, int address, int reason)
          handle the breakpoint with info about the memory, the bp-address and the reason of the bp (see BreakPointMemory for constants)
 

Method Detail

handleBreakPoint

public void handleBreakPoint(BreakPointMemory bpMem,
                             int address,
                             int reason)
handle the breakpoint with info about the memory, the bp-address and the reason of the bp (see BreakPointMemory for constants)