1. 857e535 Properly initialize all fields in CrashReporterCleanupContext. This caused the buildbot failure earlier. by Ted Kremenek · 15 years ago
  2. 9931652 Temporarily stop recovering resources in CrashRecoveryContext while I investigate further why this works on my machine and not on others. by Ted Kremenek · 15 years ago
  3. ab1a242 Provide a means for CrashRecovery clients to determine if code is currently running while crash recovery cleanups are being processed. by Ted Kremenek · 15 years ago
  4. 32aea2e Tweak CrashRecoveryContextCleanup to provide an easy method for clients to select between 'delete' and 'destructor' cleanups, and allow the destructor of CrashRecoveryContextCleanupRegister to be pseudo re-entrant. by Ted Kremenek · 15 years ago
  5. 794a071 Tweak CrashRecoveryContext::GetCurrent() to return quickly if 'gCrsahRecoveryEnabled' is false. This avoids us needing to go to thread local storage for by Ted Kremenek · 15 years ago
  6. c44d3cf Augment CrashRecoveryContext to have registered "cleanup" objects that can be used to release resources during a crash. by Ted Kremenek · 15 years ago
  7. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  8. f4d90ba CrashRecoveryContext: Add RunSafelyOnThread helper function. by Daniel Dunbar · 15 years ago
  9. 418e704 CrashRecoveryContext: Add missing return, so that the signal fires after we our by Daniel Dunbar · 15 years ago
  10. 09b0c78 CrashRecovery: Clear the current context on the first crash, to avoid re-entering it if the cleanup code crashes. by Daniel Dunbar · 15 years ago
  11. b30266e CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find the active context from anywhere. by Daniel Dunbar · 15 years ago
  12. ff32994 CrashRecovery: Make CrashRecoveryContext static methods thread safe. by Daniel Dunbar · 15 years ago
  13. c90e82a Fix -Wmissing-field-initializers warnings. by Daniel Dunbar · 15 years ago
  14. 4a338e3 CrashRecovery: Use ThreadLocal::erase() instead of set(0). by Daniel Dunbar · 15 years ago
  15. 9789f81 Make sure to include config.h, to pickup LLVM_ON_WIN32. by Daniel Dunbar · 15 years ago
  16. af77e22 CrashRecoveryContext: Add a simple POSIX implementation. by Daniel Dunbar · 15 years ago
  17. 19a3b37 Support: Add CrashRecoveryContext helper object. by Daniel Dunbar · 15 years ago