1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-27 09:37:38 +01:00

(Logical change 1.144)

This commit is contained in:
hp.com!davidm 2003-12-20 11:38:49 +00:00
parent 0bbb2fab68
commit 2afc5f7ddb
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gdyn-extract.c"
#endif

View file

@ -0,0 +1,5 @@
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gdyn-remote.c"
#endif