[all-commits] [llvm/llvm-project] 572b9f: [lldb/Lua] Support loading Lua modules
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Jan 10 10:23:01 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 572b9f468ad6844795fec29a7e671ba64d82e8c2
https://github.com/llvm/llvm-project/commit/572b9f468ad6844795fec29a7e671ba64d82e8c2
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-10 (Fri, 10 Jan 2020)
Changed paths:
M lldb/source/Plugins/ScriptInterpreter/Lua/Lua.cpp
M lldb/source/Plugins/ScriptInterpreter/Lua/Lua.h
M lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
M lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h
A lldb/test/Shell/ScriptInterpreter/Lua/Inputs/testmodule.lua
A lldb/test/Shell/ScriptInterpreter/Lua/command_script_import.test
Log Message:
-----------
[lldb/Lua] Support loading Lua modules
Implements the command script import command for Lua.
Differential revision: https://reviews.llvm.org/D71825
More information about the All-commits
mailing list