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.
4 lines
68 B
CMake
4 lines
68 B
CMake
include_directories(include)
|
|
|
|
add_subdirectory(${T32_ARCHITECTURE})
|