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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 13 06:32:05 PDT 2020


labath added a comment.

Interesting. I think that implementing a project-specific script repository would be indeed best done in xcode, since that's the thing which knows what a "project" is.

I'm not sure if this needs any special kind of support from lldb (it sounds like xcode could just modify the import path itself), but if we wanted to add some explicit form of lldb support, I think it should take form of a setting, whose value is automatically added to the 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