1 lldb_tablegen(TargetProperties.inc -gen-lldb-property-defs
2 SOURCE TargetProperties.td
3 TARGET LLDBTargetPropertiesGen)
5 lldb_tablegen(TargetPropertiesEnum.inc -gen-lldb-property-enum-defs
6 SOURCE TargetProperties.td
7 TARGET LLDBTargetPropertiesEnumGen)
9 # TODO: Add property `NO_PLUGIN_DEPENDENCIES` to lldbTarget
10 add_lldb_library(lldbTarget
12 AssertFrameRecognizer.cpp
13 DynamicRegisterInfo.cpp
15 InstrumentationRuntime.cpp
16 InstrumentationRuntimeStopInfo.cpp
35 RegisterContextUnwind.cpp
38 RemoteAwarePlatform.cpp
39 SectionLoadHistory.cpp
43 StackFrameRecognizer.cpp
47 StructuredDataPlugin.cpp
56 ThreadPlanCallFunction.cpp
57 ThreadPlanCallFunctionUsingABI.cpp
58 ThreadPlanCallOnFunctionExit.cpp
59 ThreadPlanCallUserExpression.cpp
61 ThreadPlanRunToAddress.cpp
62 ThreadPlanShouldStopHere.cpp
63 ThreadPlanStepInRange.cpp
64 ThreadPlanStepInstruction.cpp
66 ThreadPlanStepOverBreakpoint.cpp
67 ThreadPlanStepOverRange.cpp
68 ThreadPlanStepRange.cpp
69 ThreadPlanStepThrough.cpp
70 ThreadPlanStepUntil.cpp
90 lldbPluginProcessUtility
97 add_dependencies(lldbTarget
98 LLDBTargetPropertiesGen
99 LLDBTargetPropertiesEnumGen)