1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add modified libbacktrace.

https://github.com/ianlancetaylor/libbacktrace
5a99ff7fed66b8ea8f09c9805c138524a7035ece
This commit is contained in:
Bartosz Taudul
2019-01-20 16:53:45 +01:00
parent d4e9baa0d9
commit 0ce3dfaba7
12 changed files with 7555 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#include <limits.h>
#if __WORDSIZE == 64
# define BACKTRACE_ELF_SIZE 64
#else
# define BACKTRACE_ELF_SIZE 32
#endif
#define HAVE_DLFCN_H
#define HAVE_FCNTL
#define HAVE_INTTYPES_H
#define HAVE_LSTAT
#define HAVE_READLINK
#define HAVE_DL_ITERATE_PHDR