Reinitializes trace data and reallocates trace buffer. Previous trace is deleted. Returns 0 on success and -1 on error.
int Startruntrace(t_reg *preg);
Parameters:
preg - pointer to actual registers that will be used as the oldest record in the run trace buffer. Function fails if preg is NULL.
See also: Runtracesize, Findprevruntraceip, Findnextruntraceip, Getruntraceregisters, Settracecondition