[Lldb-commits] [PATCH] D14793: Enable saving of mini dumps with lldb process save-core.

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 19 09:47:24 PST 2015


clayborg added a comment.

Yes, I agree Zach, the caller of SaveCore should verify the process is in a good state first. The only downside of that is if the windows mini-dumper can actually make a core file on a running process, we might want to allow this and make actual SaveCore implementations make that call?


http://reviews.llvm.org/D14793





More information about the lldb-commits mailing list