[Lldb-commits] [PATCH] D37651: Fix for bug 34532 - A few rough corners related to post-mortem debugging (core/minidump)

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 18 08:20:44 PDT 2017


clayborg added a comment.

The default return value of WillResume should be no error. Sorry for not catching this. The core file Process subclasses will need to override this manually.


Repository:
  rL LLVM

https://reviews.llvm.org/D37651





More information about the lldb-commits mailing list