[Lldb-commits] [PATCH] D37651: Fix for bug 34532 - A few rough corners related to post-mortem debugging (core/minidump)
Leonard Mosescu via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 8 16:23:21 PDT 2017
lemo created this revision.
The main change is to avoid setting the process state as running when debugging core/minidumps (details in the bug).
Also included a few small, related fixes around how the errors propagate in this case.
https://reviews.llvm.org/D37651
Files:
include/lldb/Target/Process.h
source/Commands/CommandObjectThread.cpp
source/Plugins/Process/elf-core/ProcessElfCore.cpp
source/Plugins/Process/elf-core/ProcessElfCore.h
source/Plugins/Process/minidump/ProcessMinidump.cpp
source/Plugins/Process/minidump/ProcessMinidump.h
source/Target/Process.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37651.114459.patch
Type: text/x-patch
Size: 6798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170908/39bb2365/attachment.bin>
More information about the lldb-commits
mailing list