This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 9dfd323c7 Prevent deadlock in OS Plugins new 6c8ca4fb1 Re-land "Don't assume backing thread shares protocol ID."
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: include/lldb/Target/ThreadList.h | 2 + .../gdb_remote_client/TestThreadSelectionBug.py | 50 ++++++++++++++++++++++ .../operating_system.py | 6 +-- .../Process/gdb-remote/ProcessGDBRemote.cpp | 7 ++- source/Target/ThreadList.cpp | 14 ++++++ 5 files changed, 72 insertions(+), 7 deletions(-) create mode 100644 packages/Python/lldbsuite/test/functionalities/gdb_remote_clien [...] copy packages/Python/lldbsuite/test/functionalities/{postmortem/mach-core => gdb_r [...]