1 lldb_tablegen(InterpreterProperties.inc -gen-lldb-property-defs
2 SOURCE InterpreterProperties.td
3 TARGET LLDBInterpreterPropertiesGen)
5 lldb_tablegen(InterpreterPropertiesEnum.inc -gen-lldb-property-enum-defs
6 SOURCE InterpreterProperties.td
7 TARGET LLDBInterpreterPropertiesEnumGen)
9 add_lldb_library(lldbInterpreter NO_PLUGIN_DEPENDENCIES
12 CommandInterpreter.cpp
14 CommandOptionValidators.cpp
15 CommandReturnObject.cpp
17 OptionGroupArchitecture.cpp
18 OptionGroupBoolean.cpp
21 OptionGroupMemoryTag.cpp
22 OptionGroupPythonClassWithDict.cpp
23 OptionGroupOutputFile.cpp
24 OptionGroupPlatform.cpp
28 OptionGroupValueObjectDisplay.cpp
33 OptionValueBoolean.cpp
35 OptionValueDictionary.cpp
36 OptionValueEnumeration.cpp
37 OptionValueFileColonLine.cpp
38 OptionValueFileSpec.cpp
39 OptionValueFileSpecList.cpp
41 OptionValueFormatEntity.cpp
42 OptionValueLanguage.cpp
43 OptionValuePathMappings.cpp
44 OptionValueProperties.cpp
50 OptionGroupVariable.cpp
51 OptionGroupWatchpoint.cpp
68 add_dependencies(lldbInterpreter
69 LLDBInterpreterPropertiesGen
70 LLDBInterpreterPropertiesEnumGen)