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

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 13 12:24:37 PDT 2020


kastiglione 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;
----------------
if not too large, seems like it could be done in this change.


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

https://reviews.llvm.org/D89334



More information about the lldb-commits mailing list