Skip to content
  • Daniel Dunbar's avatar
    CrashRecoveryContext: Add a simple POSIX implementation. · af77e22b
    Daniel Dunbar authored
     - 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
    af77e22b
Loading