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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D14885
Create lldbsuite.support.fs and move `find_executable` there ClosedPublic Authored by zturner on Nov 20 2015, 1:29 PM.
Details
Summary 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.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Nov 20 2015, 5:13 PM
Revision Contents
Diff 40822 packages/Python/lldbsuite/support/fs.py
scripts/prepare_bindings.py
|