mirror of
https://github.com/FEX-Emu/libunwind.git
synced 2024-11-27 00:10:40 +00: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.
6 lines
108 B
C
6 lines
108 B
C
#define UNW_LOCAL_ONLY
|
|
#include <libunwind.h>
|
|
#if !defined(UNW_REMOTE_ONLY)
|
|
#include "Gtest-trace.c"
|
|
#endif
|