Searched refs:pydb_get_frameinfo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libpython/
H A Dlibpython.c133 static pydb_get_frameinfo_f pydb_get_frameinfo; variable
166 if (pydb_get_frameinfo(pydb_hdl, addr, buf, sizeof (buf),
402 pydb_get_frameinfo = (pydb_get_frameinfo_f)
403 dlsym(pydb_dlhdl, "pydb_get_frameinfo");
416 pydb_get_frameinfo == NULL || pydb_frame_iter_init == NULL ||

Completed in 91 milliseconds