[Lldb-commits] [PATCH] D98482: [lldb] Support for multiprocess extension [WIP]
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 15 08:31:36 PDT 2021
mgorny updated this revision to Diff 330671.
mgorny edited the summary of this revision.
mgorny added a comment.
Updated `GetPidTid()` to use `llvm::Optional<std::pair<lldb::pid_t, lldb::tid_t>>` return type with a default PID approach as suggested by @labath.
Updated `ReadTid()` to use `llvm::Expected<lldb::tid_t>`. Create a new `GDBRemoteError` class to pass gdb-remote `$E` codes through cleanly.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98482/new/
https://reviews.llvm.org/D98482
Files:
lldb/include/lldb/Utility/GDBRemoteError.h
lldb/include/lldb/Utility/StringExtractorGDBRemote.h
lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
lldb/source/Utility/CMakeLists.txt
lldb/source/Utility/GDBRemoteError.cpp
lldb/source/Utility/Status.cpp
lldb/source/Utility/StringExtractorGDBRemote.cpp
lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
lldb/unittests/Utility/CMakeLists.txt
lldb/unittests/Utility/StringExtractorGDBRemoteTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98482.330671.patch
Type: text/x-patch
Size: 22614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210315/a201148b/attachment-0001.bin>
More information about the lldb-commits
mailing list