summaryrefslogtreecommitdiff
path: root/indra/llcommon/StackWalker.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2016-01-28 10:40:38 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2016-01-28 10:40:38 -0500
commitc92079db31f60196c2c70d6733aeaaaa40f1f485 (patch)
treebbc0126f69837078f0aa8c5da7aa5cafabda8637 /indra/llcommon/StackWalker.h
parente91a192301db37f99a4f5a817f3b4c47b448417a (diff)
SL-315 - verbose option for CallStack objects, doc headers in StackWalker.{h,cpp}
Diffstat (limited to 'indra/llcommon/StackWalker.h')
-rw-r--r--indra/llcommon/StackWalker.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/StackWalker.h b/indra/llcommon/StackWalker.h
index b29cdbfc81..4ff6e736da 100644
--- a/indra/llcommon/StackWalker.h
+++ b/indra/llcommon/StackWalker.h
@@ -6,6 +6,8 @@
*
* $LicenseInfo:firstyear=2016&license=bsd$
*
+ * Linden notes: Small modifications from the original source at https://stackwalker.codeplex.com/
+ *
* LICENSE (http://www.opensource.org/licenses/bsd-license.php)
*
* Copyright (c) 2005-2009, Jochen Kalmbach
@@ -113,6 +115,7 @@ public:
BOOL LoadModules();
BOOL ShowCallstack(
+ bool verbose,
HANDLE hThread = GetCurrentThread(),
const CONTEXT *context = NULL,
PReadProcessMemoryRoutine readMemoryFunction = NULL,