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

Howard Hellyer via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 18 07:23:21 PST 2016


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

Updating the patch to include the test cases and scripts to produce the core dumps.
I haven't included the core dumps and when I do I'll need to update the pid and
tid values in the test scripts. That can wait until we've decided what to do about
the core dumps though.


https://reviews.llvm.org/D26676

Files:
  packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/
  packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/TestGCore.py
  packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/main.cpp
  packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/main.mk
  packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/make-core.sh
  packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/
  packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/TestLinuxCoreThreads.py
  packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/main.cpp
  packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/main.mk
  packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/make-core.sh
  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.78524.patch
Type: text/x-patch
Size: 17399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161118/933ec612/attachment.bin>


More information about the lldb-commits mailing list