summaryrefslogtreecommitdiff
path: root/indra/llcommon/StackWalker.cpp
AgeCommit message (Collapse)Author
2020-03-25DRTVWR-476: Fix Windows line endingsNat Goodspeed
2020-03-25[DRTVWR-476] - disable dbghelp.h warningsAnchor
2020-03-25DRTVWR-476: Eliminate unnecessary typedefs from struct, enum decls.Nat Goodspeed
With VS 2017, these produced fatal warnings.
2016-01-28SL-315 - verbose option for CallStack objects, doc headers in ↵Brad Payne (Vir Linden)
StackWalker.{h,cpp}
2016-01-26SL-315 WIP - added callstack info to joint debugging. Made joint debugging ↵Brad Payne (Vir Linden)
run-time configurable via debug setting DebugAvatarJoints
2016-01-26SL-315 WIP - added a call stack extractor for windows to help with tracing ↵Brad Payne (Vir Linden)
joint issues (of course, could be used for other things as well).