[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:28:49 PDT 2020


JDevlieghere added inline comments.


================
Comment at: lldb/include/lldb/Interpreter/CommandInterpreter.h:644
+  // FIXME: Stop using this to control adding to the history and then replace
+  // this with m_command_source_dirs.size().
   uint32_t m_command_source_depth;
----------------
kastiglione wrote:
> if not too large, seems like it could be done in this change.
Fixing this requires adding a new variable which is orthogonal to this change. I prefer to keep it separate.


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

https://reviews.llvm.org/D89334



More information about the lldb-commits mailing list