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

/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddebug.c90 /* Print backtrace stack */
93 int size = backtrace(stack, 20);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCarp.pm9 cluck - warn of errors with stack backtrace
14 confess - die of errors with stack backtrace
29 print FH Carp::longmess("This will have stack backtrace added");
46 backtrace instead. In other words it presumes that the first likely
H A DDB.t116 # test DB::backtrace()
121 my @ret = eval { DB->backtrace() };
122 like( $ret[0], qr/file.+\Q$0\E/, 'DB::backtrace() should report current file');
145 sub one { DB->backtrace(@_) }
H A DDB.pm247 sub backtrace { subroutine
577 CLIENT->backtrace() # return the call stack description
H A Dperl5db.pl7314 the debugger takes over all exception handling, printing a backtrace and
/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 60 milliseconds