Searched defs:libpython (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c108 static void *libpython; variable
774 name = strstr(obj, "/libpython");
792 if ((libpython = dlopen(path, RTLD_LAZY|RTLD_GLOBAL)) != NULL)
806 if (libpython) {
808 dlsym(libpython, "pydb_agent_create");
810 dlsym(libpython, "pydb_agent_destroy");
812 dlsym(libpython, "pydb_pc_frameinfo");
816 (void) dlclose(libpython);
817 libpython = NULL;
823 (void) dlclose(libpython);
[all...]

Completed in 45 milliseconds