[all-commits] [llvm/llvm-project] aa319f: [lldb] [gdb-remote client] Support switching PID a...

Michał Górny via All-commits all-commits at lists.llvm.org
Fri Jul 2 12:34:07 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa319f544ad41ecc46f79e67fbbb361cd9036f16
      https://github.com/llvm/llvm-project/commit/aa319f544ad41ecc46f79e67fbbb361cd9036f16
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-07-02 (Fri, 02 Jul 2021)

  Changed paths:
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h

  Log Message:
  -----------
  [lldb] [gdb-remote client] Support switching PID along with TID

Extend the SetCurrentThread() method to support specifying an alternate
PID to switch to.  This makes it possible to issue requests to forked
processes.

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




More information about the All-commits mailing list