[Lldb-commits] [PATCH] D153636: [LLDB] Fix the use of "platform process launch" with no extra arguments

Felipe de Azevedo Piovezan via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 27 05:50:54 PDT 2023


fdeazeve added a comment.

I think this may have caused an LLDB test to fail:
https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/56977/execution/node/74/log/

  runCmd: platform process launch --stdout /Users/buildslave/jenkins/workspace/lldb-cmake/lldb-build/lldb-test-build.noindex/commands/platform/process/launch/TestPlatformProcessLaunch.test_process_launch_no_args/stdio.log -s
  runCmd failed!
  error: process launch failed

Looking at the list of eight commits between the last good run and the bad run, this seems to be related.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153636/new/

https://reviews.llvm.org/D153636



More information about the lldb-commits mailing list