aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/CrashRecoveryContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* CrashRecovery: Clear the current context on the first crash, to avoid re-ente...Daniel Dunbar2010-08-171-0/+4
* CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...Daniel Dunbar2010-08-171-2/+12
* CrashRecovery: Make CrashRecoveryContext static methods thread safe.Daniel Dunbar2010-08-171-0/+10
* Fix -Wmissing-field-initializers warnings.Daniel Dunbar2010-07-301-15/+5
* CrashRecovery: Use ThreadLocal::erase() instead of set(0).Daniel Dunbar2010-07-291-1/+1
* Make sure to include config.h, to pickup LLVM_ON_WIN32.Daniel Dunbar2010-07-291-0/+1
* CrashRecoveryContext: Add a simple POSIX implementation.Daniel Dunbar2010-07-291-1/+102
* Support: Add CrashRecoveryContext helper object.Daniel Dunbar2010-07-281-0/+88