aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/CrashRecoveryContext.cpp
AgeCommit message (Expand)Author
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-05CrashRecoveryContext: Add RunSafelyOnThread helper function.Daniel Dunbar
2010-10-18CrashRecoveryContext: Add missing return, so that the signal fires after we ourDaniel Dunbar
2010-08-17CrashRecovery: Clear the current context on the first crash, to avoid re-ente...Daniel Dunbar
2010-08-17CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...Daniel Dunbar
2010-08-17CrashRecovery: Make CrashRecoveryContext static methods thread safe.Daniel Dunbar
2010-07-30Fix -Wmissing-field-initializers warnings.Daniel Dunbar
2010-07-29CrashRecovery: Use ThreadLocal::erase() instead of set(0).Daniel Dunbar
2010-07-29Make sure to include config.h, to pickup LLVM_ON_WIN32.Daniel Dunbar
2010-07-29CrashRecoveryContext: Add a simple POSIX implementation.Daniel Dunbar
2010-07-28Support: Add CrashRecoveryContext helper object.Daniel Dunbar