CrashRecoveryContext: Add a simple POSIX implementation.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 29 Jul 2010 01:21:47 +0000 (01:21 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 29 Jul 2010 01:21:47 +0000 (01:21 +0000)
commitd9082dfd9ab442dd33f552693fcc0f396a514bb6
tree4730b225570962ee8132397f800742f302b95d58
parent4bd94f7bbe2ed6e0d83d03b06c0d20bb346abeca
CrashRecoveryContext: Add a simple POSIX implementation.
 - This works, but won't handle crashes on stack overflow, or signals delivered
   to a thread other than the one that crashed. The latter is particular annoying
   on Darwin, because SIGABRT tends to go to the main thread.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109717 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/CrashRecoveryContext.cpp