T32SIM: Integrating Tracing feature of the T32SIM.
After each simulator break, T32Tracer retrieves the latest (16) trace records from the T32. Memory address and value can now be evaluated easily from the trace record. TODO:Nevertheless we still have to traverse the trace to find the instruction causing the access.
This commit is contained in:
@ -83,7 +83,7 @@ namespace fail {
|
||||
|
||||
bool ArmMemoryInstructionAnalyzer::eval(address_t address, MemoryInstruction & result){
|
||||
#ifdef CORTEXM3
|
||||
#warning "Memory Accesses cannot be evaluated completedly!"
|
||||
#warning "Memory Accesses cannot be evaluated completely!"
|
||||
return eval_cm3(address, result);
|
||||
#elif defined CORTEXA9
|
||||
return eval_ca9(address, result);
|
||||
|
||||
Reference in New Issue
Block a user