HomeSort by relevance Sort by last modified time
    Searched refs:backtrace (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/head/
execinfo.h 32 * These functions provide glibc-compatible backtrace functionality.
41 extern int backtrace(void **, int);
45 extern int backtrace();
  /onnv/onnv-gate/usr/src/cmd/sgs/link_audit/common/
whocalls.ksh 35 backtrace is displayed
  /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/
debug.c 94 /* Print backtrace stack */
97 int size = backtrace(stack, 20);
101 printf(_("Backtrace has %d calls on stack:\n"), size);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
Carp.pm 9 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
DB.t 116 # 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(@_) }
DB.pm 247 sub backtrace { subroutine
577 CLIENT->backtrace() # return the call stack description
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
walkstack.c 42 * 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
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
Carp.pm 413 # eval. These evals don't count when looking at the stack backtrace.
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
Server_en.properties 49 fatal_error = Fatal {0} exception in service table: {1}.\n Method arguments:{2}\n Stack backtrace:{3}
50 nonfatal_error = Nonfatal {0} exception in service table: {1}.\n Method arguments:{2}\n Stack backtrace:{3}
69 rh_unparse_exception = Exception during creation of request message object.\n host:port=``{0}:{1}'''' interface=``{2}'''' Version=``{3}'''' Function code=``{4}''''\n Exception=``{5}''''\n Backtrace={6}\n
127 sslm_unparse_error = Exception during creation of request message object.\n Exception=``{0}''''\n Backtrace={1}\n
  /onnv/onnv-gate/usr/src/lib/libc/port/
mapfile-vers 82 backtrace;

Completed in 180 milliseconds