[all-commits] [llvm/llvm-project] 67f94e: [lldb/lua] Supplement Lua bindings for lldb module

Siger Yeung via All-commits all-commits at lists.llvm.org
Tue Oct 12 07:10:51 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 67f94e5a9745665dd62550c75cb16569fbb0059d
      https://github.com/llvm/llvm-project/commit/67f94e5a9745665dd62550c75cb16569fbb0059d
  Author: Siger Yang <sigeryeung at gmail.com>
  Date:   2021-10-12 (Tue, 12 Oct 2021)

  Changed paths:
    M lldb/CMakeLists.txt
    M lldb/bindings/lua/CMakeLists.txt
    M lldb/bindings/lua/lua-typemaps.swig
    M lldb/bindings/lua/lua-wrapper.swig
    M lldb/bindings/lua/lua.swig
    M lldb/source/API/liblldb-private.exports
    M lldb/source/API/liblldb.exports
    M lldb/test/API/lit.site.cfg.py.in
    M lldb/test/API/lldbtest.py
    A lldb/test/API/lua_api/Makefile
    A lldb/test/API/lua_api/TestBreakpointAPI.lua
    A lldb/test/API/lua_api/TestComprehensive.lua
    A lldb/test/API/lua_api/TestFileHandle.lua
    A lldb/test/API/lua_api/TestLuaAPI.py
    A lldb/test/API/lua_api/TestProcessAPI.lua
    A lldb/test/API/lua_api/lua_lldb_test.lua
    A lldb/test/API/lua_api/main.c

  Log Message:
  -----------
  [lldb/lua] Supplement Lua bindings for lldb module

Add necessary typemaps for Lua bindings, together with some other files.

Signed-off-by: Siger Yang <sigeryeung at gmail.com>

Reviewed By: tammela

Differential Revision: https://reviews.llvm.org/D108090




More information about the All-commits mailing list