[Lldb-commits] [PATCH] D25196: Adding a new Minidump post-mortem debugging plugin

Dimitar Vlahovski via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 3 10:32:37 PDT 2016


dvlahovski added a comment.

So, there will be changes to the way I handle the case where there is no ExceptionStream - I will probably create a StopReason = None. But I have to investigate if in that case lldb still hangs because it's trying to resume a process (that does not exists). I will ask Jim Ingham about some insight about StopReasons


https://reviews.llvm.org/D25196





More information about the lldb-commits mailing list