File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ add_lldb_library(lldbBreakpoint NO_PLUGIN_DEPENDENCIES
33
33
lldbSymbol
34
34
lldbTarget
35
35
lldbUtility
36
+ lldbValueObject
36
37
37
38
LINK_COMPONENTS
38
39
Support
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ add_lldb_library(lldbCommands NO_PLUGIN_DEPENDENCIES
53
53
lldbSymbol
54
54
lldbTarget
55
55
lldbUtility
56
+ lldbValueObject
56
57
lldbVersion
57
58
58
59
LINK_COMPONENTS
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ add_lldb_library(lldbPluginABIMSP430 PLUGIN
5
5
lldbCore
6
6
lldbSymbol
7
7
lldbTarget
8
+ lldbValueObject
8
9
LINK_COMPONENTS
9
10
Support
10
11
TargetParser
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ add_lldb_library(lldbPluginABIMips PLUGIN
7
7
lldbCore
8
8
lldbSymbol
9
9
lldbTarget
10
+ lldbValueObject
10
11
LINK_COMPONENTS
11
12
Support
12
13
TargetParser
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ add_lldb_library(lldbPluginExpressionParserClang
37
37
lldbSymbol
38
38
lldbTarget
39
39
lldbUtility
40
+ lldbValueObject
40
41
lldbPluginCPlusPlusLanguage
41
42
lldbPluginCPPRuntime
42
43
lldbPluginObjCRuntime
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ add_lldb_library(lldbPluginScriptInterpreterPython PLUGIN
33
33
lldbHost
34
34
lldbInterpreter
35
35
lldbTarget
36
+ lldbValueObject
36
37
lldbPluginScriptInterpreterPythonInterfaces
37
38
${Python3_LIBRARIES}
38
39
${LLDB_LIBEDIT_LIBS}
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ add_lldb_unittest(LLDBValueObjectTests
2
2
DumpValueObjectOptionsTests.cpp
3
3
4
4
LINK_LIBS
5
+ lldbValueObject
5
6
lldbPluginPlatformLinux
6
7
lldbPluginScriptInterpreterNone
7
8
You can’t perform that action at this time.
0 commit comments