[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 23 03:36:05 PST 2016


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

Updated to add the test executables and core files.


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/linux-i386.core
  packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/linux-i386.out
  packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/linux-x86_64.core
  packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/linux-x86_64.out
  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/linux-i386.core
  packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/linux-i386.out
  packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/linux-x86_64.core
  packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/linux-x86_64.out
  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.79051.patch
Type: text/x-patch
Size: 17580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161123/e09ee234/attachment.bin>


More information about the lldb-commits mailing list