[lldb] Change dwim-print to default to disabled persistent results
[llvm-project.git] / lldb / bindings / lua / lua.swig
blob92f85fee22fc3055be073d7c526e7b5a18066ef7
1 /*
2    lldb.swig
4    This is the input file for SWIG, to create the appropriate C++ wrappers and
5    functions for various scripting languages, to enable them to call the
6    liblldb Script Bridge functions.
7 */
9 %module lldb
11 %include <std_string.i>
12 %include "lua-typemaps.swig"
13 %include "macros.swig"
14 %include "headers.swig"
17 #include "llvm/Support/Error.h"
18 #include "llvm/Support/FormatVariadic.h"
19 #include "../bindings/lua/lua-swigsafecast.swig"
20 #include "../source/Plugins/ScriptInterpreter/Lua/SWIGLuaBridge.h"
22 // required headers for typemaps
23 #include "lldb/Host/File.h"
25 using namespace lldb_private;
26 using namespace lldb;
29 %include "interfaces.swig"
30 %include "lua-wrapper.swig"