From 7abecb48babe6a6f09bf6692ba55076546cfced9 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Mon, 1 Dec 2008 17:39:58 -0600 Subject: Second Life viewer sources 1.22.0-RC --- linden/indra/newview/llwindebug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linden/indra/newview/llwindebug.h') diff --git a/linden/indra/newview/llwindebug.h b/linden/indra/newview/llwindebug.h index eef2340..e6e32b4 100644 --- a/linden/indra/newview/llwindebug.h +++ b/linden/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.1