#include <sys/types.h>
#include <unistd.h>
#include <bool.h>
#include <stacktrace.h>
Go to the source code of this file.
Functions | |
uintptr_t | stacktrace_fp_get (void) |
int | stacktrace_fp_prev (stacktrace_t *st, uintptr_t fp, uintptr_t *prev) |
bool | stacktrace_fp_valid (stacktrace_t *st, uintptr_t fp) |
uintptr_t | stacktrace_pc_get (void) |
void | stacktrace_prepare (void) |
int | stacktrace_ra_get (stacktrace_t *st, uintptr_t fp, uintptr_t *ra) |
Definition in file stacktrace.c.