File tree Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Expand file tree Collapse file tree 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
@@ -32,6 +33,7 @@ set(SWIG_COMMON_FLAGS
32
33
-w361,362 # Ignore warnings about ignored operator overloads
33
34
-features autodoc
34
35
-I${LLDB_SOURCE_DIR}/include
36
+ -I${LLDB_BINARY_DIR}/include
35
37
-I${CMAKE_CURRENT_SOURCE_DIR}
36
38
${DARWIN_EXTRAS}
37
39
)
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 113
113
%include "lldb/API/SBHostOS.h"
114
114
%include "lldb/API/SBInstruction.h"
115
115
%include "lldb/API/SBInstructionList.h"
116
+ %include "lldb/API/SBLanguages.h"
116
117
%include "lldb/API/SBLanguageRuntime.h"
117
118
%include "lldb/API/SBLaunchInfo.h"
118
119
%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