index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
CrashRecoveryContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-2
/
+2
*
CrashRecoveryContext: Add RunSafelyOnThread helper function.
Daniel Dunbar
2010-11-05
1
-0
/
+23
*
CrashRecoveryContext: Add missing return, so that the signal fires after we our
Daniel Dunbar
2010-10-18
1
-0
/
+3
*
CrashRecovery: Clear the current context on the first crash, to avoid re-ente...
Daniel Dunbar
2010-08-17
1
-0
/
+4
*
CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...
Daniel Dunbar
2010-08-17
1
-2
/
+12
*
CrashRecovery: Make CrashRecoveryContext static methods thread safe.
Daniel Dunbar
2010-08-17
1
-0
/
+10
*
Fix -Wmissing-field-initializers warnings.
Daniel Dunbar
2010-07-30
1
-15
/
+5
*
CrashRecovery: Use ThreadLocal::erase() instead of set(0).
Daniel Dunbar
2010-07-29
1
-1
/
+1
*
Make sure to include config.h, to pickup LLVM_ON_WIN32.
Daniel Dunbar
2010-07-29
1
-0
/
+1
*
CrashRecoveryContext: Add a simple POSIX implementation.
Daniel Dunbar
2010-07-29
1
-1
/
+102
*
Support: Add CrashRecoveryContext helper object.
Daniel Dunbar
2010-07-28
1
-0
/
+88