[Lldb-commits] [PATCH] D14793: Enable saving of mini dumps with lldb process save-core.
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 19 09:50:11 PST 2015
zturner added a comment.
In http://reviews.llvm.org/D14793#293007, @clayborg wrote:
> 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?
Windows has to have a stopped process before you can make a core. In other windows debuggers (MSVC and WinDbg, for example) the user of the debugger has to issue a stop command before the "Save Core Dump" command will work.
http://reviews.llvm.org/D14793
More information about the lldb-commits
mailing list