index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
CrashRecoveryContext.h
Age
Commit message (
Expand
)
Author
2011-05-04
Add explicit 'unregister' method to CrashRecoveryConextCleanupRegistrar.
Ted Kremenek
2011-03-22
Properly initialize all fields in CrashReporterCleanupContext. This caused t...
Ted Kremenek
2011-03-22
Rework CrashRecoveryContextCleanup to provide a simpler way to create cleanup...
Ted Kremenek
2011-03-21
Provide a means for CrashRecovery clients to determine if code is currently r...
Ted Kremenek
2011-03-19
Tweak CrashRecoveryContextCleanup to provide an easy method for clients to se...
Ted Kremenek
2011-03-18
Tweak CrashRecoveryContextCleanup::createCleanup() to use the 'delete' cleanu...
Ted Kremenek
2011-03-18
Add new CrashRecoveryContextCleanup subclass: CrashRecoveryContextDeleteClean...
Ted Kremenek
2011-03-18
Augment CrashRecoveryContext to have registered "cleanup" objects that can be...
Ted Kremenek
2010-11-05
CrashRecoveryContext: Add RunSafelyOnThread helper function.
Daniel Dunbar
2010-08-17
CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...
Daniel Dunbar
2010-08-17
CrashRecovery: Make CrashRecoveryContext static methods thread safe.
Daniel Dunbar
2010-07-28
Support: Add CrashRecoveryContext helper object.
Daniel Dunbar