1 NAME
2 call_trace - return the function call trace
3
4 SYNOPSIS
5 mixed **call_trace()
6
7
8 DESCRIPTION
9 Return the function call trace as an array. The elements are of
10 the following format:
11
12 ({ objname, progname, function, line, extern, arg1, ..., argn })
13
14 The line number is 0 if the function is in a compiled object.
15 Extern is 1 if the function was called with call_other(), and 0
16 otherwise.
17 The offsets in the array are named in the include file <trace.h>.
18 The last element of the returned array is the trace of the
19 current function.
20
21 SEE ALSO
22 kfun/previous_object, kfun/previous_program
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.