diff options
author | Jacek Antonelli | 2008-12-01 17:39:58 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-01 17:40:06 -0600 |
commit | 7abecb48babe6a6f09bf6692ba55076546cfced9 (patch) | |
tree | 8d18a88513fb97adf32c10aae78f4be1984942db /linden/indra/newview/llwindebug.h | |
parent | Second Life viewer sources 1.21.6 (diff) | |
download | meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.zip meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.gz meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.bz2 meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.xz |
Second Life viewer sources 1.22.0-RC
Diffstat (limited to 'linden/indra/newview/llwindebug.h')
-rw-r--r-- | linden/indra/newview/llwindebug.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
39 | { | 39 | { |
40 | public: | 40 | public: |
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); |
70 | private: | 71 | private: |
71 | }; | 72 | }; |