|
L4Re - L4 Runtime Environment
|
Backtrace. More...
#include <sys/cdefs.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 | |
| int | l4util_backtrace (void **pc_array, int max_len) |
| Fill backtrace structure. More... | |
Backtrace.
Definition in file backtrace.h.
| int l4util_backtrace | ( | void ** | pc_array, |
| int | max_len | ||
| ) |
Fill backtrace structure.
| pc_array | Array of instruction pointers. |
| max_len | Length of array. |