[all-commits] [llvm/llvm-project] 6c1a80: [lldb] [server] Support for multiprocess extension

Michał Górny via All-commits all-commits at lists.llvm.org
Tue Mar 30 06:09:49 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c1a8039de4646f6efbb3ba404d5bee5d631be67
      https://github.com/llvm/llvm-project/commit/6c1a8039de4646f6efbb3ba404d5bee5d631be67
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    M lldb/include/lldb/Utility/StringExtractorGDBRemote.h
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
    M lldb/source/Utility/StringExtractorGDBRemote.cpp
    M lldb/test/API/tools/lldb-server/TestGdbRemote_vContThreads.py
    M lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
    M lldb/unittests/Utility/CMakeLists.txt
    A lldb/unittests/Utility/StringExtractorGDBRemoteTest.cpp

  Log Message:
  -----------
  [lldb] [server] Support for multiprocess extension

Add a minimal support for the multiprocess extension in lldb-server.
The server indicates support for it via qSupported, and accepts
thread-ids containing a PID.  However, it still does not support
debugging more than one inferior, so any other PID value results
in an error.

Differential Revision: https://reviews.llvm.org/D98482




More information about the All-commits mailing list