File tree 5 files changed +6
-0
lines changed
5 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ file(GLOB_RECURSE SWIG_SOURCES *.swig)
3
3
file (GLOB SWIG_HEADERS
4
4
${LLDB_SOURCE_DIR} /include /lldb/API/*.h
5
5
${LLDB_SOURCE_DIR} /include /lldb/*.h
6
+ ${LLDB_BINARY_DIR} /include /lldb/API/SBLanguages.h
6
7
)
7
8
file (GLOB SWIG_PRIVATE_HEADERS
8
9
${LLDB_SOURCE_DIR} /include /lldb/lldb-private *.h
@@ -36,6 +37,7 @@ set(SWIG_COMMON_FLAGS
36
37
-w361,362,509
37
38
-features autodoc
38
39
-I${LLDB_SOURCE_DIR} /include
40
+ -I${LLDB_BINARY_DIR} /include
39
41
-I${CMAKE_CURRENT_SOURCE_DIR}
40
42
${DARWIN_EXTRAS}
41
43
)
Original file line number Diff line number Diff line change 36
36
#include "lldb/API/SBHostOS.h"
37
37
#include "lldb/API/SBInstruction.h"
38
38
#include "lldb/API/SBInstructionList.h"
39
+ #include "lldb/API/SBLanguages.h"
39
40
#include "lldb/API/SBLanguageRuntime.h"
40
41
#include "lldb/API/SBLaunchInfo.h"
41
42
#include "lldb/API/SBLineEntry.h"
Original file line number Diff line number Diff line change 114
114
%include "lldb/API/SBHostOS.h"
115
115
%include "lldb/API/SBInstruction.h"
116
116
%include "lldb/API/SBInstructionList.h"
117
+ %include "lldb/API/SBLanguages.h"
117
118
%include "lldb/API/SBLanguageRuntime.h"
118
119
%include "lldb/API/SBLaunchInfo.h"
119
120
%include "lldb/API/SBLineEntry.h"
Original file line number Diff line number Diff line change 10
10
DEPENDS ${SWIG_SOURCES}
11
11
DEPENDS ${SWIG_INTERFACES}
12
12
DEPENDS ${SWIG_HEADERS}
13
+ DEPENDS lldb-sbapi-dwarf-enums
13
14
COMMAND ${SWIG_EXECUTABLE}
14
15
${SWIG_COMMON_FLAGS}
15
16
-I${CMAKE_CURRENT_SOURCE_DIR}
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ add_custom_command(
11
11
DEPENDS ${SWIG_SOURCES}
12
12
DEPENDS ${SWIG_INTERFACES}
13
13
DEPENDS ${SWIG_HEADERS}
14
+ DEPENDS lldb-sbapi-dwarf-enums
14
15
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR} /prepare_binding_python.py
15
16
COMMAND ${Python3_EXECUTABLE} ${LLDB_SOURCE_DIR} /bindings/prepare_bindings.py
16
17
${framework_arg}
You can’t perform that action at this time.
0 commit comments