[all-commits] [llvm/llvm-project] 728101: Reland "[LLDB] Fix the use of "platform process la...

David Spickett via All-commits all-commits at lists.llvm.org
Thu Jun 29 01:22:05 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 728101f97286c1665814e74686c083a4d5ff208c
      https://github.com/llvm/llvm-project/commit/728101f97286c1665814e74686c083a4d5ff208c
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2023-06-29 (Thu, 29 Jun 2023)

  Changed paths:
    M lldb/source/Commands/CommandObjectPlatform.cpp
    A lldb/test/API/commands/platform/process/launch/Makefile
    A lldb/test/API/commands/platform/process/launch/TestPlatformProcessLaunch.py
    A lldb/test/API/commands/platform/process/launch/main.c

  Log Message:
  -----------
  Reland "[LLDB] Fix the use of "platform process launch" with no extra arguments"

This reverts commit 3254623d73fb7252385817d8057640c9d5d5ffd1.

One test has been updated to add the "-s" flag which along with
86fd957af981f146a306831608d7ad2de65b9560 should fix the tests on MacOS.

An assert on hijack listener added in that patch was removed, it seems
to be correct on MacOS but not on Linux.




More information about the All-commits mailing list