aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-01-12 10:40:55 -0700
committerMcCabe Maxsted2009-01-12 10:40:55 -0700
commit7701f12dd98904a88110589b8b90a0d4f4e32bae (patch)
tree6857820a6ef4b8313054b19ec4f734ee9e1d1898
parentWindows defaults to settings_imprudence.xml when run from the .exe (diff)
parentRebranded windows crash dump filenames (diff)
downloadmeta-impy-7701f12dd98904a88110589b8b90a0d4f4e32bae.zip
meta-impy-7701f12dd98904a88110589b8b90a0d4f4e32bae.tar.gz
meta-impy-7701f12dd98904a88110589b8b90a0d4f4e32bae.tar.bz2
meta-impy-7701f12dd98904a88110589b8b90a0d4f4e32bae.tar.xz
Rebranded windows crash dump filenames
Diffstat (limited to '')
-rw-r--r--ChangeLog.txt6
-rw-r--r--linden/indra/newview/llwindebug.cpp4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 5cec858..e8f0c75 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -160,6 +160,12 @@
160 Ditto. 160 Ditto.
161 161
162 162
1632008-12-24 McCabe Maxsted <hakushakukun@gmail.com>
164
165 * linden/indra/newview/llwindebug.cpp:
166 Rebranded windows crash dump filenames.
167
168
1632008-12-15 Jacek Antonelli <jacek.antonelli@gmail.com> 1692008-12-15 Jacek Antonelli <jacek.antonelli@gmail.com>
164 170
165 * linden/install.xml: 171 * linden/install.xml:
diff --git a/linden/indra/newview/llwindebug.cpp b/linden/indra/newview/llwindebug.cpp
index d2f6748..e48b7bf 100644
--- a/linden/indra/newview/llwindebug.cpp
+++ b/linden/indra/newview/llwindebug.cpp
@@ -704,8 +704,8 @@ void LLWinDebug::generateCrashStacks(struct _EXCEPTION_POINTERS *exception_infop
704 ExInfo.ExceptionPointers = exception_infop; 704 ExInfo.ExceptionPointers = exception_infop;
705 ExInfo.ClientPointers = NULL; 705 ExInfo.ClientPointers = NULL;
706 706
707 writeDumpToFile(MiniDumpNormal, &ExInfo, "SecondLife.dmp"); 707 writeDumpToFile(MiniDumpNormal, &ExInfo, "Imprudence.dmp");
708 writeDumpToFile((MINIDUMP_TYPE)(MiniDumpWithDataSegs | MiniDumpWithIndirectlyReferencedMemory), &ExInfo, "SecondLifePlus.dmp"); 708 writeDumpToFile((MINIDUMP_TYPE)(MiniDumpWithDataSegs | MiniDumpWithIndirectlyReferencedMemory), &ExInfo, "ImprudencePlus.dmp");
709 } 709 }
710 710
711 info = Get_Exception_Info(exception_infop); 711 info = Get_Exception_Info(exception_infop);