aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/CrashRecoveryContext.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-6/+2
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-24/+11
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+21
* Add explicit 'unregister' method to CrashRecoveryConextCleanupRegistrar.Ted Kremenek2011-05-041-1/+6
* Properly initialize all fields in CrashReporterCleanupContext. This caused t...Ted Kremenek2011-03-221-2/+1
* Rework CrashRecoveryContextCleanup to provide a simpler way to create cleanup...Ted Kremenek2011-03-221-52/+60
* Provide a means for CrashRecovery clients to determine if code is currently r...Ted Kremenek2011-03-211-0/+4
* Tweak CrashRecoveryContextCleanup to provide an easy method for clients to se...Ted Kremenek2011-03-191-6/+22
* Tweak CrashRecoveryContextCleanup::createCleanup() to use the 'delete' cleanu...Ted Kremenek2011-03-181-1/+1
* Add new CrashRecoveryContextCleanup subclass: CrashRecoveryContextDeleteClean...Ted Kremenek2011-03-181-1/+13
* Augment CrashRecoveryContext to have registered "cleanup" objects that can be...Ted Kremenek2011-03-181-1/+65
* CrashRecoveryContext: Add RunSafelyOnThread helper function.Daniel Dunbar2010-11-051-0/+8
* CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...Daniel Dunbar2010-08-171-0/+4
* CrashRecovery: Make CrashRecoveryContext static methods thread safe.Daniel Dunbar2010-08-171-4/+2
* Support: Add CrashRecoveryContext helper object.Daniel Dunbar2010-07-281-0/+82