summaryrefslogtreecommitdiff
path: root/indra/llcommon/StackWalker.cpp
AgeCommit message (Collapse)Author
2024-06-10Post-merge - trim trailing whitespaceAndrey Lihatskiy
2024-05-07secondlife/viewer#1333 BOOL to bool conversion leftovers: ternariesAlexander Gavriliuk
2024-02-09Follow up 364bd17: restore return valueAndrey Lihatskiy
2024-02-09Replace remaining BOOL with bool in llcommon and remove dead codeAnsariel
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).