From fb793870fe95f1951d7c30ea6068e187b9dededd Mon Sep 17 00:00:00 2001 From: Mark Palange Date: Tue, 23 Dec 2008 19:39:58 +0000 Subject: QAR-1142 merging 1.22 RC0-RC4 changes. svn merge -c 106471 svn+ssh://svn.lindenlab.com/svn/linden/qa/viewer_1-22-106055_merge --- indra/newview/llwindebug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indra/newview/llwindebug.h') diff --git a/indra/newview/llwindebug.h b/indra/newview/llwindebug.h index 6875b943ae..531b58033b 100644 --- a/indra/newview/llwindebug.h +++ b/indra/newview/llwindebug.h @@ -39,7 +39,6 @@ class LLWinDebug { public: - /** * @brief initialize the llwindebug exception filter callback * @@ -66,6 +65,8 @@ public: static bool checkExceptionHandler(); static void generateCrashStacks(struct _EXCEPTION_POINTERS *pExceptionInfo = NULL); + static void clearCrashStacks(); // Delete the crash stack file(s). + static void writeDumpToFile(MINIDUMP_TYPE type, MINIDUMP_EXCEPTION_INFORMATION *ExInfop, const std::string& filename); private: }; -- cgit v1.2.3