This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 2ec6cee Fix a comparison of integers of different signs warning. new 58de915 Patch for lldb bug 26322 “core load hangs”
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../postmortem/elf-core/gcore/TestGCore.py | 52 ++++++++++++++++++ .../postmortem/elf-core/gcore/linux-i386.core | 0 .../postmortem/elf-core/gcore/linux-x86_64.core | 0 .../postmortem/elf-core/gcore/main.cpp | 63 ++++++++++++++++++++++ .../Makefile => postmortem/elf-core/gcore/main.mk} | 4 -- .../postmortem/elf-core/gcore/make-core.sh | 56 +++++++++++++++++++ .../elf-core/thread_crash/TestLinuxCoreThreads.py | 61 +++++++++++++++++++++ .../elf-core/thread_crash/linux-i386.core | 0 .../elf-core/thread_crash/linux-x86_64.core | 0 .../postmortem/elf-core/thread_crash/main.cpp | 63 ++++++++++++++++++++++ .../elf-core/thread_crash/main.mk} | 4 -- .../elf-core/{ => thread_crash}/make-core.sh | 23 ++++---- source/Plugins/Process/elf-core/ProcessElfCore.cpp | 33 +++++++++++- source/Plugins/Process/elf-core/ThreadElfCore.cpp | 42 +++++++++++++++ source/Plugins/Process/elf-core/ThreadElfCore.h | 35 +++++++++++- 15 files changed, 416 insertions(+), 20 deletions(-) create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/elf-c [...] copy examples/test/lldbtest-stdout => packages/Python/lldbsuite/test/functionaliti [...] copy examples/test/lldbtest-stdout => packages/Python/lldbsuite/test/functionaliti [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/elf-c [...] copy packages/Python/lldbsuite/test/functionalities/{thread/concurrent_events/brea [...] mode change 100644 => 100755 create mode 100755 packages/Python/lldbsuite/test/functionalities/postmortem/elf-c [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/elf-c [...] copy examples/test/lldbtest-stdout => packages/Python/lldbsuite/test/functionaliti [...] copy examples/test/lldbtest-stdout => packages/Python/lldbsuite/test/functionaliti [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/elf-c [...] copy packages/Python/lldbsuite/test/functionalities/{thread/concurrent_events/brea [...] mode change 100644 => 100755 copy packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/{ => threa [...]