[Lldb-commits] [PATCH] D14885: Create lldbsuite.support.fs and move `find_executable` there

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 20 13:29:54 PST 2015


zturner created this revision.
zturner added a reviewer: tfiala.
zturner added a subscriber: lldb-commits.

Prepare_bindings had a hand-rolled function to search the `PATH` for an executable.  I need to use this same function in a new script, so I'm raising the function into lldbsuite.support so we can reuse it.

http://reviews.llvm.org/D14885

Files:
  packages/Python/lldbsuite/support/fs.py
  scripts/prepare_bindings.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14885.40822.patch
Type: text/x-patch
Size: 5249 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151120/f2d94d41/attachment.bin>


More information about the lldb-commits mailing list