aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/CrashRecoveryContext.h
AgeCommit message (Expand)Author
2011-05-04Add explicit 'unregister' method to CrashRecoveryConextCleanupRegistrar.Ted Kremenek
2011-03-22Properly initialize all fields in CrashReporterCleanupContext. This caused t...Ted Kremenek
2011-03-22Rework CrashRecoveryContextCleanup to provide a simpler way to create cleanup...Ted Kremenek
2011-03-21Provide a means for CrashRecovery clients to determine if code is currently r...Ted Kremenek
2011-03-19Tweak CrashRecoveryContextCleanup to provide an easy method for clients to se...Ted Kremenek
2011-03-18Tweak CrashRecoveryContextCleanup::createCleanup() to use the 'delete' cleanu...Ted Kremenek
2011-03-18Add new CrashRecoveryContextCleanup subclass: CrashRecoveryContextDeleteClean...Ted Kremenek
2011-03-18Augment CrashRecoveryContext to have registered "cleanup" objects that can be...Ted Kremenek
2010-11-05CrashRecoveryContext: Add RunSafelyOnThread helper function.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-28Support: Add CrashRecoveryContext helper object.Daniel Dunbar