[Lldb-commits] [PATCH] D133251: [lldb] [Core] Split read thread support into ThreadedCommunication
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 5 07:11:24 PDT 2022
mgorny updated this revision to Diff 457984.
mgorny added a comment.
Add the missing file.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133251/new/
https://reviews.llvm.org/D133251
Files:
lldb/include/lldb/API/SBCommunication.h
lldb/include/lldb/Core/Communication.h
lldb/include/lldb/Core/ThreadedCommunication.h
lldb/include/lldb/Interpreter/ScriptInterpreter.h
lldb/include/lldb/Target/Process.h
lldb/include/lldb/lldb-forward.h
lldb/source/API/SBCommunication.cpp
lldb/source/Core/CMakeLists.txt
lldb/source/Core/Communication.cpp
lldb/source/Core/ThreadedCommunication.cpp
lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
lldb/unittests/Core/CommunicationTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133251.457984.patch
Type: text/x-patch
Size: 61083 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220905/81823923/attachment-0001.bin>
More information about the lldb-commits
mailing list