aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwindebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llwindebug.h')
-rw-r--r--linden/indra/newview/llwindebug.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/llwindebug.h b/linden/indra/newview/llwindebug.h
index eef2340..13a580c 100644
--- a/linden/indra/newview/llwindebug.h
+++ b/linden/indra/newview/llwindebug.h
@@ -4,7 +4,7 @@
4 * 4 *
5 * $LicenseInfo:firstyear=2004&license=viewergpl$ 5 * $LicenseInfo:firstyear=2004&license=viewergpl$
6 * 6 *
7 * Copyright (c) 2004-2008, Linden Research, Inc. 7 * Copyright (c) 2004-2009, Linden Research, Inc.
8 * 8 *
9 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
10 * The source code in this file ("Source Code") is provided by Linden Lab 10 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -39,7 +39,6 @@ class LLWinDebug
39{ 39{
40public: 40public:
41 41
42
43 /** 42 /**
44 * @brief initialize the llwindebug exception filter callback 43 * @brief initialize the llwindebug exception filter callback
45 * 44 *
@@ -66,6 +65,8 @@ public:
66 static bool checkExceptionHandler(); 65 static bool checkExceptionHandler();
67 66
68 static void generateCrashStacks(struct _EXCEPTION_POINTERS *pExceptionInfo = NULL); 67 static void generateCrashStacks(struct _EXCEPTION_POINTERS *pExceptionInfo = NULL);
68 static void clearCrashStacks(); // Delete the crash stack file(s).
69
69 static void writeDumpToFile(MINIDUMP_TYPE type, MINIDUMP_EXCEPTION_INFORMATION *ExInfop, const std::string& filename); 70 static void writeDumpToFile(MINIDUMP_TYPE type, MINIDUMP_EXCEPTION_INFORMATION *ExInfop, const std::string& filename);
70private: 71private:
71}; 72};