T32SIM: evaluating mem access via trace correctly :)

This commit is contained in:
Martin Hoffmann
2013-03-21 18:58:04 +01:00
parent b8e706b1a5
commit ff2aec5d7e
3 changed files with 42 additions and 8 deletions

View File

@ -50,6 +50,7 @@ bool VEZSExperiment::run()
simulator.addListenerAndResume(&l_foo);
//if(i == 0) mm.setBytes(pfoo, 4, (void*)&foo);
m_log << " Breakpoint hit! @ 0x" << std::hex << simulator.getCPU(0).getInstructionPointer() << std::endl;
m_log << " Trigger PC: 0x" << std::hex << l_foo.getTriggerInstructionPointer() << std::endl;
//m_log << " Register R3: 0x" << hex << simulator.getCPU(0).getRegisterContent(reg) << endl;
//mm.getBytes(pfoo, 4, (void*)&foo);
//m_log << " foo @ 0x"<< std::hex << pfoo << " = " << foo << std::endl;