[all-commits] [llvm/llvm-project] b601c6: [lldb] [client] Support for multiprocess extension

Michał Górny via All-commits all-commits at lists.llvm.org
Thu Apr 8 04:46:06 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b601c6719226fb83c43dae62a581e5ee08bfb169
      https://github.com/llvm/llvm-project/commit/b601c6719226fb83c43dae62a581e5ee08bfb169
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-04-08 (Thu, 08 Apr 2021)

  Changed paths:
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
    A lldb/test/API/functionalities/gdb_remote_client/TestMultiprocess.py

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

Add a minimal support for the multiprocess extension in gdb-remote
client.  It accepts PIDs as part of thread-ids, and rejects PIDs that
do not match the current inferior.

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




More information about the All-commits mailing list