[all-commits] [llvm/llvm-project] 7adf5b: [lldb] Look beyond the first line to find the PID ...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Aug 11 11:07:23 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7adf5bd18147b8acdab6e2720b4073e8c35bdf9a
      https://github.com/llvm/llvm-project/commit/7adf5bd18147b8acdab6e2720b4073e8c35bdf9a
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-08-11 (Tue, 11 Aug 2020)

  Changed paths:
    M lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py

  Log Message:
  -----------
  [lldb] Look beyond the first line to find the PID in TestAppleSimulatorOSType

The current code fails when the first stderr line doesn't match the
given regex to parse the PID. This patch changes the code to read the
first 10 lines before giving up. It also adds tracing for the simctl
commands.




More information about the All-commits mailing list