summaryrefslogtreecommitdiff
path: root/src/arm/Ltrace.c
blob: 24b7b3cfa62df4e37c120df5cb07a5838d500b4e (plain)
1
2
3
4
5
6
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gtrace.c"
#endif