[all-commits] [llvm/llvm-project] 463863: [lldb] Move PlatformPOSIX::ConnectToWaitingProcess...

Pavel Labath via All-commits all-commits at lists.llvm.org
Sun Mar 14 14:44:12 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 463863fffea5c26b0410ee030205fc6bf066f763
      https://github.com/llvm/llvm-project/commit/463863fffea5c26b0410ee030205fc6bf066f763
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2021-03-14 (Sun, 14 Mar 2021)

  Changed paths:
    M lldb/include/lldb/Target/RemoteAwarePlatform.h
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    M lldb/source/Target/RemoteAwarePlatform.cpp
    M lldb/test/API/commands/platform/connect/TestPlatformConnect.py

  Log Message:
  -----------
  [lldb] Move PlatformPOSIX::ConnectToWaitingProcesses to RemoteAwarePlatform

The functionality is not posix specific. Also force the usage of the
gdb-remote process plugin in the gdb platform class.

This is not sufficient to make TestPlatformConnect pass on windows (it
seems it suffers from module loading issues, unrelated to this test),
but it at least makes it shut down correctly, so I change the skip to an
xfail.




More information about the All-commits mailing list