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:
@ -315,7 +315,7 @@ T32EXTERN int T32_SetMode(int);
|
||||
T32EXTERN int T32_Go(void);
|
||||
T32EXTERN int T32_Break(void);
|
||||
T32EXTERN int T32_Terminate(int retval);
|
||||
T32EXTERN int T32_Cmd( char * );
|
||||
T32EXTERN int T32_Cmd( const char * );
|
||||
T32EXTERN int T32_CmdWin( dword, char * );
|
||||
T32EXTERN int T32_EvalGet ( dword * );
|
||||
T32EXTERN int T32_GetMessage ( char *, word * );
|
||||
|
||||
Reference in New Issue
Block a user