NAME
src/trace.c - Tracing
DESCRIPTION
Tracing support for the runops_slow_core()
function in src/runops_cores.c.
This is turned on with Parrot's -t
option.
src/test_main.c
Functions
static STRING *trace_class_name
Obtains the class name of the PMC.
void trace_pmc_dump
Prints a PMC to int trace_key_dump
Prints a key to void trace_op_dump
TODO: This isn't really part of the API,
but here's its documentation.Prints the PC,
OP and ARGS.
Used by void trace_op
TODO: This isn't really part of the API,
but here's its documentation.Prints the PC,
OP and ARGS.
Used by
stderr
.
stderr
,
returns the length of the output.
trace_op()
.
runops_trace()
.
With bounds checking.SEE ALSO
src/trace.h