summaryrefslogtreecommitdiff
path: root/indra/llcommon/llcallstack.cpp
AgeCommit message (Collapse)Author
2016-04-21SL-315 - disable call stack dumping in release, where we don't have the info ↵Brad Payne (Vir Linden)
anyway.
2016-03-07SL-315 WIP - more call stack tracing, initial hooks for avatar reset ↵Brad Payne (Vir Linden)
skeleton option.
2016-02-03SL-315 - context strings, comments, debugging. joint_test temporarily disabled.Brad Payne (Vir Linden)
2016-02-01SL-315 - untest old stack traceBrad Payne (Vir Linden)
2016-01-29SL-315 test old stack traceBrad Payne (Vir Linden)
2016-01-28SL-315 - fix for LLCallStack stubs for mac/linux.Brad Payne (Vir Linden)
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).