[Lldb-commits] [PATCH] D71235: [Lldb/Lua] Generate Lua Bindings and Make Them Available to the Script Interpreter

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 9 17:01:57 PST 2019


JDevlieghere created this revision.
JDevlieghere added a reviewer: LLDB.
Herald added subscribers: abidh, mgorny.
Herald added a project: LLDB.
JDevlieghere added a parent revision: D71234: [lldb/Lua] Implement a Simple Lua Script Interpreter Prototype.

This patch uses SWIG to generate the Lua bindings for the SB API. It covers most of the API, but some methods require a type map similar to Python.

Discussion on the mailing list: http://lists.llvm.org/pipermail/lldb-dev/2019-December/015812.html


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D71235

Files:
  lldb/CMakeLists.txt
  lldb/scripts/CMakeLists.txt
  lldb/scripts/lldb_lua.swig
  lldb/source/Plugins/ScriptInterpreter/Lua/CMakeLists.txt
  lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71235.232969.patch
Type: text/x-patch
Size: 11417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191210/267c45f6/attachment.bin>


More information about the lldb-commits mailing list