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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.pm247 sub backtrace { subroutine
577 CLIENT->backtrace() # return the call stack description
/osnet-11/usr/src/lib/libc/port/gen/
H A Dwalkstack.c39 * When performing a stack backtrace, we would like to
77 * copying the previous stack frame, allowing naive backtrace code to simply
84 * continue our backtrace. Detecting the frame itself is easy according to
393 typedef struct backtrace { struct
418 backtrace(void **buffer, int count) function
436 * format backtrace string
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh32 # backtrace [message]
34 # Used to generate a backtrace (newest on top) of functions up to the caller.
37 function backtrace { function
43 # a backtrace.
52 # The ksh backtrace format is unlike that seen in common debuggers and
55 # are functions that led to the backtrace and ./foo is the script name.
57 # ./foo[17]: do_a[6]: do_b[10]: do_c[14]: backtrace: line 47: bt:
70 # above, we remove the arguments that make up "backtrace: line 47: bt:
76 # Print a backtrace, newest on top
155 backtrace "Unrecoverabl
[all...]

Completed in 18 milliseconds