xref: /freebsd/lib/clang/liblldb/Makefile (revision 5517e702c00a5d50bca20cf7387426b8e9d22e66)
1e8f1392dSEd Maste# $FreeBSD$
2e8f1392dSEd Maste
301d8757dSDimitry Andric.include "../lldb.pre.mk"
4e8f1392dSEd Maste
5e8f1392dSEd MasteLIB=		lldb
6e8f1392dSEd MasteSRCDIR=		tools/lldb/source
71c3bbb01SEd Maste
8986e05bcSDimitry AndricCFLAGS+=	-I${LLDB_SRCS}/include
9986e05bcSDimitry AndricCFLAGS+=	-I${LLDB_SRCS}/source
10986e05bcSDimitry AndricCFLAGS+=	-I${LLDB_SRCS}/source/Plugins/Process/FreeBSD
11986e05bcSDimitry AndricCFLAGS+=	-I${LLDB_SRCS}/source/Plugins/Process/POSIX
12986e05bcSDimitry AndricCFLAGS+=	-I${LLDB_SRCS}/source/Plugins/Process/Utility
13e1cd7682SDimitry AndricCFLAGS+=	-I${OBJTOP}/lib/clang/libllvm
14e1cd7682SDimitry AndricCFLAGS+=	-I${OBJTOP}/lib/clang/libclang
15986e05bcSDimitry AndricCFLAGS+=	-DLLDB_DISABLE_PYTHON
16e8f1392dSEd Maste
17986e05bcSDimitry AndricSRCS+=		API/SBAddress.cpp
18986e05bcSDimitry AndricSRCS+=		API/SBAttachInfo.cpp
19986e05bcSDimitry AndricSRCS+=		API/SBBlock.cpp
20986e05bcSDimitry AndricSRCS+=		API/SBBreakpoint.cpp
21986e05bcSDimitry AndricSRCS+=		API/SBBreakpointLocation.cpp
22986e05bcSDimitry AndricSRCS+=		API/SBBroadcaster.cpp
23986e05bcSDimitry AndricSRCS+=		API/SBCommandInterpreter.cpp
24986e05bcSDimitry AndricSRCS+=		API/SBCommandReturnObject.cpp
25986e05bcSDimitry AndricSRCS+=		API/SBCompileUnit.cpp
26986e05bcSDimitry AndricSRCS+=		API/SBData.cpp
27986e05bcSDimitry AndricSRCS+=		API/SBDebugger.cpp
28986e05bcSDimitry AndricSRCS+=		API/SBDeclaration.cpp
29986e05bcSDimitry AndricSRCS+=		API/SBError.cpp
30986e05bcSDimitry AndricSRCS+=		API/SBEvent.cpp
31986e05bcSDimitry AndricSRCS+=		API/SBExecutionContext.cpp
32986e05bcSDimitry AndricSRCS+=		API/SBExpressionOptions.cpp
33986e05bcSDimitry AndricSRCS+=		API/SBFileSpec.cpp
34986e05bcSDimitry AndricSRCS+=		API/SBFrame.cpp
35986e05bcSDimitry AndricSRCS+=		API/SBFunction.cpp
36986e05bcSDimitry AndricSRCS+=		API/SBHostOS.cpp
37986e05bcSDimitry AndricSRCS+=		API/SBInstruction.cpp
38986e05bcSDimitry AndricSRCS+=		API/SBInstructionList.cpp
39986e05bcSDimitry AndricSRCS+=		API/SBLanguageRuntime.cpp
40986e05bcSDimitry AndricSRCS+=		API/SBLaunchInfo.cpp
41986e05bcSDimitry AndricSRCS+=		API/SBLineEntry.cpp
42986e05bcSDimitry AndricSRCS+=		API/SBListener.cpp
43986e05bcSDimitry AndricSRCS+=		API/SBMemoryRegionInfo.cpp
44986e05bcSDimitry AndricSRCS+=		API/SBModule.cpp
45986e05bcSDimitry AndricSRCS+=		API/SBModuleSpec.cpp
46986e05bcSDimitry AndricSRCS+=		API/SBPlatform.cpp
47986e05bcSDimitry AndricSRCS+=		API/SBProcess.cpp
48986e05bcSDimitry AndricSRCS+=		API/SBQueue.cpp
49986e05bcSDimitry AndricSRCS+=		API/SBQueueItem.cpp
50986e05bcSDimitry AndricSRCS+=		API/SBSection.cpp
51986e05bcSDimitry AndricSRCS+=		API/SBSourceManager.cpp
52986e05bcSDimitry AndricSRCS+=		API/SBStream.cpp
53986e05bcSDimitry AndricSRCS+=		API/SBStringList.cpp
54629e066cSDimitry AndricSRCS+=		API/SBStructuredData.cpp
55986e05bcSDimitry AndricSRCS+=		API/SBSymbol.cpp
56986e05bcSDimitry AndricSRCS+=		API/SBSymbolContext.cpp
57986e05bcSDimitry AndricSRCS+=		API/SBSymbolContextList.cpp
58986e05bcSDimitry AndricSRCS+=		API/SBTarget.cpp
59986e05bcSDimitry AndricSRCS+=		API/SBThread.cpp
60986e05bcSDimitry AndricSRCS+=		API/SBThreadCollection.cpp
61986e05bcSDimitry AndricSRCS+=		API/SBThreadPlan.cpp
62986e05bcSDimitry AndricSRCS+=		API/SBType.cpp
63986e05bcSDimitry AndricSRCS+=		API/SBTypeCategory.cpp
64986e05bcSDimitry AndricSRCS+=		API/SBTypeEnumMember.cpp
65986e05bcSDimitry AndricSRCS+=		API/SBTypeFilter.cpp
66986e05bcSDimitry AndricSRCS+=		API/SBTypeFormat.cpp
67986e05bcSDimitry AndricSRCS+=		API/SBTypeNameSpecifier.cpp
68986e05bcSDimitry AndricSRCS+=		API/SBTypeSummary.cpp
69986e05bcSDimitry AndricSRCS+=		API/SBUnixSignals.cpp
70986e05bcSDimitry AndricSRCS+=		API/SBValue.cpp
71986e05bcSDimitry AndricSRCS+=		API/SBValueList.cpp
72986e05bcSDimitry AndricSRCS+=		API/SBWatchpoint.cpp
73986e05bcSDimitry AndricSRCS+=		API/SystemInitializerFull.cpp
74986e05bcSDimitry AndricSRCS+=		Breakpoint/Breakpoint.cpp
75986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointID.cpp
76986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointIDList.cpp
77986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointList.cpp
78986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointLocation.cpp
79986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointLocationCollection.cpp
80986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointLocationList.cpp
81986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointOptions.cpp
82986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolver.cpp
83986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverAddress.cpp
84986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverFileLine.cpp
85986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverFileRegex.cpp
86986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverName.cpp
87986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointSite.cpp
88986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointSiteList.cpp
89986e05bcSDimitry AndricSRCS+=		Breakpoint/Stoppoint.cpp
90986e05bcSDimitry AndricSRCS+=		Breakpoint/StoppointCallbackContext.cpp
91986e05bcSDimitry AndricSRCS+=		Breakpoint/StoppointLocation.cpp
92986e05bcSDimitry AndricSRCS+=		Breakpoint/Watchpoint.cpp
93986e05bcSDimitry AndricSRCS+=		Breakpoint/WatchpointList.cpp
94986e05bcSDimitry AndricSRCS+=		Breakpoint/WatchpointOptions.cpp
95986e05bcSDimitry AndricSRCS+=		Commands/CommandCompletions.cpp
96986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectApropos.cpp
97986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectArgs.cpp
98986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectBreakpoint.cpp
99986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectBreakpointCommand.cpp
100986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectBugreport.cpp
101986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectCommands.cpp
102986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectDisassemble.cpp
103986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectExpression.cpp
104986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectFrame.cpp
105986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectGUI.cpp
106986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectHelp.cpp
107986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectLanguage.cpp
108986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectLog.cpp
109986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectMemory.cpp
110986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectMultiword.cpp
111986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectPlatform.cpp
112986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectPlugin.cpp
113986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectProcess.cpp
114986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectQuit.cpp
115986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectRegister.cpp
116986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectSettings.cpp
117986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectSource.cpp
118986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectSyntax.cpp
119986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectTarget.cpp
120986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectThread.cpp
121986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectType.cpp
122986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectVersion.cpp
123986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectWatchpoint.cpp
124986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectWatchpointCommand.cpp
125986e05bcSDimitry AndricSRCS+=		Core/Address.cpp
126986e05bcSDimitry AndricSRCS+=		Core/AddressRange.cpp
127986e05bcSDimitry AndricSRCS+=		Core/AddressResolver.cpp
128986e05bcSDimitry AndricSRCS+=		Core/AddressResolverFileLine.cpp
129986e05bcSDimitry AndricSRCS+=		Core/AddressResolverName.cpp
130986e05bcSDimitry AndricSRCS+=		Core/ArchSpec.cpp
131986e05bcSDimitry AndricSRCS+=		Core/Broadcaster.cpp
132986e05bcSDimitry AndricSRCS+=		Core/Communication.cpp
133986e05bcSDimitry AndricSRCS+=		Core/Connection.cpp
134986e05bcSDimitry AndricSRCS+=		Core/Debugger.cpp
135986e05bcSDimitry AndricSRCS+=		Core/Disassembler.cpp
1367c1fda1cSDimitry AndricSRCS+=		Core/DumpDataExtractor.cpp
137986e05bcSDimitry AndricSRCS+=		Core/DynamicLoader.cpp
138986e05bcSDimitry AndricSRCS+=		Core/EmulateInstruction.cpp
139986e05bcSDimitry AndricSRCS+=		Core/Event.cpp
140986e05bcSDimitry AndricSRCS+=		Core/FileLineResolver.cpp
141986e05bcSDimitry AndricSRCS+=		Core/FileSpecList.cpp
142986e05bcSDimitry AndricSRCS+=		Core/FormatEntity.cpp
143986e05bcSDimitry AndricSRCS+=		Core/IOHandler.cpp
144986e05bcSDimitry AndricSRCS+=		Core/Listener.cpp
145986e05bcSDimitry AndricSRCS+=		Core/Mangled.cpp
146986e05bcSDimitry AndricSRCS+=		Core/Module.cpp
147986e05bcSDimitry AndricSRCS+=		Core/ModuleChild.cpp
148986e05bcSDimitry AndricSRCS+=		Core/ModuleList.cpp
149986e05bcSDimitry AndricSRCS+=		Core/Opcode.cpp
150986e05bcSDimitry AndricSRCS+=		Core/PluginManager.cpp
151986e05bcSDimitry AndricSRCS+=		Core/RegisterValue.cpp
152986e05bcSDimitry AndricSRCS+=		Core/Scalar.cpp
153986e05bcSDimitry AndricSRCS+=		Core/SearchFilter.cpp
154986e05bcSDimitry AndricSRCS+=		Core/Section.cpp
155986e05bcSDimitry AndricSRCS+=		Core/SourceManager.cpp
156986e05bcSDimitry AndricSRCS+=		Core/State.cpp
157986e05bcSDimitry AndricSRCS+=		Core/StreamAsynchronousIO.cpp
158986e05bcSDimitry AndricSRCS+=		Core/StreamFile.cpp
159986e05bcSDimitry AndricSRCS+=		Core/StructuredData.cpp
160986e05bcSDimitry AndricSRCS+=		Core/Timer.cpp
161986e05bcSDimitry AndricSRCS+=		Core/UserSettingsController.cpp
162986e05bcSDimitry AndricSRCS+=		Core/Value.cpp
163986e05bcSDimitry AndricSRCS+=		Core/ValueObject.cpp
164986e05bcSDimitry AndricSRCS+=		Core/ValueObjectCast.cpp
165986e05bcSDimitry AndricSRCS+=		Core/ValueObjectChild.cpp
166986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResult.cpp
167986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResultCast.cpp
168986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResultChild.cpp
169986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResultImpl.cpp
170986e05bcSDimitry AndricSRCS+=		Core/ValueObjectDynamicValue.cpp
171986e05bcSDimitry AndricSRCS+=		Core/ValueObjectList.cpp
172986e05bcSDimitry AndricSRCS+=		Core/ValueObjectMemory.cpp
173986e05bcSDimitry AndricSRCS+=		Core/ValueObjectRegister.cpp
174986e05bcSDimitry AndricSRCS+=		Core/ValueObjectSyntheticFilter.cpp
175986e05bcSDimitry AndricSRCS+=		Core/ValueObjectVariable.cpp
176986e05bcSDimitry AndricSRCS+=		DataFormatters/CXXFunctionPointer.cpp
177986e05bcSDimitry AndricSRCS+=		DataFormatters/DataVisualization.cpp
178986e05bcSDimitry AndricSRCS+=		DataFormatters/DumpValueObjectOptions.cpp
179986e05bcSDimitry AndricSRCS+=		DataFormatters/FormatCache.cpp
180986e05bcSDimitry AndricSRCS+=		DataFormatters/FormatClasses.cpp
181986e05bcSDimitry AndricSRCS+=		DataFormatters/FormatManager.cpp
182986e05bcSDimitry AndricSRCS+=		DataFormatters/FormattersHelpers.cpp
183986e05bcSDimitry AndricSRCS+=		DataFormatters/LanguageCategory.cpp
184986e05bcSDimitry AndricSRCS+=		DataFormatters/StringPrinter.cpp
185986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeCategory.cpp
186986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeCategoryMap.cpp
187986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeFormat.cpp
188986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeSummary.cpp
189986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeSynthetic.cpp
190986e05bcSDimitry AndricSRCS+=		DataFormatters/ValueObjectPrinter.cpp
191986e05bcSDimitry AndricSRCS+=		DataFormatters/VectorType.cpp
192986e05bcSDimitry AndricSRCS+=		Expression/DWARFExpression.cpp
193986e05bcSDimitry AndricSRCS+=		Expression/DiagnosticManager.cpp
194986e05bcSDimitry AndricSRCS+=		Expression/Expression.cpp
195986e05bcSDimitry AndricSRCS+=		Expression/ExpressionSourceCode.cpp
196986e05bcSDimitry AndricSRCS+=		Expression/ExpressionVariable.cpp
197986e05bcSDimitry AndricSRCS+=		Expression/FunctionCaller.cpp
198986e05bcSDimitry AndricSRCS+=		Expression/IRDynamicChecks.cpp
199986e05bcSDimitry AndricSRCS+=		Expression/IRExecutionUnit.cpp
200986e05bcSDimitry AndricSRCS+=		Expression/IRInterpreter.cpp
201986e05bcSDimitry AndricSRCS+=		Expression/IRMemoryMap.cpp
202986e05bcSDimitry AndricSRCS+=		Expression/LLVMUserExpression.cpp
203986e05bcSDimitry AndricSRCS+=		Expression/Materializer.cpp
204986e05bcSDimitry AndricSRCS+=		Expression/REPL.cpp
205986e05bcSDimitry AndricSRCS+=		Expression/UserExpression.cpp
206986e05bcSDimitry AndricSRCS+=		Expression/UtilityFunction.cpp
207986e05bcSDimitry AndricSRCS+=		Host/common/Editline.cpp
208986e05bcSDimitry AndricSRCS+=		Host/common/File.cpp
209986e05bcSDimitry AndricSRCS+=		Host/common/FileCache.cpp
210986e05bcSDimitry AndricSRCS+=		Host/common/FileSystem.cpp
211986e05bcSDimitry AndricSRCS+=		Host/common/Host.cpp
212986e05bcSDimitry AndricSRCS+=		Host/common/HostInfoBase.cpp
213986e05bcSDimitry AndricSRCS+=		Host/common/HostNativeThreadBase.cpp
214986e05bcSDimitry AndricSRCS+=		Host/common/HostProcess.cpp
215986e05bcSDimitry AndricSRCS+=		Host/common/HostThread.cpp
216986e05bcSDimitry AndricSRCS+=		Host/common/IOObject.cpp
217986e05bcSDimitry AndricSRCS+=		Host/common/LockFileBase.cpp
218f37b6182SDimitry AndricSRCS+=		Host/common/MainLoop.cpp
219986e05bcSDimitry AndricSRCS+=		Host/common/MonitoringProcessLauncher.cpp
220986e05bcSDimitry AndricSRCS+=		Host/common/NativeBreakpointList.cpp
221986e05bcSDimitry AndricSRCS+=		Host/common/NativeWatchpointList.cpp
222986e05bcSDimitry AndricSRCS+=		Host/common/OptionParser.cpp
223986e05bcSDimitry AndricSRCS+=		Host/common/PipeBase.cpp
224986e05bcSDimitry AndricSRCS+=		Host/common/ProcessRunLock.cpp
2257c1fda1cSDimitry AndricSRCS+=		Host/common/PseudoTerminal.cpp
226986e05bcSDimitry AndricSRCS+=		Host/common/Socket.cpp
227986e05bcSDimitry AndricSRCS+=		Host/common/SocketAddress.cpp
228986e05bcSDimitry AndricSRCS+=		Host/common/StringConvert.cpp
229986e05bcSDimitry AndricSRCS+=		Host/common/Symbols.cpp
230986e05bcSDimitry AndricSRCS+=		Host/common/TCPSocket.cpp
231986e05bcSDimitry AndricSRCS+=		Host/common/Terminal.cpp
232986e05bcSDimitry AndricSRCS+=		Host/common/ThreadLauncher.cpp
233986e05bcSDimitry AndricSRCS+=		Host/common/UDPSocket.cpp
234986e05bcSDimitry AndricSRCS+=		Host/common/XML.cpp
235986e05bcSDimitry AndricSRCS+=		Host/freebsd/Host.cpp
236986e05bcSDimitry AndricSRCS+=		Host/freebsd/HostInfoFreeBSD.cpp
237986e05bcSDimitry AndricSRCS+=		Host/posix/ConnectionFileDescriptorPosix.cpp
238986e05bcSDimitry AndricSRCS+=		Host/posix/DomainSocket.cpp
239986e05bcSDimitry AndricSRCS+=		Host/posix/FileSystem.cpp
240986e05bcSDimitry AndricSRCS+=		Host/posix/HostInfoPosix.cpp
241986e05bcSDimitry AndricSRCS+=		Host/posix/HostProcessPosix.cpp
242986e05bcSDimitry AndricSRCS+=		Host/posix/HostThreadPosix.cpp
243986e05bcSDimitry AndricSRCS+=		Host/posix/LockFilePosix.cpp
244986e05bcSDimitry AndricSRCS+=		Host/posix/PipePosix.cpp
245986e05bcSDimitry AndricSRCS+=		Host/posix/ProcessLauncherPosix.cpp
246986e05bcSDimitry AndricSRCS+=		Initialization/SystemInitializer.cpp
247986e05bcSDimitry AndricSRCS+=		Initialization/SystemInitializerCommon.cpp
248986e05bcSDimitry AndricSRCS+=		Initialization/SystemLifetimeManager.cpp
249986e05bcSDimitry AndricSRCS+=		Interpreter/Args.cpp
250986e05bcSDimitry AndricSRCS+=		Interpreter/CommandAlias.cpp
251986e05bcSDimitry AndricSRCS+=		Interpreter/CommandHistory.cpp
252986e05bcSDimitry AndricSRCS+=		Interpreter/CommandInterpreter.cpp
253986e05bcSDimitry AndricSRCS+=		Interpreter/CommandObject.cpp
254986e05bcSDimitry AndricSRCS+=		Interpreter/CommandObjectRegexCommand.cpp
255986e05bcSDimitry AndricSRCS+=		Interpreter/CommandObjectScript.cpp
256986e05bcSDimitry AndricSRCS+=		Interpreter/CommandOptionValidators.cpp
257986e05bcSDimitry AndricSRCS+=		Interpreter/CommandReturnObject.cpp
258986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupArchitecture.cpp
259986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupBoolean.cpp
260986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupFile.cpp
261986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupFormat.cpp
262986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupOutputFile.cpp
263986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupPlatform.cpp
264986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupString.cpp
265986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupUInt64.cpp
266986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupUUID.cpp
267986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupValueObjectDisplay.cpp
268986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupVariable.cpp
269986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupWatchpoint.cpp
270986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValue.cpp
271986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueArch.cpp
272986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueArray.cpp
273986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueBoolean.cpp
274986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueChar.cpp
275986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueDictionary.cpp
276986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueEnumeration.cpp
277986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueFileSpec.cpp
278986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueFileSpecLIst.cpp
279986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueFormat.cpp
280986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueFormatEntity.cpp
281986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueLanguage.cpp
282986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValuePathMappings.cpp
283986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueProperties.cpp
284986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueRegex.cpp
285986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueSInt64.cpp
286986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueString.cpp
287986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueUInt64.cpp
288986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueUUID.cpp
289986e05bcSDimitry AndricSRCS+=		Interpreter/Options.cpp
290986e05bcSDimitry AndricSRCS+=		Interpreter/Property.cpp
291986e05bcSDimitry AndricSRCS+=		Interpreter/ScriptInterpreter.cpp
292986e05bcSDimitry AndricSRCS+=		Plugins/ABI/SysV-arm/ABISysV_arm.cpp
293986e05bcSDimitry AndricSRCS+=		Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
294986e05bcSDimitry AndricSRCS+=		Plugins/ABI/SysV-i386/ABISysV_i386.cpp
295986e05bcSDimitry AndricSRCS+=		Plugins/ABI/SysV-mips/ABISysV_mips.cpp
296986e05bcSDimitry AndricSRCS+=		Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
297986e05bcSDimitry AndricSRCS+=		Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
298986e05bcSDimitry AndricSRCS+=		Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
299986e05bcSDimitry AndricSRCS+=		Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
300986e05bcSDimitry AndricSRCS+=		Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
301986e05bcSDimitry AndricSRCS+=		Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp
302986e05bcSDimitry AndricSRCS+=		Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
303986e05bcSDimitry AndricSRCS+=		Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
304986e05bcSDimitry AndricSRCS+=		Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
305986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ASTDumper.cpp
306986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
307986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp
308986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangASTSource.cpp
309986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
310986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
311986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp
312986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
313986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
314986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
315986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
316986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
317986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/IRForTarget.cpp
318986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Go/GoLexer.cpp
319986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Go/GoParser.cpp
320986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Go/GoUserExpression.cpp
321986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/ARM/EmulateInstructionARM.cpp
322986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/ARM/EmulationStateARM.cpp
323986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
324986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
325986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
326986e05bcSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp
327986e05bcSDimitry AndricSRCS+=		Plugins/JITLoader/GDB/JITLoaderGDB.cpp
328986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/BlockPointer.cpp
329986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
3307c1fda1cSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
331986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxx.cpp
332986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
333986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp
334986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxList.cpp
335986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxMap.cpp
336986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
337986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxVector.cpp
338986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibStdcpp.cpp
339986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/CF.cpp
340986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/Cocoa.cpp
341986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSArray.cpp
342986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSDictionary.cpp
343986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSError.cpp
344986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSException.cpp
345986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSIndexPath.cpp
346986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSSet.cpp
347986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSString.cpp
348986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/ObjCLanguage.cpp
349986e05bcSDimitry AndricSRCS+=		Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
350986e05bcSDimitry AndricSRCS+=		Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
351986e05bcSDimitry AndricSRCS+=		Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
352986e05bcSDimitry AndricSRCS+=		Plugins/ObjectFile/ELF/ELFHeader.cpp
353986e05bcSDimitry AndricSRCS+=		Plugins/ObjectFile/ELF/ObjectFileELF.cpp
354986e05bcSDimitry AndricSRCS+=		Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
355986e05bcSDimitry AndricSRCS+=		Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
3567c1fda1cSDimitry AndricSRCS+=		Plugins/Platform/POSIX/PlatformPOSIX.cpp
357986e05bcSDimitry AndricSRCS+=		Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
358986e05bcSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/FreeBSDThread.cpp
359986e05bcSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/POSIXStopInfo.cpp
360986e05bcSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
361986e05bcSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/ProcessMonitor.cpp
362986e05bcSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp
363986e05bcSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.cpp
364986e05bcSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.cpp
365986e05bcSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.cpp
366986e05bcSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.cpp
367986e05bcSDimitry AndricSRCS+=		Plugins/Process/POSIX/CrashReason.cpp
368986e05bcSDimitry AndricSRCS+=		Plugins/Process/POSIX/ProcessMessage.cpp
369986e05bcSDimitry AndricSRCS+=		Plugins/Process/POSIX/ProcessPOSIXLog.cpp
370986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/DynamicRegisterInfo.cpp
371986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/FreeBSDSignals.cpp
372986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/GDBRemoteSignals.cpp
373986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/HistoryThread.cpp
374986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/HistoryUnwind.cpp
375986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/InferiorCallPOSIX.cpp
376986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/LinuxSignals.cpp
377986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/MipsLinuxSignals.cpp
378986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/NetBSDSignals.cpp
379986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
380986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
381986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextDummy.cpp
382986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_i386.cpp
383986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_mips64.cpp
384986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp
385986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.cpp
386986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextHistory.cpp
387986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextLLDB.cpp
388986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextLinux_i386.cpp
389986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextLinux_mips.cpp
3907c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextLinux_mips64.cpp
391986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp
392986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
393986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextMemory.cpp
3947c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
3957c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextOpenBSD_i386.cpp
3967c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.cpp
397986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
398986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
399986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
400986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp
401986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
402986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextThreadMemory.cpp
4037c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfoPOSIX_arm.cpp
404629e066cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
405986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/StopInfoMachException.cpp
406986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/ThreadMemory.cpp
407986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/UnwindLLDB.cpp
408986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
409986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/ProcessElfCore.cpp
410986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
411986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
412986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
413986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
414986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
415986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/ThreadElfCore.cpp
416629e066cSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
417986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
418986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
419986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
420986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
421986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
422986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
423986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
424986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
425986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp
426986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
427986e05bcSDimitry AndricSRCS+=		Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
428986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DIERef.cpp
429986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
430986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFASTParserGo.cpp
431986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
432986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
433986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
434986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDIE.cpp
435986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDIECollection.cpp
436986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp
437986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
438986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
439986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
440986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
441986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
442986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
443986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
444986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.cpp
445986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
446986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp
447986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDefines.cpp
448986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
449986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
450986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
451986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/NameToDIE.cpp
452986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
453986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
454986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
455986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
456986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
457986e05bcSDimitry AndricSRCS+=		Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
458986e05bcSDimitry AndricSRCS+=		Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
459986e05bcSDimitry AndricSRCS+=		Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
460629e066cSDimitry AndricSRCS+=		Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
461986e05bcSDimitry AndricSRCS+=		Symbol/ArmUnwindInfo.cpp
462986e05bcSDimitry AndricSRCS+=		Symbol/Block.cpp
463986e05bcSDimitry AndricSRCS+=		Symbol/ClangASTContext.cpp
464986e05bcSDimitry AndricSRCS+=		Symbol/ClangASTImporter.cpp
465986e05bcSDimitry AndricSRCS+=		Symbol/ClangExternalASTSourceCallbacks.cpp
466986e05bcSDimitry AndricSRCS+=		Symbol/ClangExternalASTSourceCommon.cpp
467986e05bcSDimitry AndricSRCS+=		Symbol/ClangUtil.cpp
468986e05bcSDimitry AndricSRCS+=		Symbol/CompactUnwindInfo.cpp
469986e05bcSDimitry AndricSRCS+=		Symbol/CompileUnit.cpp
470986e05bcSDimitry AndricSRCS+=		Symbol/CompilerDecl.cpp
471986e05bcSDimitry AndricSRCS+=		Symbol/CompilerDeclContext.cpp
472986e05bcSDimitry AndricSRCS+=		Symbol/CompilerType.cpp
473986e05bcSDimitry AndricSRCS+=		Symbol/DWARFCallFrameInfo.cpp
474986e05bcSDimitry AndricSRCS+=		Symbol/DebugMacros.cpp
475986e05bcSDimitry AndricSRCS+=		Symbol/Declaration.cpp
476986e05bcSDimitry AndricSRCS+=		Symbol/FuncUnwinders.cpp
477986e05bcSDimitry AndricSRCS+=		Symbol/Function.cpp
478986e05bcSDimitry AndricSRCS+=		Symbol/GoASTContext.cpp
479986e05bcSDimitry AndricSRCS+=		Symbol/LineEntry.cpp
480986e05bcSDimitry AndricSRCS+=		Symbol/LineTable.cpp
481986e05bcSDimitry AndricSRCS+=		Symbol/ObjectFile.cpp
482986e05bcSDimitry AndricSRCS+=		Symbol/Symbol.cpp
483986e05bcSDimitry AndricSRCS+=		Symbol/SymbolContext.cpp
484986e05bcSDimitry AndricSRCS+=		Symbol/SymbolFile.cpp
485986e05bcSDimitry AndricSRCS+=		Symbol/SymbolVendor.cpp
486986e05bcSDimitry AndricSRCS+=		Symbol/Symtab.cpp
487986e05bcSDimitry AndricSRCS+=		Symbol/Type.cpp
488986e05bcSDimitry AndricSRCS+=		Symbol/TypeList.cpp
489986e05bcSDimitry AndricSRCS+=		Symbol/TypeMap.cpp
490986e05bcSDimitry AndricSRCS+=		Symbol/TypeSystem.cpp
491986e05bcSDimitry AndricSRCS+=		Symbol/UnwindPlan.cpp
492986e05bcSDimitry AndricSRCS+=		Symbol/UnwindTable.cpp
493986e05bcSDimitry AndricSRCS+=		Symbol/Variable.cpp
494986e05bcSDimitry AndricSRCS+=		Symbol/VariableList.cpp
495986e05bcSDimitry AndricSRCS+=		Target/ABI.cpp
496986e05bcSDimitry AndricSRCS+=		Target/CPPLanguageRuntime.cpp
497986e05bcSDimitry AndricSRCS+=		Target/ExecutionContext.cpp
498986e05bcSDimitry AndricSRCS+=		Target/FileAction.cpp
499986e05bcSDimitry AndricSRCS+=		Target/InstrumentationRuntime.cpp
500986e05bcSDimitry AndricSRCS+=		Target/InstrumentationRuntimeStopInfo.cpp
501986e05bcSDimitry AndricSRCS+=		Target/JITLoader.cpp
502986e05bcSDimitry AndricSRCS+=		Target/JITLoaderList.cpp
503986e05bcSDimitry AndricSRCS+=		Target/Language.cpp
504986e05bcSDimitry AndricSRCS+=		Target/LanguageRuntime.cpp
505986e05bcSDimitry AndricSRCS+=		Target/Memory.cpp
506986e05bcSDimitry AndricSRCS+=		Target/MemoryHistory.cpp
5077c1fda1cSDimitry AndricSRCS+=		Target/ModuleCache.cpp
508986e05bcSDimitry AndricSRCS+=		Target/ObjCLanguageRuntime.cpp
509986e05bcSDimitry AndricSRCS+=		Target/OperatingSystem.cpp
510986e05bcSDimitry AndricSRCS+=		Target/PathMappingList.cpp
511986e05bcSDimitry AndricSRCS+=		Target/Platform.cpp
512986e05bcSDimitry AndricSRCS+=		Target/Process.cpp
513986e05bcSDimitry AndricSRCS+=		Target/ProcessInfo.cpp
514986e05bcSDimitry AndricSRCS+=		Target/ProcessLaunchInfo.cpp
515986e05bcSDimitry AndricSRCS+=		Target/Queue.cpp
516986e05bcSDimitry AndricSRCS+=		Target/QueueItem.cpp
517986e05bcSDimitry AndricSRCS+=		Target/QueueList.cpp
518986e05bcSDimitry AndricSRCS+=		Target/RegisterContext.cpp
5197c1fda1cSDimitry AndricSRCS+=		Target/RegisterNumber.cpp
520986e05bcSDimitry AndricSRCS+=		Target/SectionLoadHistory.cpp
521986e05bcSDimitry AndricSRCS+=		Target/SectionLoadList.cpp
522986e05bcSDimitry AndricSRCS+=		Target/StackFrame.cpp
523986e05bcSDimitry AndricSRCS+=		Target/StackFrameList.cpp
524986e05bcSDimitry AndricSRCS+=		Target/StackID.cpp
525986e05bcSDimitry AndricSRCS+=		Target/StopInfo.cpp
526986e05bcSDimitry AndricSRCS+=		Target/SystemRuntime.cpp
527986e05bcSDimitry AndricSRCS+=		Target/Target.cpp
528986e05bcSDimitry AndricSRCS+=		Target/TargetList.cpp
529986e05bcSDimitry AndricSRCS+=		Target/Thread.cpp
530986e05bcSDimitry AndricSRCS+=		Target/ThreadCollection.cpp
531986e05bcSDimitry AndricSRCS+=		Target/ThreadList.cpp
532986e05bcSDimitry AndricSRCS+=		Target/ThreadPlan.cpp
533986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanBase.cpp
534986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanCallFunction.cpp
535986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanCallFunctionUsingABI.cpp
536986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanCallUserExpression.cpp
537986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanPython.cpp
538986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanRunToAddress.cpp
539986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanShouldStopHere.cpp
540986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepInRange.cpp
541986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepInstruction.cpp
542986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepOut.cpp
543986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepOverBreakpoint.cpp
544986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepOverRange.cpp
545986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepRange.cpp
546986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepThrough.cpp
547986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepUntil.cpp
548986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanTracer.cpp
549986e05bcSDimitry AndricSRCS+=		Target/ThreadSpec.cpp
550986e05bcSDimitry AndricSRCS+=		Target/UnixSignals.cpp
551986e05bcSDimitry AndricSRCS+=		Target/UnwindAssembly.cpp
5527c1fda1cSDimitry AndricSRCS+=		Utility/Baton.cpp
5537c1fda1cSDimitry AndricSRCS+=		Utility/ConstString.cpp
5547c1fda1cSDimitry AndricSRCS+=		Utility/DataBufferHeap.cpp
5557c1fda1cSDimitry AndricSRCS+=		Utility/DataBufferLLVM.cpp
5567c1fda1cSDimitry AndricSRCS+=		Utility/DataEncoder.cpp
5577c1fda1cSDimitry AndricSRCS+=		Utility/DataExtractor.cpp
5587c1fda1cSDimitry AndricSRCS+=		Utility/FastDemangle.cpp
5597c1fda1cSDimitry AndricSRCS+=		Utility/FileSpec.cpp
560986e05bcSDimitry AndricSRCS+=		Utility/JSON.cpp
561986e05bcSDimitry AndricSRCS+=		Utility/LLDBAssert.cpp
5627c1fda1cSDimitry AndricSRCS+=		Utility/Log.cpp
5637c1fda1cSDimitry AndricSRCS+=		Utility/Logging.cpp
564986e05bcSDimitry AndricSRCS+=		Utility/NameMatches.cpp
5657c1fda1cSDimitry AndricSRCS+=		Utility/RegularExpression.cpp
566629e066cSDimitry AndricSRCS+=		Utility/SelectHelper.cpp
567986e05bcSDimitry AndricSRCS+=		Utility/SharingPtr.cpp
568*5517e702SDimitry AndricSRCS+=		Utility/Status.cpp
5697c1fda1cSDimitry AndricSRCS+=		Utility/Stream.cpp
5707c1fda1cSDimitry AndricSRCS+=		Utility/StreamCallback.cpp
5717c1fda1cSDimitry AndricSRCS+=		Utility/StreamGDBRemote.cpp
5727c1fda1cSDimitry AndricSRCS+=		Utility/StreamString.cpp
573986e05bcSDimitry AndricSRCS+=		Utility/StringExtractor.cpp
574986e05bcSDimitry AndricSRCS+=		Utility/StringExtractorGDBRemote.cpp
575986e05bcSDimitry AndricSRCS+=		Utility/StringLexer.cpp
5767c1fda1cSDimitry AndricSRCS+=		Utility/StringList.cpp
577986e05bcSDimitry AndricSRCS+=		Utility/TaskPool.cpp
5787c1fda1cSDimitry AndricSRCS+=		Utility/TildeExpressionResolver.cpp
5797c1fda1cSDimitry AndricSRCS+=		Utility/UUID.cpp
580986e05bcSDimitry AndricSRCS+=		Utility/UriParser.cpp
5817c1fda1cSDimitry AndricSRCS+=		Utility/UserID.cpp
5827c1fda1cSDimitry AndricSRCS+=		Utility/VASprintf.cpp
5837c1fda1cSDimitry AndricSRCS+=		Utility/VMRange.cpp
584986e05bcSDimitry AndricSRCS+=		lldb.cpp
585e8f1392dSEd Maste
586986e05bcSDimitry Andric.include "../clang.build.mk"
587986e05bcSDimitry Andric
588986e05bcSDimitry AndricINTERNALLIB=
589986e05bcSDimitry Andric
590986e05bcSDimitry Andric.include <bsd.lib.mk>
591