[Lldb-commits] [PATCH] D89295: [lldb] Add /Users/jonas to Python's sys.path

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 12 23:20:44 PDT 2020


kastiglione added a comment.

Could this have undesirable side effects? I wouldn't expect `command script import` to be searching my home dir. Second question: is there value in requiring the explicit use of `~`, for ex: `command script import ~/path`.


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

https://reviews.llvm.org/D89295



More information about the lldb-commits mailing list