[Lldb-commits] [PATCH] D88840: [dotest] Simplify logic to find the Python path

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 5 10:51:00 PDT 2020


JDevlieghere created this revision.
JDevlieghere added reviewers: rupprecht, labath, mgorny, teemperor.
JDevlieghere requested review of this revision.

Simplify the logic of parsing the `lldb -P` output to find the python path. This removes the special handling for the LLDB.framework and instead of pattern matching known errors focus on finding a directory path that contains an `__init__.py`.


https://reviews.llvm.org/D88840

Files:
  lldb/packages/Python/lldbsuite/test/dotest.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88840.296225.patch
Type: text/x-patch
Size: 5568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201005/924f611d/attachment.bin>


More information about the lldb-commits mailing list