Skip to content
Commit af77e22b authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

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.

llvm-svn: 109717
parent 7949ab07
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment