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
@@ -30,6 +31,7 @@ set(SWIG_COMMON_FLAGS
30
31
-w361,362,509
31
32
-features autodoc
32
33
-I${LLDB_SOURCE_DIR}/include
34
+ -I${LLDB_BINARY_DIR}/include
33
35
-I${CMAKE_CURRENT_SOURCE_DIR}
34
36
${DARWIN_EXTRAS}
35
37
)
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 @@ -3,6 +3,7 @@ add_custom_command(
3
3
DEPENDS ${SWIG_SOURCES}
4
4
DEPENDS ${SWIG_INTERFACES}
5
5
DEPENDS ${SWIG_HEADERS}
6
+ DEPENDS lldb-sbapi-dwarf-enums
6
7
COMMAND ${SWIG_EXECUTABLE}
7
8
${SWIG_COMMON_FLAGS}
8
9
-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
COMMAND ${SWIG_EXECUTABLE}
15
16
${SWIG_COMMON_FLAGS}
16
17
-I${CMAKE_CURRENT_SOURCE_DIR}
You can’t perform that action at this time.
0 commit comments