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
/
lib
/
Support
/
CrashRecoveryContext.cpp
Age
Commit message (
Expand
)
Author
2011-03-22
Properly initialize all fields in CrashReporterCleanupContext. This caused t...
Ted Kremenek
2011-03-22
Temporarily stop recovering resources in CrashRecoveryContext while I investi...
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-19
Tweak CrashRecoveryContext::GetCurrent() to return quickly if 'gCrsahRecovery...
Ted Kremenek
2011-03-18
Augment CrashRecoveryContext to have registered "cleanup" objects that can be...
Ted Kremenek
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-05
CrashRecoveryContext: Add RunSafelyOnThread helper function.
Daniel Dunbar
2010-10-18
CrashRecoveryContext: Add missing return, so that the signal fires after we our
Daniel Dunbar
2010-08-17
CrashRecovery: Clear the current context on the first crash, to avoid re-ente...
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-30
Fix -Wmissing-field-initializers warnings.
Daniel Dunbar
2010-07-29
CrashRecovery: Use ThreadLocal::erase() instead of set(0).
Daniel Dunbar
2010-07-29
Make sure to include config.h, to pickup LLVM_ON_WIN32.
Daniel Dunbar
2010-07-29
CrashRecoveryContext: Add a simple POSIX implementation.
Daniel Dunbar
2010-07-28
Support: Add CrashRecoveryContext helper object.
Daniel Dunbar