This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 66dd26deb Fixing a couple of wrong logical operator bugs. new 0bb6a4484 Make sure the thread list is updated before you set the stop [...]
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: .../gdb_remote_client/TestRecognizeBreakpoint.py | 139 +++++++++++++++++++++ .../gdb_remote_client/gdbclientutils.py | 5 + .../{operating_system.py => operating_system_2.py} | 33 +++-- .../Process/gdb-remote/ProcessGDBRemote.cpp | 17 +-- source/Target/Process.cpp | 10 +- 5 files changed, 188 insertions(+), 16 deletions(-) create mode 100644 packages/Python/lldbsuite/test/functionalities/gdb_remote_clien [...] copy packages/Python/lldbsuite/test/functionalities/gdb_remote_client/{operating_s [...]