Bartosz Taudul
|
13370dc01c
|
Hide RtlWalkFrameChain inside library.
|
2020-01-25 16:49:29 +01:00 |
|
Bartosz Taudul
|
c7a22cc1ff
|
Use libbacktrace on BSD.
|
2019-11-21 20:41:57 +01:00 |
|
Bartosz Taudul
|
6bbf273581
|
Partial header inclusion cleanup.
|
2019-11-05 20:09:40 +01:00 |
|
Bartosz Taudul
|
340837e202
|
Callstack decode for android api <= 21.
libbacktrace/elf.cpp:3249:3: error: use of undeclared identifier 'dl_iterate_phdr'
|
2019-05-22 14:14:30 +02:00 |
|
Bartosz Taudul
|
84efe070fe
|
Make callstack logic more obvious.
|
2019-05-22 14:05:44 +02:00 |
|
Bartosz Taudul
|
cb62b63fe2
|
Fast callstack frame decoder.
Returns only function name, doesn't retrieve inlined functions, doesn't
perform demangling.
|
2019-03-05 02:42:51 +01:00 |
|
Bartosz Taudul
|
22329ae5d9
|
Collect call stacks on apple.
|
2019-02-20 16:01:41 +01:00 |
|
Bartosz Taudul
|
a708bebbfd
|
Use language neutral header for callstack capability detection.
This fixes call stack collection in C API when TRACY_CALLSTACK is
defined.
|
2019-01-27 13:41:32 +01:00 |
|
Bartosz Taudul
|
ddad475c19
|
Make it possible to store multiple frames at single frame address.
|
2019-01-20 19:11:48 +01:00 |
|
Bartosz Taudul
|
9e7714c45a
|
Decode callstack frames using libbacktrace.
|
2019-01-20 16:55:59 +01:00 |
|
Arvid Gerstmann
|
b8db9df949
|
Detect glibc explicitly
|
2018-07-14 13:23:00 +02:00 |
|
Arvid Gerstmann
|
ad48c32e1e
|
Support for callstacks on Linux without glibc
|
2018-07-14 11:08:17 +02:00 |
|
Bartosz Taudul
|
a7ace6ef9e
|
Directly use RtlWalkFrameChain.
RtlCaptureStackBackTrace is just a wrapper for RtlWalkFrameChain.
|
2018-06-23 02:07:47 +02:00 |
|
Bartosz Taudul
|
bf7402e8b0
|
Android callstack collection using _Unwind_Backtrace().
|
2018-06-21 17:07:21 +02:00 |
|
Bartosz Taudul
|
5541cd6c97
|
Linux callstack retrieval.
|
2018-06-20 21:54:11 +02:00 |
|
Bartosz Taudul
|
e495747b88
|
Fix off-by-one.
|
2018-06-20 17:02:05 +02:00 |
|
Bartosz Taudul
|
4be2543b2f
|
Cygwin support for callstack tracing.
|
2018-06-19 19:49:21 +02:00 |
|
Bartosz Taudul
|
d2a98c3090
|
Configurable callstack depth.
|
2018-06-19 18:49:13 +02:00 |
|
Bartosz Taudul
|
ca499eefaf
|
Return typeless pointer.
|
2018-06-19 17:27:03 +02:00 |
|
Bartosz Taudul
|
827900969f
|
Make Callstack() static inline.
|
2018-06-19 17:23:50 +02:00 |
|
Bartosz Taudul
|
ca2cac9b99
|
Use proper type for pointer size.
|
2018-06-19 14:34:37 +02:00 |
|
Bartosz Taudul
|
4a01eb7fc4
|
Windows callstack inspection plumbing.
|
2018-06-19 01:17:19 +02:00 |
|