mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-31 23:23:43 +01:00
9e98f15e9a
Adds new function to perform a pure stack walk without unwinding, functionally similar to backtrace() but accelerated by an address attribute cache the caller maintains across calls.
5 lines
136 B
C
5 lines
136 B
C
#define UNW_LOCAL_ONLY
|
|
#include <libunwind.h>
|
|
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
|
|
#include "Gstash_frame.c"
|
|
#endif
|