[Lldb-commits] [PATCH] D89334: [lldb] Support Python imports relative the to the current file being sourced

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 13 22:30:35 PDT 2020


JDevlieghere added a comment.

In D89334#2328372 <https://reviews.llvm.org/D89334#2328372>, @kastiglione wrote:

> 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`?

This was a great suggestion and uncovered some unhandled edge cases. Thanks!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89334/new/

https://reviews.llvm.org/D89334



More information about the lldb-commits mailing list