![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
Backtrace. More...
#include <l4/sys/compiler.h>
Include dependency graph for backtrace.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| L4_BEGIN_DECLS int | l4util_backtrace (void **pc_array, int max_len) |
| Fill backtrace structure. | |
Backtrace.
Definition in file backtrace.h.
| L4_BEGIN_DECLS int l4util_backtrace | ( | void ** | pc_array, |
| int | max_len | ||
| ) |
Fill backtrace structure.
| pc_array | Array of instruction pointers. |
| max_len | Length of array. |