[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:27:23 PDT 2020


JDevlieghere updated this revision to Diff 298032.
JDevlieghere added a comment.

Fix edge cases and add more tests


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

https://reviews.llvm.org/D89334

Files:
  lldb/include/lldb/Interpreter/CommandInterpreter.h
  lldb/include/lldb/Interpreter/ScriptInterpreter.h
  lldb/lldb/test/Shell/ScriptInterpreter/Python/Inputs/hello.in
  lldb/lldb/test/Shell/ScriptInterpreter/Python/Inputs/hello.py
  lldb/lldb/test/Shell/ScriptInterpreter/Python/Inputs/zip.in
  lldb/lldb/test/Shell/ScriptInterpreter/Python/Inputs/zip.py
  lldb/lldb/test/Shell/ScriptInterpreter/Python/relative_import.test
  lldb/source/Commands/CommandObjectCommands.cpp
  lldb/source/Interpreter/CommandInterpreter.cpp
  lldb/source/Interpreter/ScriptInterpreter.cpp
  lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
  lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h
  lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
  lldb/test/Shell/ScriptInterpreter/Python/Inputs/hello.in
  lldb/test/Shell/ScriptInterpreter/Python/Inputs/hello.py
  lldb/test/Shell/ScriptInterpreter/Python/Inputs/zip.in
  lldb/test/Shell/ScriptInterpreter/Python/Inputs/zip.py
  lldb/test/Shell/ScriptInterpreter/Python/relative_import.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89334.298032.patch
Type: text/x-patch
Size: 16671 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201014/1af02b4d/attachment.bin>


More information about the lldb-commits mailing list