Lines Matching defs:trace
40 # define LLTRACE 1 /* Low-level trace feature */
1574 in order to continue tracing.) The trace
1579 The global trace function is also called
1708 Update when returning or calling trace function. \
5601 // to trace properly (and shouldn't have an extended arg anyways):
5660 // versions. If a trace function sets a new f_lineno and
6912 then call the trace function if we're tracing source lines.
6931 int trace = line != lastline ||
6936 if (trace) {
7009 _PyErr_SetString(tstate, PyExc_RuntimeError, "Cannot install a trace function "
7010 "while another trace function is being installed");