[Lldb-commits] [PATCH] D37651: Fix for bug 34532 - A few rough corners related to post-mortem debugging (core/minidump)
Vadim Chugunov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Sep 17 00:54:21 PDT 2017
vadimcn added a comment.
FYI - this broke at least Windows, because the default behavior of Process::WillResume() changed from success to an error and WindowsProcess does not override WillResume(). Not sure what other platforms are in the same boat.
Repository:
rL LLVM
https://reviews.llvm.org/D37651
More information about the lldb-commits
mailing list