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:
@ -1 +1 @@
|
||||
add_library(t32api hlinknet.cc hremote.cc)
|
||||
add_library(t32api hlinknet.c hremote.c)
|
||||
|
||||
@ -1110,7 +1110,7 @@ int T32_Break(void) /* Stop Realtime */
|
||||
* NAME commandline
|
||||
*/
|
||||
|
||||
int T32_Cmd(char *name) /* Executes a command line */
|
||||
int T32_Cmd(const char *name) /* Executes a command line */
|
||||
{
|
||||
word wlen;
|
||||
int len;
|
||||
Reference in New Issue
Block a user