Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [lldb/lua] Fix bindings.test for lua-5.1 | Pavel Labath | 2019-12-23 | 1 | -1/+1 |
| | | | | | string.format("%s", true) only works since lua-5.2. Make the print statement more portable. | ||||
* | [Lldb/Lua] Generate Lua Bindings | Jonas Devlieghere | 2019-12-21 | 1 | -0/+6 |
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 Differential revision: https://reviews.llvm.org/D71235 |