[lldb/Lua] Support loading Lua modules
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 10 Jan 2020 18:21:15 +0000 (10:21 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 10 Jan 2020 18:22:30 +0000 (10:22 -0800)
commit572b9f468ad6844795fec29a7e671ba64d82e8c2
treeb4a42d7b487a422ffbfed2cdc76df5543587f051
parentef239972614cc3c67006f9c298fcfa841818dc77
[lldb/Lua] Support loading Lua modules

Implements the command script import command for Lua.

Differential revision: https://reviews.llvm.org/D71825
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 [new file with mode: 0644]
lldb/test/Shell/ScriptInterpreter/Lua/command_script_import.test [new file with mode: 0644]