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_subdirectory(Interfaces)
11 add_lldb_library(lldbInterpreter NO_PLUGIN_DEPENDENCIES
14 CommandInterpreter.cpp
16 CommandOptionValidators.cpp
17 CommandReturnObject.cpp
19 OptionGroupArchitecture.cpp
20 OptionGroupBoolean.cpp
23 OptionGroupMemoryTag.cpp
24 OptionGroupPythonClassWithDict.cpp
25 OptionGroupOutputFile.cpp
26 OptionGroupPlatform.cpp
30 OptionGroupValueObjectDisplay.cpp
35 OptionValueBoolean.cpp
37 OptionValueDictionary.cpp
38 OptionValueEnumeration.cpp
39 OptionValueFileColonLine.cpp
40 OptionValueFileSpec.cpp
41 OptionValueFileSpecList.cpp
43 OptionValueFormatEntity.cpp
44 OptionValueLanguage.cpp
45 OptionValuePathMappings.cpp
46 OptionValueProperties.cpp
52 OptionGroupVariable.cpp
53 OptionGroupWatchpoint.cpp
59 lldbInterpreterInterfaces
71 add_dependencies(lldbInterpreter
72 lldbInterpreterInterfaces
73 LLDBInterpreterPropertiesGen
74 LLDBInterpreterPropertiesEnumGen)