[Lldb-commits] [PATCH] D26676: Patch for lldb bug 26322 “core load hangs”

Howard Hellyer via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 16 03:49:05 PST 2016


hhellyer updated this revision to Diff 78163.
hhellyer added a comment.

Update with fixes from review comments.
I've run clang-format, fixed the use of iterators and added const qualifiers.
I removed the use of the SIGSTOP constant and use GetUnixSignals instead.
I've also moved that block down a few lines until after SetUnixSignals has been called.

I will update the patch with the test cases shortly.


https://reviews.llvm.org/D26676

Files:
  source/Plugins/Process/elf-core/ProcessElfCore.cpp
  source/Plugins/Process/elf-core/ThreadElfCore.cpp
  source/Plugins/Process/elf-core/ThreadElfCore.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26676.78163.patch
Type: text/x-patch
Size: 5844 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161116/5c012d5a/attachment-0001.bin>


More information about the lldb-commits mailing list