summaryrefslogtreecommitdiff
path: root/lib/Support/CrashRecoveryContext.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-04-21move Signals to .rodataNuno Lopes1-1/+1
2012-02-19Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles1-1/+0
2011-08-20lib/Support/CrashRecoveryContext.cpp: Add Win32 support to CrashRecoveryConte...NAKAMURA Takumi1-1/+67
2011-03-22Properly initialize all fields in CrashReporterCleanupContext. This caused t...Ted Kremenek1-1/+1
2011-03-22Temporarily stop recovering resources in CrashRecoveryContext while I investi...Ted Kremenek1-1/+1
2011-03-21Provide a means for CrashRecovery clients to determine if code is currently r...Ted Kremenek1-0/+9
2011-03-19Tweak CrashRecoveryContextCleanup to provide an easy method for clients to se...Ted Kremenek1-0/+1
2011-03-19Tweak CrashRecoveryContext::GetCurrent() to return quickly if 'gCrsahRecovery...Ted Kremenek1-0/+3
2011-03-18Augment CrashRecoveryContext to have registered "cleanup" objects that can be...Ted Kremenek1-0/+38
2010-11-29Merge System into Support.Michael J. Spencer1-2/+2
2010-11-05CrashRecoveryContext: Add RunSafelyOnThread helper function.Daniel Dunbar1-0/+23
2010-10-18CrashRecoveryContext: Add missing return, so that the signal fires after we ourDaniel Dunbar1-0/+3
2010-08-17CrashRecovery: Clear the current context on the first crash, to avoid re-ente...Daniel Dunbar1-0/+4
2010-08-17CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...Daniel Dunbar1-2/+12
2010-08-17CrashRecovery: Make CrashRecoveryContext static methods thread safe.Daniel Dunbar1-0/+10
2010-07-30Fix -Wmissing-field-initializers warnings.Daniel Dunbar1-15/+5
2010-07-29CrashRecovery: Use ThreadLocal::erase() instead of set(0).Daniel Dunbar1-1/+1
2010-07-29Make sure to include config.h, to pickup LLVM_ON_WIN32.Daniel Dunbar1-0/+1
2010-07-29CrashRecoveryContext: Add a simple POSIX implementation.Daniel Dunbar1-1/+102
2010-07-28Support: Add CrashRecoveryContext helper object.Daniel Dunbar1-0/+88