[Lldb-commits] [PATCH] D89334: [lldb] Support Python imports relative the to the current file being sourced
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 13 12:22:03 PDT 2020
kastiglione added a comment.
Would you mind adding a couple tests for imports via a path to a python file, ex `command script import command.py`, maybe even a test that checks nested directories, ex: `command script import path/to/command.py`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89334/new/
https://reviews.llvm.org/D89334
More information about the lldb-commits
mailing list