This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 6bb11f8 Fix a race condition in FuncUnwinders where the mutex was bei [...] new 96c64af Implement QPassSignals GDB package in lldb-server
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/Host/common/NativeProcessProtocol.h | 12 +++ .../test/tools/lldb-server/gdbremote_testcase.py | 3 +- .../lldb-server/signal-filtering}/Makefile | 0 .../signal-filtering/TestGdbRemote_QPassSignals.py | 113 +++++++++++++++++++++ .../tools/lldb-server/signal-filtering/main.cpp | 37 +++++++ source/Host/common/NativeProcessProtocol.cpp | 6 ++ .../Plugins/Process/Linux/NativeProcessLinux.cpp | 7 ++ source/Plugins/Process/POSIX/CrashReason.cpp | 6 +- .../GDBRemoteCommunicationServerCommon.cpp | 1 + .../GDBRemoteCommunicationServerLLGS.cpp | 37 +++++++ .../gdb-remote/GDBRemoteCommunicationServerLLGS.h | 2 + source/Utility/StringExtractorGDBRemote.cpp | 4 + source/Utility/StringExtractorGDBRemote.h | 1 + 13 files changed, 223 insertions(+), 6 deletions(-) copy packages/Python/lldbsuite/test/{functionalities/breakpoint/breakpoint_set_res [...] create mode 100644 packages/Python/lldbsuite/test/tools/lldb-server/signal-filteri [...] create mode 100644 packages/Python/lldbsuite/test/tools/lldb-server/signal-filteri [...]