summaryrefslogtreecommitdiff
path: root/indra/llcommon/StackWalker.h
diff options
context:
space:
mode:
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,