kastiglione added a comment.

For lldbinit files, and any file that gets `command source`'d, I think it would 
be useful if they could perform `command script import 
some/path/to/command.py`, where `some` is resolved relative to the dirname of 
the lldb file. For example, given an lldbinit file at 
`my/project/scripts/project.lldb`, it could load a python at 
`my/project/scripts/commands/my.py` by running `command script import 
commands/my.py`.


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

https://reviews.llvm.org/D89295

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to