xref: /freebsd/lib/clang/liblldb/Makefile (revision 647cbc5d)
1e8f1392dSEd Maste
273ff7384SDimitry Andric.include <bsd.init.mk>
301d8757dSDimitry Andric.include "../lldb.pre.mk"
4e8f1392dSEd Maste
5e8f1392dSEd MasteLIB=		lldb
60b57cec5SDimitry AndricSRCDIR=		lldb/source
71c3bbb01SEd Maste
8986e05bcSDimitry AndricCFLAGS+=	-I${LLDB_SRCS}/include
9986e05bcSDimitry AndricCFLAGS+=	-I${LLDB_SRCS}/source
1048aaf27bSDimitry Andric#CFLAGS+=	-I${LLDB_SRCS}/source/Plugins/Process/FreeBSD
1148aaf27bSDimitry Andric#CFLAGS+=	-I${LLDB_SRCS}/source/Plugins/Process/POSIX
1248aaf27bSDimitry Andric#CFLAGS+=	-I${LLDB_SRCS}/source/Plugins/Process/Utility
13e1cd7682SDimitry AndricCFLAGS+=	-I${OBJTOP}/lib/clang/libllvm
14e1cd7682SDimitry AndricCFLAGS+=	-I${OBJTOP}/lib/clang/libclang
15a32f82c2SDimitry AndricCFLAGS+=	-I${OBJTOP}/lib/clang/liblldb
16652a9748SEd MasteCFLAGS+=	-I${SRCTOP}/contrib/lua/src
17652a9748SEd MasteCFLAGS+=	-I${SRCTOP}/lib/liblua
18e8f1392dSEd Maste
19986e05bcSDimitry AndricSRCS+=		API/SBAddress.cpp
20986e05bcSDimitry AndricSRCS+=		API/SBAttachInfo.cpp
21986e05bcSDimitry AndricSRCS+=		API/SBBlock.cpp
22986e05bcSDimitry AndricSRCS+=		API/SBBreakpoint.cpp
23986e05bcSDimitry AndricSRCS+=		API/SBBreakpointLocation.cpp
24a32f82c2SDimitry AndricSRCS+=		API/SBBreakpointName.cpp
2562bd6269SDimitry AndricSRCS+=		API/SBBreakpointOptionCommon.cpp
26986e05bcSDimitry AndricSRCS+=		API/SBBroadcaster.cpp
27986e05bcSDimitry AndricSRCS+=		API/SBCommandInterpreter.cpp
2848aaf27bSDimitry AndricSRCS+=		API/SBCommandInterpreterRunOptions.cpp
29986e05bcSDimitry AndricSRCS+=		API/SBCommandReturnObject.cpp
30a32f82c2SDimitry AndricSRCS+=		API/SBCommunication.cpp
31986e05bcSDimitry AndricSRCS+=		API/SBCompileUnit.cpp
32986e05bcSDimitry AndricSRCS+=		API/SBData.cpp
33986e05bcSDimitry AndricSRCS+=		API/SBDebugger.cpp
34986e05bcSDimitry AndricSRCS+=		API/SBDeclaration.cpp
3548aaf27bSDimitry AndricSRCS+=		API/SBEnvironment.cpp
36986e05bcSDimitry AndricSRCS+=		API/SBError.cpp
37986e05bcSDimitry AndricSRCS+=		API/SBEvent.cpp
38986e05bcSDimitry AndricSRCS+=		API/SBExecutionContext.cpp
39986e05bcSDimitry AndricSRCS+=		API/SBExpressionOptions.cpp
40f46f1d28SDimitry AndricSRCS+=		API/SBFile.cpp
41986e05bcSDimitry AndricSRCS+=		API/SBFileSpec.cpp
425c4e2ac4SDimitry AndricSRCS+=		API/SBFileSpecList.cpp
435f757f3fSDimitry AndricSRCS+=		API/SBFormat.cpp
44986e05bcSDimitry AndricSRCS+=		API/SBFrame.cpp
45986e05bcSDimitry AndricSRCS+=		API/SBFunction.cpp
46986e05bcSDimitry AndricSRCS+=		API/SBHostOS.cpp
47986e05bcSDimitry AndricSRCS+=		API/SBInstruction.cpp
48986e05bcSDimitry AndricSRCS+=		API/SBInstructionList.cpp
49986e05bcSDimitry AndricSRCS+=		API/SBLanguageRuntime.cpp
50986e05bcSDimitry AndricSRCS+=		API/SBLaunchInfo.cpp
51986e05bcSDimitry AndricSRCS+=		API/SBLineEntry.cpp
52986e05bcSDimitry AndricSRCS+=		API/SBListener.cpp
53986e05bcSDimitry AndricSRCS+=		API/SBMemoryRegionInfo.cpp
545c4e2ac4SDimitry AndricSRCS+=		API/SBMemoryRegionInfoList.cpp
55986e05bcSDimitry AndricSRCS+=		API/SBModule.cpp
56986e05bcSDimitry AndricSRCS+=		API/SBModuleSpec.cpp
57986e05bcSDimitry AndricSRCS+=		API/SBPlatform.cpp
58986e05bcSDimitry AndricSRCS+=		API/SBProcess.cpp
5962bd6269SDimitry AndricSRCS+=		API/SBProcessInfo.cpp
605f757f3fSDimitry AndricSRCS+=		API/SBProcessInfoList.cpp
61986e05bcSDimitry AndricSRCS+=		API/SBQueue.cpp
62986e05bcSDimitry AndricSRCS+=		API/SBQueueItem.cpp
63a32f82c2SDimitry AndricSRCS+=		API/SBReproducer.cpp
6406c3fb27SDimitry AndricSRCS+=		API/SBScriptObject.cpp
65986e05bcSDimitry AndricSRCS+=		API/SBSection.cpp
66986e05bcSDimitry AndricSRCS+=		API/SBSourceManager.cpp
67986e05bcSDimitry AndricSRCS+=		API/SBStream.cpp
68986e05bcSDimitry AndricSRCS+=		API/SBStringList.cpp
69629e066cSDimitry AndricSRCS+=		API/SBStructuredData.cpp
70986e05bcSDimitry AndricSRCS+=		API/SBSymbol.cpp
71986e05bcSDimitry AndricSRCS+=		API/SBSymbolContext.cpp
72986e05bcSDimitry AndricSRCS+=		API/SBSymbolContextList.cpp
73986e05bcSDimitry AndricSRCS+=		API/SBTarget.cpp
74986e05bcSDimitry AndricSRCS+=		API/SBThread.cpp
75986e05bcSDimitry AndricSRCS+=		API/SBThreadCollection.cpp
76986e05bcSDimitry AndricSRCS+=		API/SBThreadPlan.cpp
770cc9e150SDimitry AndricSRCS+=		API/SBTrace.cpp
78bdd1243dSDimitry AndricSRCS+=		API/SBTraceCursor.cpp
79986e05bcSDimitry AndricSRCS+=		API/SBType.cpp
80986e05bcSDimitry AndricSRCS+=		API/SBTypeCategory.cpp
81986e05bcSDimitry AndricSRCS+=		API/SBTypeEnumMember.cpp
82986e05bcSDimitry AndricSRCS+=		API/SBTypeFilter.cpp
83986e05bcSDimitry AndricSRCS+=		API/SBTypeFormat.cpp
84986e05bcSDimitry AndricSRCS+=		API/SBTypeNameSpecifier.cpp
85986e05bcSDimitry AndricSRCS+=		API/SBTypeSummary.cpp
86a32f82c2SDimitry AndricSRCS+=		API/SBTypeSynthetic.cpp
87986e05bcSDimitry AndricSRCS+=		API/SBUnixSignals.cpp
88986e05bcSDimitry AndricSRCS+=		API/SBValue.cpp
89986e05bcSDimitry AndricSRCS+=		API/SBValueList.cpp
905c4e2ac4SDimitry AndricSRCS+=		API/SBVariablesOptions.cpp
91986e05bcSDimitry AndricSRCS+=		API/SBWatchpoint.cpp
925f757f3fSDimitry AndricSRCS+=		API/SBWatchpointOptions.cpp
93986e05bcSDimitry AndricSRCS+=		API/SystemInitializerFull.cpp
94986e05bcSDimitry AndricSRCS+=		Breakpoint/Breakpoint.cpp
95986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointID.cpp
96986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointIDList.cpp
97986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointList.cpp
98986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointLocation.cpp
99986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointLocationCollection.cpp
100986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointLocationList.cpp
10177b0be52SDimitry AndricSRCS+=		Breakpoint/BreakpointName.cpp
102986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointOptions.cpp
103986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolver.cpp
104986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverAddress.cpp
105986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverFileLine.cpp
106986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverFileRegex.cpp
107986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverName.cpp
1086e3f21a2SDimitry AndricSRCS+=		Breakpoint/BreakpointResolverScripted.cpp
109986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointSite.cpp
1105f757f3fSDimitry AndricSRCS+=		Breakpoint/StopPointSiteList.cpp
111986e05bcSDimitry AndricSRCS+=		Breakpoint/Stoppoint.cpp
112986e05bcSDimitry AndricSRCS+=		Breakpoint/StoppointCallbackContext.cpp
113e8d8bef9SDimitry AndricSRCS+=		Breakpoint/StoppointSite.cpp
114986e05bcSDimitry AndricSRCS+=		Breakpoint/Watchpoint.cpp
115986e05bcSDimitry AndricSRCS+=		Breakpoint/WatchpointList.cpp
116986e05bcSDimitry AndricSRCS+=		Breakpoint/WatchpointOptions.cpp
1175f757f3fSDimitry AndricSRCS+=		Breakpoint/WatchpointResource.cpp
118986e05bcSDimitry AndricSRCS+=		Commands/CommandCompletions.cpp
119986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectApropos.cpp
120986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectBreakpoint.cpp
121986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectBreakpointCommand.cpp
122986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectCommands.cpp
123bdd1243dSDimitry AndricSRCS+=		Commands/CommandObjectDWIMPrint.cpp
124bdd1243dSDimitry AndricSRCS+=		Commands/CommandObjectDiagnostics.cpp
125986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectDisassemble.cpp
126986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectExpression.cpp
127986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectFrame.cpp
128986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectGUI.cpp
129986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectHelp.cpp
130986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectLanguage.cpp
131986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectLog.cpp
132986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectMemory.cpp
133fe6060f1SDimitry AndricSRCS+=		Commands/CommandObjectMemoryTag.cpp
134986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectMultiword.cpp
135986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectPlatform.cpp
136986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectPlugin.cpp
137986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectProcess.cpp
138986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectQuit.cpp
139e8d8bef9SDimitry AndricSRCS+=		Commands/CommandObjectRegexCommand.cpp
140986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectRegister.cpp
141e8d8bef9SDimitry AndricSRCS+=		Commands/CommandObjectScript.cpp
142e8d8bef9SDimitry AndricSRCS+=		Commands/CommandObjectSession.cpp
143986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectSettings.cpp
144986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectSource.cpp
145532d8940SDimitry AndricSRCS+=		Commands/CommandObjectStats.cpp
146986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectTarget.cpp
147986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectThread.cpp
148e8d8bef9SDimitry AndricSRCS+=		Commands/CommandObjectThreadUtil.cpp
149d409305fSDimitry AndricSRCS+=		Commands/CommandObjectTrace.cpp
150986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectType.cpp
151986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectVersion.cpp
152986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectWatchpoint.cpp
153986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectWatchpointCommand.cpp
154fcaf7f86SDimitry AndricSRCS+=		Commands/CommandOptionArgumentTable.cpp
15506c3fb27SDimitry AndricSRCS+=		Commands/CommandOptionsProcessAttach.cpp
156e8d8bef9SDimitry AndricSRCS+=		Commands/CommandOptionsProcessLaunch.cpp
157986e05bcSDimitry AndricSRCS+=		Core/Address.cpp
158986e05bcSDimitry AndricSRCS+=		Core/AddressRange.cpp
159986e05bcSDimitry AndricSRCS+=		Core/AddressResolver.cpp
160986e05bcSDimitry AndricSRCS+=		Core/AddressResolverFileLine.cpp
161986e05bcSDimitry AndricSRCS+=		Core/Communication.cpp
16204eeddc0SDimitry AndricSRCS+=		Core/DataFileCache.cpp
163986e05bcSDimitry AndricSRCS+=		Core/Debugger.cpp
16481ad6265SDimitry AndricSRCS+=		Core/DebuggerEvents.cpp
165fe6060f1SDimitry AndricSRCS+=		Core/Declaration.cpp
166986e05bcSDimitry AndricSRCS+=		Core/Disassembler.cpp
1677c1fda1cSDimitry AndricSRCS+=		Core/DumpDataExtractor.cpp
16806c3fb27SDimitry AndricSRCS+=		Core/DumpRegisterInfo.cpp
169532d8940SDimitry AndricSRCS+=		Core/DumpRegisterValue.cpp
170986e05bcSDimitry AndricSRCS+=		Core/DynamicLoader.cpp
171986e05bcSDimitry AndricSRCS+=		Core/EmulateInstruction.cpp
172986e05bcSDimitry AndricSRCS+=		Core/FileLineResolver.cpp
173986e05bcSDimitry AndricSRCS+=		Core/FormatEntity.cpp
1746e3f21a2SDimitry AndricSRCS+=		Core/Highlighter.cpp
175986e05bcSDimitry AndricSRCS+=		Core/IOHandler.cpp
176f46f1d28SDimitry AndricSRCS+=		Core/IOHandlerCursesGUI.cpp
177986e05bcSDimitry AndricSRCS+=		Core/Mangled.cpp
178986e05bcSDimitry AndricSRCS+=		Core/Module.cpp
179986e05bcSDimitry AndricSRCS+=		Core/ModuleChild.cpp
180986e05bcSDimitry AndricSRCS+=		Core/ModuleList.cpp
181986e05bcSDimitry AndricSRCS+=		Core/Opcode.cpp
182986e05bcSDimitry AndricSRCS+=		Core/PluginManager.cpp
183fe6060f1SDimitry AndricSRCS+=		Core/Progress.cpp
1846e3f21a2SDimitry AndricSRCS+=		Core/RichManglingContext.cpp
185986e05bcSDimitry AndricSRCS+=		Core/SearchFilter.cpp
186986e05bcSDimitry AndricSRCS+=		Core/Section.cpp
187fe6060f1SDimitry AndricSRCS+=		Core/SourceLocationSpec.cpp
188986e05bcSDimitry AndricSRCS+=		Core/SourceManager.cpp
189986e05bcSDimitry AndricSRCS+=		Core/StreamAsynchronousIO.cpp
190bdd1243dSDimitry AndricSRCS+=		Core/ThreadedCommunication.cpp
191986e05bcSDimitry AndricSRCS+=		Core/UserSettingsController.cpp
192986e05bcSDimitry AndricSRCS+=		Core/Value.cpp
193986e05bcSDimitry AndricSRCS+=		Core/ValueObject.cpp
194986e05bcSDimitry AndricSRCS+=		Core/ValueObjectCast.cpp
195986e05bcSDimitry AndricSRCS+=		Core/ValueObjectChild.cpp
196986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResult.cpp
197986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResultCast.cpp
198986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResultChild.cpp
199986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResultImpl.cpp
200986e05bcSDimitry AndricSRCS+=		Core/ValueObjectDynamicValue.cpp
201986e05bcSDimitry AndricSRCS+=		Core/ValueObjectList.cpp
202986e05bcSDimitry AndricSRCS+=		Core/ValueObjectMemory.cpp
203986e05bcSDimitry AndricSRCS+=		Core/ValueObjectRegister.cpp
204986e05bcSDimitry AndricSRCS+=		Core/ValueObjectSyntheticFilter.cpp
205fe6060f1SDimitry AndricSRCS+=		Core/ValueObjectUpdater.cpp
2065f757f3fSDimitry AndricSRCS+=		Core/ValueObjectVTable.cpp
207986e05bcSDimitry AndricSRCS+=		Core/ValueObjectVariable.cpp
208986e05bcSDimitry AndricSRCS+=		DataFormatters/CXXFunctionPointer.cpp
209986e05bcSDimitry AndricSRCS+=		DataFormatters/DataVisualization.cpp
210986e05bcSDimitry AndricSRCS+=		DataFormatters/DumpValueObjectOptions.cpp
211986e05bcSDimitry AndricSRCS+=		DataFormatters/FormatCache.cpp
212986e05bcSDimitry AndricSRCS+=		DataFormatters/FormatClasses.cpp
213986e05bcSDimitry AndricSRCS+=		DataFormatters/FormatManager.cpp
214986e05bcSDimitry AndricSRCS+=		DataFormatters/FormattersHelpers.cpp
215986e05bcSDimitry AndricSRCS+=		DataFormatters/LanguageCategory.cpp
216986e05bcSDimitry AndricSRCS+=		DataFormatters/StringPrinter.cpp
217986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeCategory.cpp
218986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeCategoryMap.cpp
219986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeFormat.cpp
220986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeSummary.cpp
221986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeSynthetic.cpp
222986e05bcSDimitry AndricSRCS+=		DataFormatters/ValueObjectPrinter.cpp
223986e05bcSDimitry AndricSRCS+=		DataFormatters/VectorType.cpp
224986e05bcSDimitry AndricSRCS+=		Expression/DWARFExpression.cpp
225753f127fSDimitry AndricSRCS+=		Expression/DWARFExpressionList.cpp
226986e05bcSDimitry AndricSRCS+=		Expression/DiagnosticManager.cpp
227986e05bcSDimitry AndricSRCS+=		Expression/Expression.cpp
22806c3fb27SDimitry AndricSRCS+=		Expression/ExpressionTypeSystemHelper.cpp
229986e05bcSDimitry AndricSRCS+=		Expression/ExpressionVariable.cpp
230986e05bcSDimitry AndricSRCS+=		Expression/FunctionCaller.cpp
231986e05bcSDimitry AndricSRCS+=		Expression/IRExecutionUnit.cpp
232986e05bcSDimitry AndricSRCS+=		Expression/IRInterpreter.cpp
233986e05bcSDimitry AndricSRCS+=		Expression/IRMemoryMap.cpp
234986e05bcSDimitry AndricSRCS+=		Expression/LLVMUserExpression.cpp
235986e05bcSDimitry AndricSRCS+=		Expression/Materializer.cpp
23606c3fb27SDimitry AndricSRCS+=		Expression/ObjectFileJIT.cpp
237986e05bcSDimitry AndricSRCS+=		Expression/REPL.cpp
238986e05bcSDimitry AndricSRCS+=		Expression/UserExpression.cpp
239986e05bcSDimitry AndricSRCS+=		Expression/UtilityFunction.cpp
240986e05bcSDimitry AndricSRCS+=		Host/common/Editline.cpp
241986e05bcSDimitry AndricSRCS+=		Host/common/File.cpp
242a32f82c2SDimitry AndricSRCS+=		Host/common/FileAction.cpp
243986e05bcSDimitry AndricSRCS+=		Host/common/FileCache.cpp
244986e05bcSDimitry AndricSRCS+=		Host/common/FileSystem.cpp
245986e05bcSDimitry AndricSRCS+=		Host/common/Host.cpp
246986e05bcSDimitry AndricSRCS+=		Host/common/HostInfoBase.cpp
247986e05bcSDimitry AndricSRCS+=		Host/common/HostNativeThreadBase.cpp
248986e05bcSDimitry AndricSRCS+=		Host/common/HostProcess.cpp
249986e05bcSDimitry AndricSRCS+=		Host/common/HostThread.cpp
250f46f1d28SDimitry AndricSRCS+=		Host/common/LZMA.cpp
251986e05bcSDimitry AndricSRCS+=		Host/common/LockFileBase.cpp
252bdd1243dSDimitry AndricSRCS+=		Host/common/MainLoopBase.cpp
253986e05bcSDimitry AndricSRCS+=		Host/common/MonitoringProcessLauncher.cpp
254d409305fSDimitry AndricSRCS+=		Host/common/NativeProcessProtocol.cpp
255d409305fSDimitry AndricSRCS+=		Host/common/NativeRegisterContext.cpp
256d409305fSDimitry AndricSRCS+=		Host/common/NativeThreadProtocol.cpp
257986e05bcSDimitry AndricSRCS+=		Host/common/NativeWatchpointList.cpp
258986e05bcSDimitry AndricSRCS+=		Host/common/OptionParser.cpp
259986e05bcSDimitry AndricSRCS+=		Host/common/PipeBase.cpp
260a32f82c2SDimitry AndricSRCS+=		Host/common/ProcessLaunchInfo.cpp
261986e05bcSDimitry AndricSRCS+=		Host/common/ProcessRunLock.cpp
2627c1fda1cSDimitry AndricSRCS+=		Host/common/PseudoTerminal.cpp
263986e05bcSDimitry AndricSRCS+=		Host/common/Socket.cpp
264986e05bcSDimitry AndricSRCS+=		Host/common/SocketAddress.cpp
2655f757f3fSDimitry AndricSRCS+=		Host/common/StreamFile.cpp
266986e05bcSDimitry AndricSRCS+=		Host/common/TCPSocket.cpp
267986e05bcSDimitry AndricSRCS+=		Host/common/Terminal.cpp
268986e05bcSDimitry AndricSRCS+=		Host/common/ThreadLauncher.cpp
269986e05bcSDimitry AndricSRCS+=		Host/common/UDPSocket.cpp
270986e05bcSDimitry AndricSRCS+=		Host/common/XML.cpp
271986e05bcSDimitry AndricSRCS+=		Host/freebsd/Host.cpp
272986e05bcSDimitry AndricSRCS+=		Host/freebsd/HostInfoFreeBSD.cpp
273986e05bcSDimitry AndricSRCS+=		Host/posix/ConnectionFileDescriptorPosix.cpp
274986e05bcSDimitry AndricSRCS+=		Host/posix/DomainSocket.cpp
275f46f1d28SDimitry AndricSRCS+=		Host/posix/FileSystemPosix.cpp
276986e05bcSDimitry AndricSRCS+=		Host/posix/HostInfoPosix.cpp
277986e05bcSDimitry AndricSRCS+=		Host/posix/HostProcessPosix.cpp
278986e05bcSDimitry AndricSRCS+=		Host/posix/HostThreadPosix.cpp
279986e05bcSDimitry AndricSRCS+=		Host/posix/LockFilePosix.cpp
280bdd1243dSDimitry AndricSRCS+=		Host/posix/MainLoopPosix.cpp
281986e05bcSDimitry AndricSRCS+=		Host/posix/PipePosix.cpp
282edd7eaddSDimitry AndricSRCS+=		Host/posix/ProcessLauncherPosixFork.cpp
283986e05bcSDimitry AndricSRCS+=		Initialization/SystemInitializer.cpp
284986e05bcSDimitry AndricSRCS+=		Initialization/SystemInitializerCommon.cpp
285986e05bcSDimitry AndricSRCS+=		Initialization/SystemLifetimeManager.cpp
286986e05bcSDimitry AndricSRCS+=		Interpreter/CommandAlias.cpp
287986e05bcSDimitry AndricSRCS+=		Interpreter/CommandHistory.cpp
288986e05bcSDimitry AndricSRCS+=		Interpreter/CommandInterpreter.cpp
289986e05bcSDimitry AndricSRCS+=		Interpreter/CommandObject.cpp
290986e05bcSDimitry AndricSRCS+=		Interpreter/CommandOptionValidators.cpp
291986e05bcSDimitry AndricSRCS+=		Interpreter/CommandReturnObject.cpp
292532d8940SDimitry AndricSRCS+=		Interpreter/OptionArgParser.cpp
293986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupArchitecture.cpp
294986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupBoolean.cpp
295986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupFile.cpp
296986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupFormat.cpp
29781ad6265SDimitry AndricSRCS+=		Interpreter/OptionGroupMemoryTag.cpp
298986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupOutputFile.cpp
299986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupPlatform.cpp
300f46f1d28SDimitry AndricSRCS+=		Interpreter/OptionGroupPythonClassWithDict.cpp
301986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupString.cpp
302986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupUInt64.cpp
303986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupUUID.cpp
304986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupValueObjectDisplay.cpp
305986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupVariable.cpp
306986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupWatchpoint.cpp
307986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValue.cpp
308986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueArch.cpp
309fe6060f1SDimitry AndricSRCS+=		Interpreter/OptionValueArgs.cpp
310986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueArray.cpp
311986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueBoolean.cpp
312986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueChar.cpp
313986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueDictionary.cpp
314986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueEnumeration.cpp
315e8d8bef9SDimitry AndricSRCS+=		Interpreter/OptionValueFileColonLine.cpp
316986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueFileSpec.cpp
317f46f1d28SDimitry AndricSRCS+=		Interpreter/OptionValueFileSpecList.cpp
318986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueFormat.cpp
319986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueFormatEntity.cpp
320986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueLanguage.cpp
321986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValuePathMappings.cpp
322986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueProperties.cpp
323986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueRegex.cpp
324986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueSInt64.cpp
325986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueString.cpp
326986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueUInt64.cpp
327986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueUUID.cpp
328986e05bcSDimitry AndricSRCS+=		Interpreter/Options.cpp
329986e05bcSDimitry AndricSRCS+=		Interpreter/Property.cpp
330986e05bcSDimitry AndricSRCS+=		Interpreter/ScriptInterpreter.cpp
331d409305fSDimitry AndricSRCS+=		LLDBWrapLua.cpp
33248aaf27bSDimitry AndricSRCS+=		Plugins/ABI/AArch64/ABIAArch64.cpp
33348aaf27bSDimitry AndricSRCS+=		Plugins/ABI/AArch64/ABISysV_arm64.cpp
33448aaf27bSDimitry AndricSRCS+=		Plugins/ABI/ARM/ABIARM.cpp
33548aaf27bSDimitry AndricSRCS+=		Plugins/ABI/ARM/ABISysV_arm.cpp
33648aaf27bSDimitry AndricSRCS+=		Plugins/ABI/Mips/ABIMips.cpp
33748aaf27bSDimitry AndricSRCS+=		Plugins/ABI/Mips/ABISysV_mips.cpp
33848aaf27bSDimitry AndricSRCS+=		Plugins/ABI/Mips/ABISysV_mips64.cpp
33948aaf27bSDimitry AndricSRCS+=		Plugins/ABI/PowerPC/ABIPowerPC.cpp
34048aaf27bSDimitry AndricSRCS+=		Plugins/ABI/PowerPC/ABISysV_ppc.cpp
34148aaf27bSDimitry AndricSRCS+=		Plugins/ABI/PowerPC/ABISysV_ppc64.cpp
3425f757f3fSDimitry AndricSRCS+=		Plugins/ABI/RISCV/ABISysV_riscv.cpp
34348aaf27bSDimitry AndricSRCS+=		Plugins/ABI/X86/ABISysV_i386.cpp
34448aaf27bSDimitry AndricSRCS+=		Plugins/ABI/X86/ABISysV_x86_64.cpp
34548aaf27bSDimitry AndricSRCS+=		Plugins/ABI/X86/ABIX86.cpp
3465e801ac6SDimitry AndricSRCS+=		Plugins/ABI/X86/ABIX86_i386.cpp
347fe6060f1SDimitry AndricSRCS+=		Plugins/Architecture/AArch64/ArchitectureAArch64.cpp
34877b0be52SDimitry AndricSRCS+=		Plugins/Architecture/Arm/ArchitectureArm.cpp
3496e3f21a2SDimitry AndricSRCS+=		Plugins/Architecture/Mips/ArchitectureMips.cpp
350532d8940SDimitry AndricSRCS+=		Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
35148aaf27bSDimitry AndricSRCS+=		Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
352647cbc5dSDimitry AndricSRCS+=		Plugins/DynamicLoader/FreeBSD-Kernel/DynamicLoaderFreeBSDKernel.cpp
353986e05bcSDimitry AndricSRCS+=		Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
354986e05bcSDimitry AndricSRCS+=		Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
355986e05bcSDimitry AndricSRCS+=		Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
356986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
357986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp
358a32f82c2SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ASTUtils.cpp
35948aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
36048aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangASTMetadata.cpp
361986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangASTSource.cpp
362f46f1d28SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangDeclVendor.cpp
363986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
36406c3fb27SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionHelper.cpp
365986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
366a32f82c2SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
367fcaf7f86SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionUtil.cpp
368986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp
36948aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.cpp
370986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
371532d8940SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangHost.cpp
372986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
373986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
374986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
37548aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangUtil.cpp
376986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
377f46f1d28SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/CppModuleConfiguration.cpp
37848aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp
379a32f82c2SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
380986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/IRForTarget.cpp
38148aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/NameSearchContext.cpp
382986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/ARM/EmulateInstructionARM.cpp
383986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/ARM/EmulationStateARM.cpp
384986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
385986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
386986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
387532d8940SDimitry AndricSRCS+=		Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
388bdd1243dSDimitry AndricSRCS+=		Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp
38948aaf27bSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp
3905f757f3fSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/ASanLibsanitizers/InstrumentationRuntimeASanLibsanitizers.cpp
39148aaf27bSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp
39248aaf27bSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
39348aaf27bSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp
3945f757f3fSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/Utility/ReportRetriever.cpp
395986e05bcSDimitry AndricSRCS+=		Plugins/JITLoader/GDB/JITLoaderGDB.cpp
396986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/BlockPointer.cpp
397986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
3987c1fda1cSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
399bdd1243dSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/Coroutines.cpp
400a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/CxxStringTypes.cpp
4015e801ac6SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/GenericBitset.cpp
40204eeddc0SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/GenericOptional.cpp
403986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxx.cpp
404986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
405986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp
406986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxList.cpp
407986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxMap.cpp
408a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxQueue.cpp
409bdd1243dSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxRangesRefView.cpp
41081ad6265SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxSpan.cpp
411a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxTuple.cpp
412986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
413a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxVariant.cpp
414986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxVector.cpp
415986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibStdcpp.cpp
416a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
417a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
4186e3f21a2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp
4196e3f21a2SDimitry AndricSRCS+=		Plugins/Language/ClangCommon/ClangHighlighter.cpp
420986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/CF.cpp
4210b2d2290SPiotr KubajSRCS+=		Plugins/Language/ObjC/CFBasicHash.cpp
422986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/Cocoa.cpp
4230b2d2290SPiotr KubajSRCS+=		Plugins/Language/ObjC/CoreMedia.cpp
424986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSArray.cpp
425986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSDictionary.cpp
426986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSError.cpp
427986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSException.cpp
428986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSIndexPath.cpp
429986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSSet.cpp
430986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSString.cpp
431986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/ObjCLanguage.cpp
432a32f82c2SDimitry AndricSRCS+=		Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
433d409305fSDimitry AndricSRCS+=		Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
4345c38ea60SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
4355c38ea60SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
4360cc9e150SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
4375c38ea60SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
4385c38ea60SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
4390cc9e150SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
4405c38ea60SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
4410cc9e150SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
442a32f82c2SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
443986e05bcSDimitry AndricSRCS+=		Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
444986e05bcSDimitry AndricSRCS+=		Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
445a32f82c2SDimitry AndricSRCS+=		Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
4466e3f21a2SDimitry AndricSRCS+=		Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
447986e05bcSDimitry AndricSRCS+=		Plugins/ObjectFile/ELF/ELFHeader.cpp
448986e05bcSDimitry AndricSRCS+=		Plugins/ObjectFile/ELF/ObjectFileELF.cpp
449986e05bcSDimitry AndricSRCS+=		Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
4507c1fda1cSDimitry AndricSRCS+=		Plugins/Platform/POSIX/PlatformPOSIX.cpp
4515f757f3fSDimitry AndricSRCS+=		Plugins/Platform/QemuUser/PlatformQemuUser.cpp
452986e05bcSDimitry AndricSRCS+=		Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
453d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp
454d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD.cpp
455d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm.cpp
456d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.cpp
457d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.cpp
458d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.cpp
459d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.cpp
460d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeThreadFreeBSD.cpp
46104eeddc0SDimitry AndricSRCS+=		Plugins/Process/FreeBSDKernel/ProcessFreeBSDKernel.cpp
46204eeddc0SDimitry AndricSRCS+=		Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_arm64.cpp
46304eeddc0SDimitry AndricSRCS+=		Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_i386.cpp
46404eeddc0SDimitry AndricSRCS+=		Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_x86_64.cpp
46504eeddc0SDimitry AndricSRCS+=		Plugins/Process/FreeBSDKernel/ThreadFreeBSDKernel.cpp
466986e05bcSDimitry AndricSRCS+=		Plugins/Process/POSIX/CrashReason.cpp
467d409305fSDimitry AndricSRCS+=		Plugins/Process/POSIX/NativeProcessELF.cpp
468986e05bcSDimitry AndricSRCS+=		Plugins/Process/POSIX/ProcessPOSIXLog.cpp
469a32f82c2SDimitry AndricSRCS+=		Plugins/Process/Utility/AuxVector.cpp
470986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/FreeBSDSignals.cpp
471986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/GDBRemoteSignals.cpp
472986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/HistoryThread.cpp
473986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/HistoryUnwind.cpp
474986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/InferiorCallPOSIX.cpp
475986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/LinuxSignals.cpp
476fe6060f1SDimitry AndricSRCS+=		Plugins/Process/Utility/MemoryTagManagerAArch64MTE.cpp
477d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/NativeProcessSoftwareSingleStep.cpp
478d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/NativeRegisterContextDBReg_arm64.cpp
479d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/NativeRegisterContextDBReg_x86.cpp
480d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/NativeRegisterContextRegisterInfo.cpp
481986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/NetBSDSignals.cpp
482986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
483986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
484986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextDummy.cpp
485986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_i386.cpp
486986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_mips64.cpp
487986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp
488986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.cpp
489986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextHistory.cpp
490986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextLinux_i386.cpp
491986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp
492986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextMemory.cpp
49348aaf27bSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextNetBSD_i386.cpp
4947c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
4957c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextOpenBSD_i386.cpp
4967c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.cpp
497986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
498986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
499986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
500986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp
50177b0be52SDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp
502986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
503986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextThreadMemory.cpp
504d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContext_x86.cpp
5055f757f3fSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterFlagsLinux_arm64.cpp
5067c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfoPOSIX_arm.cpp
507629e066cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
50877b0be52SDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.cpp
509bdd1243dSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfoPOSIX_riscv64.cpp
51006c3fb27SDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfos_x86_64_with_base_shared.cpp
511986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/StopInfoMachException.cpp
512986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/ThreadMemory.cpp
513986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/ProcessElfCore.cpp
51406c3fb27SDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextLinuxCore_x86_64.cpp
515986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
516986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
517986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
518986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
51977b0be52SDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.cpp
520986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
52177b0be52SDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterUtilities.cpp
522986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/ThreadElfCore.cpp
523629e066cSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
524986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
525986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
5266e3f21a2SDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp
527986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
528986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
529986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
530986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
531986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
53204eeddc0SDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteRegisterFallback.cpp
533986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
534986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp
535986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
536fe6060f1SDimitry AndricSRCS+=		Plugins/Process/scripted/ScriptedProcess.cpp
5375e801ac6SDimitry AndricSRCS+=		Plugins/Process/scripted/ScriptedThread.cpp
538652a9748SEd MasteSRCS+=		Plugins/ScriptInterpreter/Lua/Lua.cpp
539652a9748SEd MasteSRCS+=		Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
540986e05bcSDimitry AndricSRCS+=		Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
5416e3f21a2SDimitry AndricSRCS+=		Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
542532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
543986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DIERef.cpp
54481ad6265SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFASTParser.cpp
545986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
546986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
547532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
548986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
549a32f82c2SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFContext.cpp
550986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDIE.cpp
551986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp
552986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
553986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
554986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
555986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
556986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
557986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
558986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp
559986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDefines.cpp
560986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
561532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFIndex.cpp
562a32f82c2SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp
563532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFUnit.cpp
564d409305fSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
565986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
566532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
567986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/NameToDIE.cpp
568986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
569986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
570986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
571986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
572986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
5735f757f3fSDimitry AndricSRCS+=		Plugins/SymbolLocator/Default/SymbolLocatorDefault.cpp
5745f757f3fSDimitry AndricSRCS+=		Plugins/SymbolLocator/Debuginfod/SymbolLocatorDebuginfod.cpp
575986e05bcSDimitry AndricSRCS+=		Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
57648aaf27bSDimitry AndricSRCS+=		Plugins/TypeSystem/Clang/TypeSystemClang.cpp
577986e05bcSDimitry AndricSRCS+=		Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
578986e05bcSDimitry AndricSRCS+=		Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
579629e066cSDimitry AndricSRCS+=		Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
580986e05bcSDimitry AndricSRCS+=		Symbol/ArmUnwindInfo.cpp
581986e05bcSDimitry AndricSRCS+=		Symbol/Block.cpp
582986e05bcSDimitry AndricSRCS+=		Symbol/CompactUnwindInfo.cpp
583986e05bcSDimitry AndricSRCS+=		Symbol/CompileUnit.cpp
584986e05bcSDimitry AndricSRCS+=		Symbol/CompilerDecl.cpp
585986e05bcSDimitry AndricSRCS+=		Symbol/CompilerDeclContext.cpp
586986e05bcSDimitry AndricSRCS+=		Symbol/CompilerType.cpp
587986e05bcSDimitry AndricSRCS+=		Symbol/DWARFCallFrameInfo.cpp
588986e05bcSDimitry AndricSRCS+=		Symbol/DebugMacros.cpp
589a32f82c2SDimitry AndricSRCS+=		Symbol/DeclVendor.cpp
590986e05bcSDimitry AndricSRCS+=		Symbol/FuncUnwinders.cpp
591986e05bcSDimitry AndricSRCS+=		Symbol/Function.cpp
592986e05bcSDimitry AndricSRCS+=		Symbol/LineEntry.cpp
593986e05bcSDimitry AndricSRCS+=		Symbol/LineTable.cpp
594bdd1243dSDimitry AndricSRCS+=		Symbol/ObjectContainer.cpp
595986e05bcSDimitry AndricSRCS+=		Symbol/ObjectFile.cpp
596a32f82c2SDimitry AndricSRCS+=		Symbol/PostfixExpression.cpp
597986e05bcSDimitry AndricSRCS+=		Symbol/Symbol.cpp
598986e05bcSDimitry AndricSRCS+=		Symbol/SymbolContext.cpp
599986e05bcSDimitry AndricSRCS+=		Symbol/SymbolFile.cpp
60081ad6265SDimitry AndricSRCS+=		Symbol/SymbolFileOnDemand.cpp
6015f757f3fSDimitry AndricSRCS+=		Symbol/SymbolLocator.cpp
602986e05bcSDimitry AndricSRCS+=		Symbol/SymbolVendor.cpp
603986e05bcSDimitry AndricSRCS+=		Symbol/Symtab.cpp
604986e05bcSDimitry AndricSRCS+=		Symbol/Type.cpp
605986e05bcSDimitry AndricSRCS+=		Symbol/TypeList.cpp
606986e05bcSDimitry AndricSRCS+=		Symbol/TypeMap.cpp
607986e05bcSDimitry AndricSRCS+=		Symbol/TypeSystem.cpp
608986e05bcSDimitry AndricSRCS+=		Symbol/UnwindPlan.cpp
609986e05bcSDimitry AndricSRCS+=		Symbol/UnwindTable.cpp
610986e05bcSDimitry AndricSRCS+=		Symbol/Variable.cpp
611986e05bcSDimitry AndricSRCS+=		Symbol/VariableList.cpp
612986e05bcSDimitry AndricSRCS+=		Target/ABI.cpp
61348aaf27bSDimitry AndricSRCS+=		Target/AssertFrameRecognizer.cpp
6145e801ac6SDimitry AndricSRCS+=		Target/DynamicRegisterInfo.cpp
615986e05bcSDimitry AndricSRCS+=		Target/ExecutionContext.cpp
616986e05bcSDimitry AndricSRCS+=		Target/InstrumentationRuntime.cpp
617986e05bcSDimitry AndricSRCS+=		Target/InstrumentationRuntimeStopInfo.cpp
618986e05bcSDimitry AndricSRCS+=		Target/JITLoader.cpp
619986e05bcSDimitry AndricSRCS+=		Target/JITLoaderList.cpp
620986e05bcSDimitry AndricSRCS+=		Target/Language.cpp
621986e05bcSDimitry AndricSRCS+=		Target/LanguageRuntime.cpp
622986e05bcSDimitry AndricSRCS+=		Target/Memory.cpp
623986e05bcSDimitry AndricSRCS+=		Target/MemoryHistory.cpp
624f46f1d28SDimitry AndricSRCS+=		Target/MemoryRegionInfo.cpp
62504eeddc0SDimitry AndricSRCS+=		Target/MemoryTagMap.cpp
6267c1fda1cSDimitry AndricSRCS+=		Target/ModuleCache.cpp
627986e05bcSDimitry AndricSRCS+=		Target/OperatingSystem.cpp
628986e05bcSDimitry AndricSRCS+=		Target/PathMappingList.cpp
629986e05bcSDimitry AndricSRCS+=		Target/Platform.cpp
630986e05bcSDimitry AndricSRCS+=		Target/Process.cpp
631e8d8bef9SDimitry AndricSRCS+=		Target/ProcessTrace.cpp
632986e05bcSDimitry AndricSRCS+=		Target/Queue.cpp
633986e05bcSDimitry AndricSRCS+=		Target/QueueItem.cpp
634986e05bcSDimitry AndricSRCS+=		Target/QueueList.cpp
635986e05bcSDimitry AndricSRCS+=		Target/RegisterContext.cpp
63648aaf27bSDimitry AndricSRCS+=		Target/RegisterContextUnwind.cpp
63706c3fb27SDimitry AndricSRCS+=		Target/RegisterFlags.cpp
6387c1fda1cSDimitry AndricSRCS+=		Target/RegisterNumber.cpp
639a32f82c2SDimitry AndricSRCS+=		Target/RemoteAwarePlatform.cpp
640986e05bcSDimitry AndricSRCS+=		Target/SectionLoadHistory.cpp
641986e05bcSDimitry AndricSRCS+=		Target/SectionLoadList.cpp
642986e05bcSDimitry AndricSRCS+=		Target/StackFrame.cpp
643986e05bcSDimitry AndricSRCS+=		Target/StackFrameList.cpp
6446e3f21a2SDimitry AndricSRCS+=		Target/StackFrameRecognizer.cpp
645986e05bcSDimitry AndricSRCS+=		Target/StackID.cpp
6465e801ac6SDimitry AndricSRCS+=		Target/Statistics.cpp
647986e05bcSDimitry AndricSRCS+=		Target/StopInfo.cpp
648986e05bcSDimitry AndricSRCS+=		Target/SystemRuntime.cpp
649986e05bcSDimitry AndricSRCS+=		Target/Target.cpp
650986e05bcSDimitry AndricSRCS+=		Target/TargetList.cpp
651986e05bcSDimitry AndricSRCS+=		Target/Thread.cpp
652986e05bcSDimitry AndricSRCS+=		Target/ThreadCollection.cpp
653986e05bcSDimitry AndricSRCS+=		Target/ThreadList.cpp
654986e05bcSDimitry AndricSRCS+=		Target/ThreadPlan.cpp
655986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanBase.cpp
656986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanCallFunction.cpp
657986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanCallFunctionUsingABI.cpp
658986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanCallUserExpression.cpp
659986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanPython.cpp
660986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanRunToAddress.cpp
661986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanShouldStopHere.cpp
66248aaf27bSDimitry AndricSRCS+=		Target/ThreadPlanStack.cpp
663986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepInRange.cpp
664986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepInstruction.cpp
665986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepOut.cpp
666986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepOverBreakpoint.cpp
667986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepOverRange.cpp
668986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepRange.cpp
669986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepThrough.cpp
670986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepUntil.cpp
671986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanTracer.cpp
672986e05bcSDimitry AndricSRCS+=		Target/ThreadSpec.cpp
673e8d8bef9SDimitry AndricSRCS+=		Target/Trace.cpp
674fe6060f1SDimitry AndricSRCS+=		Target/TraceCursor.cpp
67581ad6265SDimitry AndricSRCS+=		Target/TraceDumper.cpp
676986e05bcSDimitry AndricSRCS+=		Target/UnixSignals.cpp
677986e05bcSDimitry AndricSRCS+=		Target/UnwindAssembly.cpp
67848aaf27bSDimitry AndricSRCS+=		Target/UnwindLLDB.cpp
6795f757f3fSDimitry AndricSRCS+=		Utility/AddressableBits.cpp
68077b0be52SDimitry AndricSRCS+=		Utility/ArchSpec.cpp
681532d8940SDimitry AndricSRCS+=		Utility/Args.cpp
6827c1fda1cSDimitry AndricSRCS+=		Utility/Baton.cpp
6836e3f21a2SDimitry AndricSRCS+=		Utility/Broadcaster.cpp
6845f757f3fSDimitry AndricSRCS+=		Utility/Checksum.cpp
685532d8940SDimitry AndricSRCS+=		Utility/CompletionRequest.cpp
686a580b014SDimitry AndricSRCS+=		Utility/Connection.cpp
6877c1fda1cSDimitry AndricSRCS+=		Utility/ConstString.cpp
6887c1fda1cSDimitry AndricSRCS+=		Utility/DataBufferHeap.cpp
6897c1fda1cSDimitry AndricSRCS+=		Utility/DataBufferLLVM.cpp
6907c1fda1cSDimitry AndricSRCS+=		Utility/DataEncoder.cpp
6917c1fda1cSDimitry AndricSRCS+=		Utility/DataExtractor.cpp
692bdd1243dSDimitry AndricSRCS+=		Utility/Diagnostics.cpp
693532d8940SDimitry AndricSRCS+=		Utility/Environment.cpp
6946e3f21a2SDimitry AndricSRCS+=		Utility/Event.cpp
6957c1fda1cSDimitry AndricSRCS+=		Utility/FileSpec.cpp
69606c3fb27SDimitry AndricSRCS+=		Utility/FileSpecList.cpp
697f46f1d28SDimitry AndricSRCS+=		Utility/GDBRemote.cpp
698a580b014SDimitry AndricSRCS+=		Utility/IOObject.cpp
69904eeddc0SDimitry AndricSRCS+=		Utility/Instrumentation.cpp
700986e05bcSDimitry AndricSRCS+=		Utility/LLDBAssert.cpp
70181ad6265SDimitry AndricSRCS+=		Utility/LLDBLog.cpp
7026e3f21a2SDimitry AndricSRCS+=		Utility/Listener.cpp
7037c1fda1cSDimitry AndricSRCS+=		Utility/Log.cpp
704986e05bcSDimitry AndricSRCS+=		Utility/NameMatches.cpp
705a32f82c2SDimitry AndricSRCS+=		Utility/ProcessInfo.cpp
7066e3f21a2SDimitry AndricSRCS+=		Utility/RegisterValue.cpp
7077c1fda1cSDimitry AndricSRCS+=		Utility/RegularExpression.cpp
7086e3f21a2SDimitry AndricSRCS+=		Utility/Scalar.cpp
709629e066cSDimitry AndricSRCS+=		Utility/SelectHelper.cpp
7106e3f21a2SDimitry AndricSRCS+=		Utility/State.cpp
7115517e702SDimitry AndricSRCS+=		Utility/Status.cpp
7127c1fda1cSDimitry AndricSRCS+=		Utility/Stream.cpp
7137c1fda1cSDimitry AndricSRCS+=		Utility/StreamString.cpp
714986e05bcSDimitry AndricSRCS+=		Utility/StringExtractor.cpp
715986e05bcSDimitry AndricSRCS+=		Utility/StringExtractorGDBRemote.cpp
716986e05bcSDimitry AndricSRCS+=		Utility/StringLexer.cpp
7177c1fda1cSDimitry AndricSRCS+=		Utility/StringList.cpp
718a580b014SDimitry AndricSRCS+=		Utility/StructuredData.cpp
7197c1fda1cSDimitry AndricSRCS+=		Utility/TildeExpressionResolver.cpp
720fe6060f1SDimitry AndricSRCS+=		Utility/TraceGDBRemotePackets.cpp
721a580b014SDimitry AndricSRCS+=		Utility/Timer.cpp
7227c1fda1cSDimitry AndricSRCS+=		Utility/UUID.cpp
723e8d8bef9SDimitry AndricSRCS+=		Utility/UnimplementedError.cpp
724986e05bcSDimitry AndricSRCS+=		Utility/UriParser.cpp
7257c1fda1cSDimitry AndricSRCS+=		Utility/UserID.cpp
726a32f82c2SDimitry AndricSRCS+=		Utility/UserIDResolver.cpp
7277c1fda1cSDimitry AndricSRCS+=		Utility/VASprintf.cpp
7287c1fda1cSDimitry AndricSRCS+=		Utility/VMRange.cpp
72981ad6265SDimitry AndricSRCS+=		Utility/XcodeSDK.cpp
73004eeddc0SDimitry AndricSRCS+=		Version/Version.cpp
731e8f1392dSEd Maste
732d8ed7fa3SDimitry AndricLLDB_TBLGEN?=	lldb-tblgen
733d8ed7fa3SDimitry Andric
734f46f1d28SDimitry AndricCommandOptions.inc: ${LLDB_SRCS}/source/Commands/Options.td
735d8ed7fa3SDimitry Andric	${LLDB_TBLGEN} -gen-lldb-option-defs \
736d8ed7fa3SDimitry Andric	    -I ${LLDB_SRCS}/source/Commands -d ${.TARGET:C/$/.d/} \
737d8ed7fa3SDimitry Andric	    -o ${.TARGET} ${LLDB_SRCS}/source/Commands/Options.td
738f46f1d28SDimitry AndricTGHDRS+=	CommandOptions.inc
739f46f1d28SDimitry Andric
740f46f1d28SDimitry Andric.for path in \
741f46f1d28SDimitry Andric	Core/Core \
742f46f1d28SDimitry Andric	Interpreter/Interpreter \
743f46f1d28SDimitry Andric	Plugins/JITLoader/GDB/JITLoaderGDB \
7445f757f3fSDimitry Andric	Plugins/Platform/QemuUser/PlatformQemuUser \
745f46f1d28SDimitry Andric	Plugins/Process/gdb-remote/ProcessGDBRemote \
746f46f1d28SDimitry Andric	Plugins/SymbolFile/DWARF/SymbolFileDWARF \
7475f757f3fSDimitry Andric	Plugins/SymbolLocator/Debuginfod/SymbolLocatorDebuginfod \
748f46f1d28SDimitry Andric	Target/Target
749f46f1d28SDimitry Andric${path:T}Properties.inc: ${LLDB_SRCS}/source/${path}Properties.td
750d8ed7fa3SDimitry Andric	${LLDB_TBLGEN} -gen-lldb-property-defs \
751d8ed7fa3SDimitry Andric	    -I ${LLDB_SRCS}/source/${path:H} -d ${.TARGET:C/$/.d/} \
752d8ed7fa3SDimitry Andric	    -o ${.TARGET} ${LLDB_SRCS}/source/${path}Properties.td
753f46f1d28SDimitry AndricTGHDRS+=	${path:T}Properties.inc
754f46f1d28SDimitry Andric
755f46f1d28SDimitry Andric${path:T}PropertiesEnum.inc: ${LLDB_SRCS}/source/${path}Properties.td
756d8ed7fa3SDimitry Andric	${LLDB_TBLGEN} -gen-lldb-property-enum-defs \
757d8ed7fa3SDimitry Andric	    -I ${LLDB_SRCS}/source/${path:H} -d ${.TARGET:C/$/.d/} \
758d8ed7fa3SDimitry Andric	    -o ${.TARGET} ${LLDB_SRCS}/source/${path}Properties.td
759f46f1d28SDimitry AndricTGHDRS+=	${path:T}PropertiesEnum.inc
760f46f1d28SDimitry Andric.endfor
761a32f82c2SDimitry Andric
762a32f82c2SDimitry AndricDPSRCS+=	${TGHDRS}
763a32f82c2SDimitry AndricCLEANFILES+=	${TGHDRS} ${TGHDRS:C/$/.d/}
764a32f82c2SDimitry Andric
765986e05bcSDimitry Andric.include "../clang.build.mk"
766986e05bcSDimitry Andric
767986e05bcSDimitry AndricINTERNALLIB=
768986e05bcSDimitry Andric
769f0d060f9SEd Maste# Building lldb's bindings requires swig, but we do not want to include it in
770f0d060f9SEd Maste# the FreeBSD base system (as a build tool) because it has non-trivial
771f0d060f9SEd Maste# dependencies.  As a workaround we commit the generated file.  Requires the
77248aaf27bSDimitry Andric# swig package.
773f0d060f9SEd Maste#
774f0d060f9SEd Maste# After importing an updated llvm/lldb into FreeBSD run `make run-swig` in
775f0d060f9SEd Maste# this directory to generate generate LLDBWrapLua.cpp, and commit the result.
776f0d060f9SEd Maste.PHONY:	run-swig
777f0d060f9SEd Masterun-swig:
77848aaf27bSDimitry Andric	swig -I${LLDB_SRCS}/include \
779f0d060f9SEd Maste	    -c++ -features autodoc -lua -w503 \
780f0d060f9SEd Maste	    -o ${.CURDIR}/LLDBWrapLua.cpp ${LLDB_SRCS}/bindings/lua.swig
781f0d060f9SEd Maste
782986e05bcSDimitry Andric.include <bsd.lib.mk>
783