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

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dfunctions.sh890 function traceback function
912 trap 'traceback $LINENO' DEBUG
/illumos-gate/usr/src/tools/onbld/Scm/
H A DBackup.py74 import grp, os, pwd, shutil, tarfile, time, traceback namespace
923 show_traceback = self.ws.ui.configbool('ui', 'traceback',
933 traceback.print_exc()
/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c255 * seconds before continuing, unless this is the panic traceback.
268 traceback(caddr_t sp) function
284 printf("traceback: %%sp = %p\n", (void *)sp);
391 printf("end of traceback\n");
404 traceback((caddr_t)rp->r_sp);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c1194 * seconds before continuing, unless this is the panic traceback.
1208 traceback(caddr_t fpreg) function
1220 printf("traceback: %%fp = %p\n", (void *)fp);
1290 printf("end of traceback\n");
1300 traceback(caddr_t fpreg) function
1321 printf("traceback: %%fp = %p\n", (void *)fp);
1424 printf("end of traceback\n");
1440 traceback((caddr_t)rp->r_fp);

Completed in 52 milliseconds