aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-01-12 10:40:55 -0700
committerMcCabe Maxsted2009-01-12 10:40:55 -0700
commit7701f12dd98904a88110589b8b90a0d4f4e32bae (patch)
tree6857820a6ef4b8313054b19ec4f734ee9e1d1898 /linden/indra
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 'linden/indra')
-rw-r--r--linden/indra/newview/llwindebug.cpp4
1 files changed, 2 insertions, 2 deletions
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);