[lldb/Lua] Add lua typemaps for INOUT params
This commit is contained in:
parent
10edb1d0d4
commit
58b3dec6c1
@ -9,6 +9,7 @@
|
||||
%module lldb
|
||||
|
||||
%include <std_string.i>
|
||||
%include "./lua/lua-typemaps.swig"
|
||||
%include "./macros.swig"
|
||||
%include "./headers.swig"
|
||||
|
||||
|
1
lldb/bindings/lua/lua-typemaps.swig
Normal file
1
lldb/bindings/lua/lua-typemaps.swig
Normal file
@ -0,0 +1 @@
|
||||
%include <typemaps.i>
|
Loading…
x
Reference in New Issue
Block a user