[Lldb-commits] [PATCH] D71825: [lldb/Lua] Support loading Lua modules.

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 8 10:11:53 PST 2020


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

- Use `?.lua` to import modules
- Use Lua runtime to quote strings


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

https://reviews.llvm.org/D71825

Files:
  lldb/source/Plugins/ScriptInterpreter/Lua/Lua.cpp
  lldb/source/Plugins/ScriptInterpreter/Lua/Lua.h
  lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
  lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h
  lldb/test/Shell/ScriptInterpreter/Lua/Inputs/testmodule.lua
  lldb/test/Shell/ScriptInterpreter/Lua/command_script_import.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71825.236853.patch
Type: text/x-patch
Size: 6382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200108/a6533ef7/attachment-0001.bin>


More information about the lldb-commits mailing list