public MipsDebugger() { m_Disassembly = new List<DisassembledInstruction>(); m_CodeSniffer = new CodeDog(); m_InstReader = new DebugInstructionReader(); m_InstructionBreakpoints = new HashSet<long>(); }
public MipsDebugger() { m_Disassembly = new List <DisassembledInstruction>(); m_CodeSniffer = new CodeDog(); m_InstReader = new DebugInstructionReader(); m_InstructionBreakpoints = new HashSet <long>(); }
/* Monitor PI DMA to capture ROM -> RAM transfers */ public CodeDog() { m_InstReader = new DebugInstructionReader(); }