xref: /freebsd/lib/clang/liblldb/Makefile (revision 0fca6ea1d4eea4c934cfff25ac9ee8ad6fe95583)
173ff7384SDimitry Andric.include <bsd.init.mk>
201d8757dSDimitry Andric.include "../lldb.pre.mk"
3e8f1392dSEd Maste
4e8f1392dSEd MasteLIB=		lldb
50b57cec5SDimitry AndricSRCDIR=		lldb/source
61c3bbb01SEd Maste
7986e05bcSDimitry AndricCFLAGS+=	-I${LLDB_SRCS}/include
8986e05bcSDimitry AndricCFLAGS+=	-I${LLDB_SRCS}/source
948aaf27bSDimitry Andric#CFLAGS+=	-I${LLDB_SRCS}/source/Plugins/Process/FreeBSD
1048aaf27bSDimitry Andric#CFLAGS+=	-I${LLDB_SRCS}/source/Plugins/Process/POSIX
1148aaf27bSDimitry Andric#CFLAGS+=	-I${LLDB_SRCS}/source/Plugins/Process/Utility
12e1cd7682SDimitry AndricCFLAGS+=	-I${OBJTOP}/lib/clang/libllvm
13e1cd7682SDimitry AndricCFLAGS+=	-I${OBJTOP}/lib/clang/libclang
14a32f82c2SDimitry AndricCFLAGS+=	-I${OBJTOP}/lib/clang/liblldb
15652a9748SEd MasteCFLAGS+=	-I${SRCTOP}/contrib/lua/src
16652a9748SEd MasteCFLAGS+=	-I${SRCTOP}/lib/liblua
17e8f1392dSEd Maste
18986e05bcSDimitry AndricSRCS+=		API/SBAddress.cpp
19*0fca6ea1SDimitry AndricSRCS+=		API/SBAddressRange.cpp
20*0fca6ea1SDimitry AndricSRCS+=		API/SBAddressRangeList.cpp
21986e05bcSDimitry AndricSRCS+=		API/SBAttachInfo.cpp
22986e05bcSDimitry AndricSRCS+=		API/SBBlock.cpp
23986e05bcSDimitry AndricSRCS+=		API/SBBreakpoint.cpp
24986e05bcSDimitry AndricSRCS+=		API/SBBreakpointLocation.cpp
25a32f82c2SDimitry AndricSRCS+=		API/SBBreakpointName.cpp
2662bd6269SDimitry AndricSRCS+=		API/SBBreakpointOptionCommon.cpp
27986e05bcSDimitry AndricSRCS+=		API/SBBroadcaster.cpp
28986e05bcSDimitry AndricSRCS+=		API/SBCommandInterpreter.cpp
2948aaf27bSDimitry AndricSRCS+=		API/SBCommandInterpreterRunOptions.cpp
30986e05bcSDimitry AndricSRCS+=		API/SBCommandReturnObject.cpp
31a32f82c2SDimitry AndricSRCS+=		API/SBCommunication.cpp
32986e05bcSDimitry AndricSRCS+=		API/SBCompileUnit.cpp
33986e05bcSDimitry AndricSRCS+=		API/SBData.cpp
34986e05bcSDimitry AndricSRCS+=		API/SBDebugger.cpp
35986e05bcSDimitry AndricSRCS+=		API/SBDeclaration.cpp
3648aaf27bSDimitry AndricSRCS+=		API/SBEnvironment.cpp
37986e05bcSDimitry AndricSRCS+=		API/SBError.cpp
38986e05bcSDimitry AndricSRCS+=		API/SBEvent.cpp
39986e05bcSDimitry AndricSRCS+=		API/SBExecutionContext.cpp
40986e05bcSDimitry AndricSRCS+=		API/SBExpressionOptions.cpp
41f46f1d28SDimitry AndricSRCS+=		API/SBFile.cpp
42986e05bcSDimitry AndricSRCS+=		API/SBFileSpec.cpp
435c4e2ac4SDimitry AndricSRCS+=		API/SBFileSpecList.cpp
445f757f3fSDimitry AndricSRCS+=		API/SBFormat.cpp
45986e05bcSDimitry AndricSRCS+=		API/SBFrame.cpp
46986e05bcSDimitry AndricSRCS+=		API/SBFunction.cpp
47986e05bcSDimitry AndricSRCS+=		API/SBHostOS.cpp
48986e05bcSDimitry AndricSRCS+=		API/SBInstruction.cpp
49986e05bcSDimitry AndricSRCS+=		API/SBInstructionList.cpp
50986e05bcSDimitry AndricSRCS+=		API/SBLanguageRuntime.cpp
51986e05bcSDimitry AndricSRCS+=		API/SBLaunchInfo.cpp
52986e05bcSDimitry AndricSRCS+=		API/SBLineEntry.cpp
53986e05bcSDimitry AndricSRCS+=		API/SBListener.cpp
54986e05bcSDimitry AndricSRCS+=		API/SBMemoryRegionInfo.cpp
555c4e2ac4SDimitry AndricSRCS+=		API/SBMemoryRegionInfoList.cpp
56986e05bcSDimitry AndricSRCS+=		API/SBModule.cpp
57986e05bcSDimitry AndricSRCS+=		API/SBModuleSpec.cpp
58986e05bcSDimitry AndricSRCS+=		API/SBPlatform.cpp
59986e05bcSDimitry AndricSRCS+=		API/SBProcess.cpp
6062bd6269SDimitry AndricSRCS+=		API/SBProcessInfo.cpp
615f757f3fSDimitry AndricSRCS+=		API/SBProcessInfoList.cpp
62986e05bcSDimitry AndricSRCS+=		API/SBQueue.cpp
63986e05bcSDimitry AndricSRCS+=		API/SBQueueItem.cpp
64a32f82c2SDimitry AndricSRCS+=		API/SBReproducer.cpp
65*0fca6ea1SDimitry AndricSRCS+=		API/SBSaveCoreOptions.cpp
6606c3fb27SDimitry AndricSRCS+=		API/SBScriptObject.cpp
67986e05bcSDimitry AndricSRCS+=		API/SBSection.cpp
68986e05bcSDimitry AndricSRCS+=		API/SBSourceManager.cpp
69*0fca6ea1SDimitry AndricSRCS+=		API/SBStatisticsOptions.cpp
70986e05bcSDimitry AndricSRCS+=		API/SBStream.cpp
71986e05bcSDimitry AndricSRCS+=		API/SBStringList.cpp
72629e066cSDimitry AndricSRCS+=		API/SBStructuredData.cpp
73986e05bcSDimitry AndricSRCS+=		API/SBSymbol.cpp
74986e05bcSDimitry AndricSRCS+=		API/SBSymbolContext.cpp
75986e05bcSDimitry AndricSRCS+=		API/SBSymbolContextList.cpp
76986e05bcSDimitry AndricSRCS+=		API/SBTarget.cpp
77986e05bcSDimitry AndricSRCS+=		API/SBThread.cpp
78986e05bcSDimitry AndricSRCS+=		API/SBThreadCollection.cpp
79986e05bcSDimitry AndricSRCS+=		API/SBThreadPlan.cpp
800cc9e150SDimitry AndricSRCS+=		API/SBTrace.cpp
81bdd1243dSDimitry AndricSRCS+=		API/SBTraceCursor.cpp
82986e05bcSDimitry AndricSRCS+=		API/SBType.cpp
83986e05bcSDimitry AndricSRCS+=		API/SBTypeCategory.cpp
84986e05bcSDimitry AndricSRCS+=		API/SBTypeEnumMember.cpp
85986e05bcSDimitry AndricSRCS+=		API/SBTypeFilter.cpp
86986e05bcSDimitry AndricSRCS+=		API/SBTypeFormat.cpp
87986e05bcSDimitry AndricSRCS+=		API/SBTypeNameSpecifier.cpp
88986e05bcSDimitry AndricSRCS+=		API/SBTypeSummary.cpp
89a32f82c2SDimitry AndricSRCS+=		API/SBTypeSynthetic.cpp
90986e05bcSDimitry AndricSRCS+=		API/SBUnixSignals.cpp
91986e05bcSDimitry AndricSRCS+=		API/SBValue.cpp
92986e05bcSDimitry AndricSRCS+=		API/SBValueList.cpp
935c4e2ac4SDimitry AndricSRCS+=		API/SBVariablesOptions.cpp
94986e05bcSDimitry AndricSRCS+=		API/SBWatchpoint.cpp
955f757f3fSDimitry AndricSRCS+=		API/SBWatchpointOptions.cpp
96986e05bcSDimitry AndricSRCS+=		API/SystemInitializerFull.cpp
97986e05bcSDimitry AndricSRCS+=		Breakpoint/Breakpoint.cpp
98986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointID.cpp
99986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointIDList.cpp
100986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointList.cpp
101986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointLocation.cpp
102986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointLocationCollection.cpp
103986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointLocationList.cpp
10477b0be52SDimitry AndricSRCS+=		Breakpoint/BreakpointName.cpp
105986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointOptions.cpp
106986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolver.cpp
107986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverAddress.cpp
108986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverFileLine.cpp
109986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverFileRegex.cpp
110986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverName.cpp
1116e3f21a2SDimitry AndricSRCS+=		Breakpoint/BreakpointResolverScripted.cpp
112986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointSite.cpp
1135f757f3fSDimitry AndricSRCS+=		Breakpoint/StopPointSiteList.cpp
114986e05bcSDimitry AndricSRCS+=		Breakpoint/Stoppoint.cpp
115986e05bcSDimitry AndricSRCS+=		Breakpoint/StoppointCallbackContext.cpp
116e8d8bef9SDimitry AndricSRCS+=		Breakpoint/StoppointSite.cpp
117986e05bcSDimitry AndricSRCS+=		Breakpoint/Watchpoint.cpp
118*0fca6ea1SDimitry AndricSRCS+=		Breakpoint/WatchpointAlgorithms.cpp
119986e05bcSDimitry AndricSRCS+=		Breakpoint/WatchpointList.cpp
120986e05bcSDimitry AndricSRCS+=		Breakpoint/WatchpointOptions.cpp
1215f757f3fSDimitry AndricSRCS+=		Breakpoint/WatchpointResource.cpp
122986e05bcSDimitry AndricSRCS+=		Commands/CommandCompletions.cpp
123986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectApropos.cpp
124986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectBreakpoint.cpp
125986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectBreakpointCommand.cpp
126986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectCommands.cpp
127bdd1243dSDimitry AndricSRCS+=		Commands/CommandObjectDWIMPrint.cpp
128bdd1243dSDimitry AndricSRCS+=		Commands/CommandObjectDiagnostics.cpp
129986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectDisassemble.cpp
130986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectExpression.cpp
131986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectFrame.cpp
132986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectGUI.cpp
133986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectHelp.cpp
134986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectLanguage.cpp
135986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectLog.cpp
136986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectMemory.cpp
137fe6060f1SDimitry AndricSRCS+=		Commands/CommandObjectMemoryTag.cpp
138986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectMultiword.cpp
139986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectPlatform.cpp
140986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectPlugin.cpp
141986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectProcess.cpp
142986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectQuit.cpp
143e8d8bef9SDimitry AndricSRCS+=		Commands/CommandObjectRegexCommand.cpp
144986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectRegister.cpp
145*0fca6ea1SDimitry AndricSRCS+=		Commands/CommandObjectScripting.cpp
146e8d8bef9SDimitry AndricSRCS+=		Commands/CommandObjectSession.cpp
147986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectSettings.cpp
148986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectSource.cpp
149532d8940SDimitry AndricSRCS+=		Commands/CommandObjectStats.cpp
150986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectTarget.cpp
151986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectThread.cpp
152e8d8bef9SDimitry AndricSRCS+=		Commands/CommandObjectThreadUtil.cpp
153d409305fSDimitry AndricSRCS+=		Commands/CommandObjectTrace.cpp
154986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectType.cpp
155986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectVersion.cpp
156986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectWatchpoint.cpp
157986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectWatchpointCommand.cpp
158fcaf7f86SDimitry AndricSRCS+=		Commands/CommandOptionArgumentTable.cpp
15906c3fb27SDimitry AndricSRCS+=		Commands/CommandOptionsProcessAttach.cpp
160e8d8bef9SDimitry AndricSRCS+=		Commands/CommandOptionsProcessLaunch.cpp
161986e05bcSDimitry AndricSRCS+=		Core/Address.cpp
162986e05bcSDimitry AndricSRCS+=		Core/AddressRange.cpp
163*0fca6ea1SDimitry AndricSRCS+=		Core/AddressRangeListImpl.cpp
164986e05bcSDimitry AndricSRCS+=		Core/AddressResolver.cpp
165986e05bcSDimitry AndricSRCS+=		Core/AddressResolverFileLine.cpp
166986e05bcSDimitry AndricSRCS+=		Core/Communication.cpp
16704eeddc0SDimitry AndricSRCS+=		Core/DataFileCache.cpp
168986e05bcSDimitry AndricSRCS+=		Core/Debugger.cpp
16981ad6265SDimitry AndricSRCS+=		Core/DebuggerEvents.cpp
170fe6060f1SDimitry AndricSRCS+=		Core/Declaration.cpp
171986e05bcSDimitry AndricSRCS+=		Core/Disassembler.cpp
1727c1fda1cSDimitry AndricSRCS+=		Core/DumpDataExtractor.cpp
17306c3fb27SDimitry AndricSRCS+=		Core/DumpRegisterInfo.cpp
174532d8940SDimitry AndricSRCS+=		Core/DumpRegisterValue.cpp
175986e05bcSDimitry AndricSRCS+=		Core/DynamicLoader.cpp
176986e05bcSDimitry AndricSRCS+=		Core/EmulateInstruction.cpp
177986e05bcSDimitry AndricSRCS+=		Core/FileLineResolver.cpp
178986e05bcSDimitry AndricSRCS+=		Core/FormatEntity.cpp
1796e3f21a2SDimitry AndricSRCS+=		Core/Highlighter.cpp
180986e05bcSDimitry AndricSRCS+=		Core/IOHandler.cpp
181f46f1d28SDimitry AndricSRCS+=		Core/IOHandlerCursesGUI.cpp
182986e05bcSDimitry AndricSRCS+=		Core/Mangled.cpp
183986e05bcSDimitry AndricSRCS+=		Core/Module.cpp
184986e05bcSDimitry AndricSRCS+=		Core/ModuleChild.cpp
185986e05bcSDimitry AndricSRCS+=		Core/ModuleList.cpp
186986e05bcSDimitry AndricSRCS+=		Core/Opcode.cpp
187986e05bcSDimitry AndricSRCS+=		Core/PluginManager.cpp
188fe6060f1SDimitry AndricSRCS+=		Core/Progress.cpp
1896e3f21a2SDimitry AndricSRCS+=		Core/RichManglingContext.cpp
190986e05bcSDimitry AndricSRCS+=		Core/SearchFilter.cpp
191986e05bcSDimitry AndricSRCS+=		Core/Section.cpp
192fe6060f1SDimitry AndricSRCS+=		Core/SourceLocationSpec.cpp
193986e05bcSDimitry AndricSRCS+=		Core/SourceManager.cpp
194986e05bcSDimitry AndricSRCS+=		Core/StreamAsynchronousIO.cpp
195bdd1243dSDimitry AndricSRCS+=		Core/ThreadedCommunication.cpp
196986e05bcSDimitry AndricSRCS+=		Core/UserSettingsController.cpp
197986e05bcSDimitry AndricSRCS+=		Core/Value.cpp
198986e05bcSDimitry AndricSRCS+=		Core/ValueObject.cpp
199986e05bcSDimitry AndricSRCS+=		Core/ValueObjectCast.cpp
200986e05bcSDimitry AndricSRCS+=		Core/ValueObjectChild.cpp
201986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResult.cpp
202986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResultCast.cpp
203986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResultChild.cpp
204986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResultImpl.cpp
205986e05bcSDimitry AndricSRCS+=		Core/ValueObjectDynamicValue.cpp
206986e05bcSDimitry AndricSRCS+=		Core/ValueObjectList.cpp
207986e05bcSDimitry AndricSRCS+=		Core/ValueObjectMemory.cpp
208986e05bcSDimitry AndricSRCS+=		Core/ValueObjectRegister.cpp
209986e05bcSDimitry AndricSRCS+=		Core/ValueObjectSyntheticFilter.cpp
210fe6060f1SDimitry AndricSRCS+=		Core/ValueObjectUpdater.cpp
2115f757f3fSDimitry AndricSRCS+=		Core/ValueObjectVTable.cpp
212986e05bcSDimitry AndricSRCS+=		Core/ValueObjectVariable.cpp
213986e05bcSDimitry AndricSRCS+=		DataFormatters/CXXFunctionPointer.cpp
214986e05bcSDimitry AndricSRCS+=		DataFormatters/DataVisualization.cpp
215986e05bcSDimitry AndricSRCS+=		DataFormatters/DumpValueObjectOptions.cpp
216986e05bcSDimitry AndricSRCS+=		DataFormatters/FormatCache.cpp
217986e05bcSDimitry AndricSRCS+=		DataFormatters/FormatClasses.cpp
218986e05bcSDimitry AndricSRCS+=		DataFormatters/FormatManager.cpp
219986e05bcSDimitry AndricSRCS+=		DataFormatters/FormattersHelpers.cpp
220986e05bcSDimitry AndricSRCS+=		DataFormatters/LanguageCategory.cpp
221986e05bcSDimitry AndricSRCS+=		DataFormatters/StringPrinter.cpp
222986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeCategory.cpp
223986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeCategoryMap.cpp
224986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeFormat.cpp
225986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeSummary.cpp
226986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeSynthetic.cpp
227986e05bcSDimitry AndricSRCS+=		DataFormatters/ValueObjectPrinter.cpp
228986e05bcSDimitry AndricSRCS+=		DataFormatters/VectorType.cpp
229986e05bcSDimitry AndricSRCS+=		Expression/DWARFExpression.cpp
230753f127fSDimitry AndricSRCS+=		Expression/DWARFExpressionList.cpp
231986e05bcSDimitry AndricSRCS+=		Expression/DiagnosticManager.cpp
232986e05bcSDimitry AndricSRCS+=		Expression/Expression.cpp
233*0fca6ea1SDimitry AndricSRCS+=		Expression/ExpressionParser.cpp
23406c3fb27SDimitry AndricSRCS+=		Expression/ExpressionTypeSystemHelper.cpp
235986e05bcSDimitry AndricSRCS+=		Expression/ExpressionVariable.cpp
236986e05bcSDimitry AndricSRCS+=		Expression/FunctionCaller.cpp
237986e05bcSDimitry AndricSRCS+=		Expression/IRExecutionUnit.cpp
238986e05bcSDimitry AndricSRCS+=		Expression/IRInterpreter.cpp
239986e05bcSDimitry AndricSRCS+=		Expression/IRMemoryMap.cpp
240986e05bcSDimitry AndricSRCS+=		Expression/LLVMUserExpression.cpp
241986e05bcSDimitry AndricSRCS+=		Expression/Materializer.cpp
24206c3fb27SDimitry AndricSRCS+=		Expression/ObjectFileJIT.cpp
243986e05bcSDimitry AndricSRCS+=		Expression/REPL.cpp
244986e05bcSDimitry AndricSRCS+=		Expression/UserExpression.cpp
245986e05bcSDimitry AndricSRCS+=		Expression/UtilityFunction.cpp
246*0fca6ea1SDimitry AndricSRCS+=		Host/common/Alarm.cpp
247986e05bcSDimitry AndricSRCS+=		Host/common/Editline.cpp
248986e05bcSDimitry AndricSRCS+=		Host/common/File.cpp
249a32f82c2SDimitry AndricSRCS+=		Host/common/FileAction.cpp
250986e05bcSDimitry AndricSRCS+=		Host/common/FileCache.cpp
251986e05bcSDimitry AndricSRCS+=		Host/common/FileSystem.cpp
252986e05bcSDimitry AndricSRCS+=		Host/common/Host.cpp
253986e05bcSDimitry AndricSRCS+=		Host/common/HostInfoBase.cpp
254986e05bcSDimitry AndricSRCS+=		Host/common/HostNativeThreadBase.cpp
255986e05bcSDimitry AndricSRCS+=		Host/common/HostProcess.cpp
256986e05bcSDimitry AndricSRCS+=		Host/common/HostThread.cpp
257f46f1d28SDimitry AndricSRCS+=		Host/common/LZMA.cpp
258986e05bcSDimitry AndricSRCS+=		Host/common/LockFileBase.cpp
259bdd1243dSDimitry AndricSRCS+=		Host/common/MainLoopBase.cpp
260986e05bcSDimitry AndricSRCS+=		Host/common/MonitoringProcessLauncher.cpp
261d409305fSDimitry AndricSRCS+=		Host/common/NativeProcessProtocol.cpp
262d409305fSDimitry AndricSRCS+=		Host/common/NativeRegisterContext.cpp
263d409305fSDimitry AndricSRCS+=		Host/common/NativeThreadProtocol.cpp
264986e05bcSDimitry AndricSRCS+=		Host/common/NativeWatchpointList.cpp
265986e05bcSDimitry AndricSRCS+=		Host/common/OptionParser.cpp
266986e05bcSDimitry AndricSRCS+=		Host/common/PipeBase.cpp
267a32f82c2SDimitry AndricSRCS+=		Host/common/ProcessLaunchInfo.cpp
268986e05bcSDimitry AndricSRCS+=		Host/common/ProcessRunLock.cpp
2697c1fda1cSDimitry AndricSRCS+=		Host/common/PseudoTerminal.cpp
270986e05bcSDimitry AndricSRCS+=		Host/common/Socket.cpp
271986e05bcSDimitry AndricSRCS+=		Host/common/SocketAddress.cpp
2725f757f3fSDimitry AndricSRCS+=		Host/common/StreamFile.cpp
273986e05bcSDimitry AndricSRCS+=		Host/common/TCPSocket.cpp
274986e05bcSDimitry AndricSRCS+=		Host/common/Terminal.cpp
275986e05bcSDimitry AndricSRCS+=		Host/common/ThreadLauncher.cpp
276986e05bcSDimitry AndricSRCS+=		Host/common/UDPSocket.cpp
277986e05bcSDimitry AndricSRCS+=		Host/common/XML.cpp
278986e05bcSDimitry AndricSRCS+=		Host/freebsd/Host.cpp
279986e05bcSDimitry AndricSRCS+=		Host/freebsd/HostInfoFreeBSD.cpp
280986e05bcSDimitry AndricSRCS+=		Host/posix/ConnectionFileDescriptorPosix.cpp
281986e05bcSDimitry AndricSRCS+=		Host/posix/DomainSocket.cpp
282f46f1d28SDimitry AndricSRCS+=		Host/posix/FileSystemPosix.cpp
283986e05bcSDimitry AndricSRCS+=		Host/posix/HostInfoPosix.cpp
284986e05bcSDimitry AndricSRCS+=		Host/posix/HostProcessPosix.cpp
285986e05bcSDimitry AndricSRCS+=		Host/posix/HostThreadPosix.cpp
286986e05bcSDimitry AndricSRCS+=		Host/posix/LockFilePosix.cpp
287bdd1243dSDimitry AndricSRCS+=		Host/posix/MainLoopPosix.cpp
288986e05bcSDimitry AndricSRCS+=		Host/posix/PipePosix.cpp
289edd7eaddSDimitry AndricSRCS+=		Host/posix/ProcessLauncherPosixFork.cpp
290986e05bcSDimitry AndricSRCS+=		Initialization/SystemInitializer.cpp
291986e05bcSDimitry AndricSRCS+=		Initialization/SystemInitializerCommon.cpp
292986e05bcSDimitry AndricSRCS+=		Initialization/SystemLifetimeManager.cpp
293986e05bcSDimitry AndricSRCS+=		Interpreter/CommandAlias.cpp
294986e05bcSDimitry AndricSRCS+=		Interpreter/CommandHistory.cpp
295986e05bcSDimitry AndricSRCS+=		Interpreter/CommandInterpreter.cpp
296986e05bcSDimitry AndricSRCS+=		Interpreter/CommandObject.cpp
297986e05bcSDimitry AndricSRCS+=		Interpreter/CommandOptionValidators.cpp
298986e05bcSDimitry AndricSRCS+=		Interpreter/CommandReturnObject.cpp
299532d8940SDimitry AndricSRCS+=		Interpreter/OptionArgParser.cpp
300986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupArchitecture.cpp
301986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupBoolean.cpp
302986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupFile.cpp
303986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupFormat.cpp
30481ad6265SDimitry AndricSRCS+=		Interpreter/OptionGroupMemoryTag.cpp
305986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupOutputFile.cpp
306986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupPlatform.cpp
307f46f1d28SDimitry AndricSRCS+=		Interpreter/OptionGroupPythonClassWithDict.cpp
308986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupString.cpp
309986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupUInt64.cpp
310986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupUUID.cpp
311986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupValueObjectDisplay.cpp
312986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupVariable.cpp
313986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupWatchpoint.cpp
314986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValue.cpp
315986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueArch.cpp
316fe6060f1SDimitry AndricSRCS+=		Interpreter/OptionValueArgs.cpp
317986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueArray.cpp
318986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueBoolean.cpp
319986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueChar.cpp
320986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueDictionary.cpp
321986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueEnumeration.cpp
322e8d8bef9SDimitry AndricSRCS+=		Interpreter/OptionValueFileColonLine.cpp
323986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueFileSpec.cpp
324f46f1d28SDimitry AndricSRCS+=		Interpreter/OptionValueFileSpecList.cpp
325986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueFormat.cpp
326986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueFormatEntity.cpp
327986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueLanguage.cpp
328986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValuePathMappings.cpp
329986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueProperties.cpp
330986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueRegex.cpp
331986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueSInt64.cpp
332986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueString.cpp
333986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueUInt64.cpp
334986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueUUID.cpp
335986e05bcSDimitry AndricSRCS+=		Interpreter/Options.cpp
336986e05bcSDimitry AndricSRCS+=		Interpreter/Property.cpp
337986e05bcSDimitry AndricSRCS+=		Interpreter/ScriptInterpreter.cpp
338d409305fSDimitry AndricSRCS+=		LLDBWrapLua.cpp
33948aaf27bSDimitry AndricSRCS+=		Plugins/ABI/AArch64/ABIAArch64.cpp
34048aaf27bSDimitry AndricSRCS+=		Plugins/ABI/AArch64/ABISysV_arm64.cpp
34148aaf27bSDimitry AndricSRCS+=		Plugins/ABI/ARM/ABIARM.cpp
34248aaf27bSDimitry AndricSRCS+=		Plugins/ABI/ARM/ABISysV_arm.cpp
34348aaf27bSDimitry AndricSRCS+=		Plugins/ABI/Mips/ABIMips.cpp
34448aaf27bSDimitry AndricSRCS+=		Plugins/ABI/Mips/ABISysV_mips.cpp
34548aaf27bSDimitry AndricSRCS+=		Plugins/ABI/Mips/ABISysV_mips64.cpp
34648aaf27bSDimitry AndricSRCS+=		Plugins/ABI/PowerPC/ABIPowerPC.cpp
34748aaf27bSDimitry AndricSRCS+=		Plugins/ABI/PowerPC/ABISysV_ppc.cpp
34848aaf27bSDimitry AndricSRCS+=		Plugins/ABI/PowerPC/ABISysV_ppc64.cpp
3495f757f3fSDimitry AndricSRCS+=		Plugins/ABI/RISCV/ABISysV_riscv.cpp
35048aaf27bSDimitry AndricSRCS+=		Plugins/ABI/X86/ABISysV_i386.cpp
35148aaf27bSDimitry AndricSRCS+=		Plugins/ABI/X86/ABISysV_x86_64.cpp
35248aaf27bSDimitry AndricSRCS+=		Plugins/ABI/X86/ABIX86.cpp
3535e801ac6SDimitry AndricSRCS+=		Plugins/ABI/X86/ABIX86_i386.cpp
354fe6060f1SDimitry AndricSRCS+=		Plugins/Architecture/AArch64/ArchitectureAArch64.cpp
35577b0be52SDimitry AndricSRCS+=		Plugins/Architecture/Arm/ArchitectureArm.cpp
3566e3f21a2SDimitry AndricSRCS+=		Plugins/Architecture/Mips/ArchitectureMips.cpp
357532d8940SDimitry AndricSRCS+=		Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
35848aaf27bSDimitry AndricSRCS+=		Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
359647cbc5dSDimitry AndricSRCS+=		Plugins/DynamicLoader/FreeBSD-Kernel/DynamicLoaderFreeBSDKernel.cpp
360986e05bcSDimitry AndricSRCS+=		Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
361986e05bcSDimitry AndricSRCS+=		Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
362986e05bcSDimitry AndricSRCS+=		Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
363986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
364986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp
365a32f82c2SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ASTUtils.cpp
36648aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
36748aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangASTMetadata.cpp
368986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangASTSource.cpp
369f46f1d28SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangDeclVendor.cpp
370986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
37106c3fb27SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionHelper.cpp
372986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
373a32f82c2SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
374fcaf7f86SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionUtil.cpp
375986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp
37648aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.cpp
377986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
378532d8940SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangHost.cpp
379986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
380986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
381986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
38248aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangUtil.cpp
383986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
384f46f1d28SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/CppModuleConfiguration.cpp
38548aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp
386a32f82c2SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
387986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/IRForTarget.cpp
38848aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/NameSearchContext.cpp
389986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/ARM/EmulateInstructionARM.cpp
390986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/ARM/EmulationStateARM.cpp
391986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
392986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
393986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
394532d8940SDimitry AndricSRCS+=		Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
395bdd1243dSDimitry AndricSRCS+=		Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp
39648aaf27bSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp
3975f757f3fSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/ASanLibsanitizers/InstrumentationRuntimeASanLibsanitizers.cpp
39848aaf27bSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp
39948aaf27bSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
40048aaf27bSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp
4015f757f3fSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/Utility/ReportRetriever.cpp
402986e05bcSDimitry AndricSRCS+=		Plugins/JITLoader/GDB/JITLoaderGDB.cpp
403986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/BlockPointer.cpp
404986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
4057c1fda1cSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
406bdd1243dSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/Coroutines.cpp
407a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/CxxStringTypes.cpp
4085e801ac6SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/GenericBitset.cpp
40904eeddc0SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/GenericOptional.cpp
410986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxx.cpp
411986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
412986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp
413986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxList.cpp
414986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxMap.cpp
415*0fca6ea1SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxProxyArray.cpp
416a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxQueue.cpp
417bdd1243dSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxRangesRefView.cpp
418*0fca6ea1SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxSliceArray.cpp
41981ad6265SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxSpan.cpp
420a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxTuple.cpp
421986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
422*0fca6ea1SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxValarray.cpp
423a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxVariant.cpp
424986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxVector.cpp
425986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibStdcpp.cpp
426a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
427a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
4286e3f21a2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp
4296e3f21a2SDimitry AndricSRCS+=		Plugins/Language/ClangCommon/ClangHighlighter.cpp
430986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/CF.cpp
4310b2d2290SPiotr KubajSRCS+=		Plugins/Language/ObjC/CFBasicHash.cpp
432986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/Cocoa.cpp
4330b2d2290SPiotr KubajSRCS+=		Plugins/Language/ObjC/CoreMedia.cpp
434986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSArray.cpp
435986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSDictionary.cpp
436986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSError.cpp
437986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSException.cpp
438986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSIndexPath.cpp
439986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSSet.cpp
440986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSString.cpp
441986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/ObjCLanguage.cpp
442a32f82c2SDimitry AndricSRCS+=		Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
443d409305fSDimitry AndricSRCS+=		Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
4445c38ea60SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
4455c38ea60SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
4460cc9e150SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
4475c38ea60SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
4485c38ea60SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
4490cc9e150SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
4505c38ea60SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
4510cc9e150SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
452a32f82c2SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
453986e05bcSDimitry AndricSRCS+=		Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
454986e05bcSDimitry AndricSRCS+=		Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
455a32f82c2SDimitry AndricSRCS+=		Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
4566e3f21a2SDimitry AndricSRCS+=		Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
457986e05bcSDimitry AndricSRCS+=		Plugins/ObjectFile/ELF/ELFHeader.cpp
458986e05bcSDimitry AndricSRCS+=		Plugins/ObjectFile/ELF/ObjectFileELF.cpp
459986e05bcSDimitry AndricSRCS+=		Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
4607c1fda1cSDimitry AndricSRCS+=		Plugins/Platform/POSIX/PlatformPOSIX.cpp
4615f757f3fSDimitry AndricSRCS+=		Plugins/Platform/QemuUser/PlatformQemuUser.cpp
462986e05bcSDimitry AndricSRCS+=		Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
463d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp
464d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD.cpp
465d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm.cpp
466d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.cpp
467d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.cpp
468d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.cpp
469d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.cpp
470d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeThreadFreeBSD.cpp
47104eeddc0SDimitry AndricSRCS+=		Plugins/Process/FreeBSDKernel/ProcessFreeBSDKernel.cpp
47204eeddc0SDimitry AndricSRCS+=		Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_arm64.cpp
47304eeddc0SDimitry AndricSRCS+=		Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_i386.cpp
47404eeddc0SDimitry AndricSRCS+=		Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_x86_64.cpp
47504eeddc0SDimitry AndricSRCS+=		Plugins/Process/FreeBSDKernel/ThreadFreeBSDKernel.cpp
476986e05bcSDimitry AndricSRCS+=		Plugins/Process/POSIX/CrashReason.cpp
477d409305fSDimitry AndricSRCS+=		Plugins/Process/POSIX/NativeProcessELF.cpp
478986e05bcSDimitry AndricSRCS+=		Plugins/Process/POSIX/ProcessPOSIXLog.cpp
479a32f82c2SDimitry AndricSRCS+=		Plugins/Process/Utility/AuxVector.cpp
480986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/FreeBSDSignals.cpp
481986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/GDBRemoteSignals.cpp
482986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/HistoryThread.cpp
483986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/HistoryUnwind.cpp
484986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/InferiorCallPOSIX.cpp
485986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/LinuxSignals.cpp
486fe6060f1SDimitry AndricSRCS+=		Plugins/Process/Utility/MemoryTagManagerAArch64MTE.cpp
487d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/NativeProcessSoftwareSingleStep.cpp
488d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/NativeRegisterContextDBReg_arm64.cpp
489d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/NativeRegisterContextDBReg_x86.cpp
490d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/NativeRegisterContextRegisterInfo.cpp
491986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/NetBSDSignals.cpp
492986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
493986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
494986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextDummy.cpp
495986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_i386.cpp
496986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_mips64.cpp
497986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp
498986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.cpp
499986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextHistory.cpp
500986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextLinux_i386.cpp
501986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp
502986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextMemory.cpp
50348aaf27bSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextNetBSD_i386.cpp
5047c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
5057c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextOpenBSD_i386.cpp
5067c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.cpp
507986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
508986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
509986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
510986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp
51177b0be52SDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp
512*0fca6ea1SDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_riscv64.cpp
513986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
514986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextThreadMemory.cpp
515d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContext_x86.cpp
516*0fca6ea1SDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterFlagsDetector_arm64.cpp
5177c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfoPOSIX_arm.cpp
518629e066cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
51977b0be52SDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.cpp
520bdd1243dSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfoPOSIX_riscv64.cpp
52106c3fb27SDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfos_x86_64_with_base_shared.cpp
522986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/StopInfoMachException.cpp
523986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/ThreadMemory.cpp
524986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/ProcessElfCore.cpp
52506c3fb27SDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextLinuxCore_x86_64.cpp
526986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
527986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
528986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
529986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
53077b0be52SDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.cpp
531*0fca6ea1SDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_riscv64.cpp
532986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
53377b0be52SDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterUtilities.cpp
534986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/ThreadElfCore.cpp
535629e066cSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
536986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
537986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
5386e3f21a2SDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp
539986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
540986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
541986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
542986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
543986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
54404eeddc0SDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteRegisterFallback.cpp
545986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
546986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp
547986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
548fe6060f1SDimitry AndricSRCS+=		Plugins/Process/scripted/ScriptedProcess.cpp
5495e801ac6SDimitry AndricSRCS+=		Plugins/Process/scripted/ScriptedThread.cpp
550652a9748SEd MasteSRCS+=		Plugins/ScriptInterpreter/Lua/Lua.cpp
551652a9748SEd MasteSRCS+=		Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
552986e05bcSDimitry AndricSRCS+=		Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
5536e3f21a2SDimitry AndricSRCS+=		Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
554532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
555986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DIERef.cpp
55681ad6265SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFASTParser.cpp
557986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
558986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
559532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
560986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
561a32f82c2SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFContext.cpp
562986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDIE.cpp
563986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp
564986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
565986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
566986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
567986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
568986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
569986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
570986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp
571986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDefines.cpp
572986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
573532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFIndex.cpp
574a32f82c2SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp
575532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFUnit.cpp
576d409305fSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
577986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
578532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
579986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/NameToDIE.cpp
580986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
581986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
582986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
583986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
584986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
5855f757f3fSDimitry AndricSRCS+=		Plugins/SymbolLocator/Default/SymbolLocatorDefault.cpp
5865f757f3fSDimitry AndricSRCS+=		Plugins/SymbolLocator/Debuginfod/SymbolLocatorDebuginfod.cpp
587986e05bcSDimitry AndricSRCS+=		Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
58848aaf27bSDimitry AndricSRCS+=		Plugins/TypeSystem/Clang/TypeSystemClang.cpp
589986e05bcSDimitry AndricSRCS+=		Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
590986e05bcSDimitry AndricSRCS+=		Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
591629e066cSDimitry AndricSRCS+=		Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
592986e05bcSDimitry AndricSRCS+=		Symbol/ArmUnwindInfo.cpp
593986e05bcSDimitry AndricSRCS+=		Symbol/Block.cpp
594986e05bcSDimitry AndricSRCS+=		Symbol/CompactUnwindInfo.cpp
595986e05bcSDimitry AndricSRCS+=		Symbol/CompileUnit.cpp
596986e05bcSDimitry AndricSRCS+=		Symbol/CompilerDecl.cpp
597986e05bcSDimitry AndricSRCS+=		Symbol/CompilerDeclContext.cpp
598986e05bcSDimitry AndricSRCS+=		Symbol/CompilerType.cpp
599986e05bcSDimitry AndricSRCS+=		Symbol/DWARFCallFrameInfo.cpp
600986e05bcSDimitry AndricSRCS+=		Symbol/DebugMacros.cpp
601a32f82c2SDimitry AndricSRCS+=		Symbol/DeclVendor.cpp
602986e05bcSDimitry AndricSRCS+=		Symbol/FuncUnwinders.cpp
603986e05bcSDimitry AndricSRCS+=		Symbol/Function.cpp
604986e05bcSDimitry AndricSRCS+=		Symbol/LineEntry.cpp
605986e05bcSDimitry AndricSRCS+=		Symbol/LineTable.cpp
606bdd1243dSDimitry AndricSRCS+=		Symbol/ObjectContainer.cpp
607986e05bcSDimitry AndricSRCS+=		Symbol/ObjectFile.cpp
608a32f82c2SDimitry AndricSRCS+=		Symbol/PostfixExpression.cpp
609*0fca6ea1SDimitry AndricSRCS+=		Symbol/SaveCoreOptions.cpp
610986e05bcSDimitry AndricSRCS+=		Symbol/Symbol.cpp
611986e05bcSDimitry AndricSRCS+=		Symbol/SymbolContext.cpp
612986e05bcSDimitry AndricSRCS+=		Symbol/SymbolFile.cpp
61381ad6265SDimitry AndricSRCS+=		Symbol/SymbolFileOnDemand.cpp
6145f757f3fSDimitry AndricSRCS+=		Symbol/SymbolLocator.cpp
615986e05bcSDimitry AndricSRCS+=		Symbol/SymbolVendor.cpp
616986e05bcSDimitry AndricSRCS+=		Symbol/Symtab.cpp
617986e05bcSDimitry AndricSRCS+=		Symbol/Type.cpp
618986e05bcSDimitry AndricSRCS+=		Symbol/TypeList.cpp
619986e05bcSDimitry AndricSRCS+=		Symbol/TypeMap.cpp
620986e05bcSDimitry AndricSRCS+=		Symbol/TypeSystem.cpp
621986e05bcSDimitry AndricSRCS+=		Symbol/UnwindPlan.cpp
622986e05bcSDimitry AndricSRCS+=		Symbol/UnwindTable.cpp
623986e05bcSDimitry AndricSRCS+=		Symbol/Variable.cpp
624986e05bcSDimitry AndricSRCS+=		Symbol/VariableList.cpp
625986e05bcSDimitry AndricSRCS+=		Target/ABI.cpp
62648aaf27bSDimitry AndricSRCS+=		Target/AssertFrameRecognizer.cpp
6275e801ac6SDimitry AndricSRCS+=		Target/DynamicRegisterInfo.cpp
628986e05bcSDimitry AndricSRCS+=		Target/ExecutionContext.cpp
629986e05bcSDimitry AndricSRCS+=		Target/InstrumentationRuntime.cpp
630986e05bcSDimitry AndricSRCS+=		Target/InstrumentationRuntimeStopInfo.cpp
631986e05bcSDimitry AndricSRCS+=		Target/JITLoader.cpp
632986e05bcSDimitry AndricSRCS+=		Target/JITLoaderList.cpp
633986e05bcSDimitry AndricSRCS+=		Target/Language.cpp
634986e05bcSDimitry AndricSRCS+=		Target/LanguageRuntime.cpp
635986e05bcSDimitry AndricSRCS+=		Target/Memory.cpp
636986e05bcSDimitry AndricSRCS+=		Target/MemoryHistory.cpp
637f46f1d28SDimitry AndricSRCS+=		Target/MemoryRegionInfo.cpp
63804eeddc0SDimitry AndricSRCS+=		Target/MemoryTagMap.cpp
6397c1fda1cSDimitry AndricSRCS+=		Target/ModuleCache.cpp
640986e05bcSDimitry AndricSRCS+=		Target/OperatingSystem.cpp
641986e05bcSDimitry AndricSRCS+=		Target/PathMappingList.cpp
642986e05bcSDimitry AndricSRCS+=		Target/Platform.cpp
643986e05bcSDimitry AndricSRCS+=		Target/Process.cpp
644e8d8bef9SDimitry AndricSRCS+=		Target/ProcessTrace.cpp
645986e05bcSDimitry AndricSRCS+=		Target/Queue.cpp
646986e05bcSDimitry AndricSRCS+=		Target/QueueItem.cpp
647986e05bcSDimitry AndricSRCS+=		Target/QueueList.cpp
648986e05bcSDimitry AndricSRCS+=		Target/RegisterContext.cpp
64948aaf27bSDimitry AndricSRCS+=		Target/RegisterContextUnwind.cpp
65006c3fb27SDimitry AndricSRCS+=		Target/RegisterFlags.cpp
6517c1fda1cSDimitry AndricSRCS+=		Target/RegisterNumber.cpp
652a32f82c2SDimitry AndricSRCS+=		Target/RemoteAwarePlatform.cpp
653986e05bcSDimitry AndricSRCS+=		Target/SectionLoadHistory.cpp
654986e05bcSDimitry AndricSRCS+=		Target/SectionLoadList.cpp
655986e05bcSDimitry AndricSRCS+=		Target/StackFrame.cpp
656986e05bcSDimitry AndricSRCS+=		Target/StackFrameList.cpp
6576e3f21a2SDimitry AndricSRCS+=		Target/StackFrameRecognizer.cpp
658986e05bcSDimitry AndricSRCS+=		Target/StackID.cpp
6595e801ac6SDimitry AndricSRCS+=		Target/Statistics.cpp
660986e05bcSDimitry AndricSRCS+=		Target/StopInfo.cpp
661986e05bcSDimitry AndricSRCS+=		Target/SystemRuntime.cpp
662986e05bcSDimitry AndricSRCS+=		Target/Target.cpp
663986e05bcSDimitry AndricSRCS+=		Target/TargetList.cpp
664986e05bcSDimitry AndricSRCS+=		Target/Thread.cpp
665986e05bcSDimitry AndricSRCS+=		Target/ThreadCollection.cpp
666986e05bcSDimitry AndricSRCS+=		Target/ThreadList.cpp
667986e05bcSDimitry AndricSRCS+=		Target/ThreadPlan.cpp
668986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanBase.cpp
669986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanCallFunction.cpp
670986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanCallFunctionUsingABI.cpp
671986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanCallUserExpression.cpp
672986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanPython.cpp
673986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanRunToAddress.cpp
674986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanShouldStopHere.cpp
67548aaf27bSDimitry AndricSRCS+=		Target/ThreadPlanStack.cpp
676986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepInRange.cpp
677986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepInstruction.cpp
678986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepOut.cpp
679986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepOverBreakpoint.cpp
680986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepOverRange.cpp
681986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepRange.cpp
682986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepThrough.cpp
683986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepUntil.cpp
684986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanTracer.cpp
685986e05bcSDimitry AndricSRCS+=		Target/ThreadSpec.cpp
686e8d8bef9SDimitry AndricSRCS+=		Target/Trace.cpp
687fe6060f1SDimitry AndricSRCS+=		Target/TraceCursor.cpp
68881ad6265SDimitry AndricSRCS+=		Target/TraceDumper.cpp
689986e05bcSDimitry AndricSRCS+=		Target/UnixSignals.cpp
690986e05bcSDimitry AndricSRCS+=		Target/UnwindAssembly.cpp
69148aaf27bSDimitry AndricSRCS+=		Target/UnwindLLDB.cpp
692*0fca6ea1SDimitry AndricSRCS+=		Target/VerboseTrapFrameRecognizer.cpp
6935f757f3fSDimitry AndricSRCS+=		Utility/AddressableBits.cpp
69477b0be52SDimitry AndricSRCS+=		Utility/ArchSpec.cpp
695532d8940SDimitry AndricSRCS+=		Utility/Args.cpp
6967c1fda1cSDimitry AndricSRCS+=		Utility/Baton.cpp
6976e3f21a2SDimitry AndricSRCS+=		Utility/Broadcaster.cpp
6985f757f3fSDimitry AndricSRCS+=		Utility/Checksum.cpp
699532d8940SDimitry AndricSRCS+=		Utility/CompletionRequest.cpp
700a580b014SDimitry AndricSRCS+=		Utility/Connection.cpp
7017c1fda1cSDimitry AndricSRCS+=		Utility/ConstString.cpp
7027c1fda1cSDimitry AndricSRCS+=		Utility/DataBufferHeap.cpp
7037c1fda1cSDimitry AndricSRCS+=		Utility/DataBufferLLVM.cpp
7047c1fda1cSDimitry AndricSRCS+=		Utility/DataEncoder.cpp
7057c1fda1cSDimitry AndricSRCS+=		Utility/DataExtractor.cpp
706bdd1243dSDimitry AndricSRCS+=		Utility/Diagnostics.cpp
707532d8940SDimitry AndricSRCS+=		Utility/Environment.cpp
708*0fca6ea1SDimitry AndricSRCS+=		Utility/ErrorMessages.cpp
7096e3f21a2SDimitry AndricSRCS+=		Utility/Event.cpp
7107c1fda1cSDimitry AndricSRCS+=		Utility/FileSpec.cpp
71106c3fb27SDimitry AndricSRCS+=		Utility/FileSpecList.cpp
712f46f1d28SDimitry AndricSRCS+=		Utility/GDBRemote.cpp
713a580b014SDimitry AndricSRCS+=		Utility/IOObject.cpp
71404eeddc0SDimitry AndricSRCS+=		Utility/Instrumentation.cpp
715986e05bcSDimitry AndricSRCS+=		Utility/LLDBAssert.cpp
71681ad6265SDimitry AndricSRCS+=		Utility/LLDBLog.cpp
7176e3f21a2SDimitry AndricSRCS+=		Utility/Listener.cpp
7187c1fda1cSDimitry AndricSRCS+=		Utility/Log.cpp
719986e05bcSDimitry AndricSRCS+=		Utility/NameMatches.cpp
720a32f82c2SDimitry AndricSRCS+=		Utility/ProcessInfo.cpp
7216e3f21a2SDimitry AndricSRCS+=		Utility/RegisterValue.cpp
7227c1fda1cSDimitry AndricSRCS+=		Utility/RegularExpression.cpp
7236e3f21a2SDimitry AndricSRCS+=		Utility/Scalar.cpp
724629e066cSDimitry AndricSRCS+=		Utility/SelectHelper.cpp
7256e3f21a2SDimitry AndricSRCS+=		Utility/State.cpp
7265517e702SDimitry AndricSRCS+=		Utility/Status.cpp
7277c1fda1cSDimitry AndricSRCS+=		Utility/Stream.cpp
7287c1fda1cSDimitry AndricSRCS+=		Utility/StreamString.cpp
729986e05bcSDimitry AndricSRCS+=		Utility/StringExtractor.cpp
730986e05bcSDimitry AndricSRCS+=		Utility/StringExtractorGDBRemote.cpp
731986e05bcSDimitry AndricSRCS+=		Utility/StringLexer.cpp
7327c1fda1cSDimitry AndricSRCS+=		Utility/StringList.cpp
733a580b014SDimitry AndricSRCS+=		Utility/StructuredData.cpp
7347c1fda1cSDimitry AndricSRCS+=		Utility/TildeExpressionResolver.cpp
735fe6060f1SDimitry AndricSRCS+=		Utility/TraceGDBRemotePackets.cpp
736a580b014SDimitry AndricSRCS+=		Utility/Timer.cpp
7377c1fda1cSDimitry AndricSRCS+=		Utility/UUID.cpp
738e8d8bef9SDimitry AndricSRCS+=		Utility/UnimplementedError.cpp
739986e05bcSDimitry AndricSRCS+=		Utility/UriParser.cpp
7407c1fda1cSDimitry AndricSRCS+=		Utility/UserID.cpp
741a32f82c2SDimitry AndricSRCS+=		Utility/UserIDResolver.cpp
7427c1fda1cSDimitry AndricSRCS+=		Utility/VASprintf.cpp
7437c1fda1cSDimitry AndricSRCS+=		Utility/VMRange.cpp
74481ad6265SDimitry AndricSRCS+=		Utility/XcodeSDK.cpp
74504eeddc0SDimitry AndricSRCS+=		Version/Version.cpp
746e8f1392dSEd Maste
747d8ed7fa3SDimitry AndricLLDB_TBLGEN?=	lldb-tblgen
748d8ed7fa3SDimitry Andric
749f46f1d28SDimitry AndricCommandOptions.inc: ${LLDB_SRCS}/source/Commands/Options.td
750d8ed7fa3SDimitry Andric	${LLDB_TBLGEN} -gen-lldb-option-defs \
751d8ed7fa3SDimitry Andric	    -I ${LLDB_SRCS}/source/Commands -d ${.TARGET:C/$/.d/} \
752d8ed7fa3SDimitry Andric	    -o ${.TARGET} ${LLDB_SRCS}/source/Commands/Options.td
753f46f1d28SDimitry AndricTGHDRS+=	CommandOptions.inc
754f46f1d28SDimitry Andric
755f46f1d28SDimitry Andric.for path in \
756f46f1d28SDimitry Andric	Core/Core \
757f46f1d28SDimitry Andric	Interpreter/Interpreter \
758f46f1d28SDimitry Andric	Plugins/JITLoader/GDB/JITLoaderGDB \
7595f757f3fSDimitry Andric	Plugins/Platform/QemuUser/PlatformQemuUser \
760f46f1d28SDimitry Andric	Plugins/Process/gdb-remote/ProcessGDBRemote \
761f46f1d28SDimitry Andric	Plugins/SymbolFile/DWARF/SymbolFileDWARF \
7625f757f3fSDimitry Andric	Plugins/SymbolLocator/Debuginfod/SymbolLocatorDebuginfod \
763f46f1d28SDimitry Andric	Target/Target
764f46f1d28SDimitry Andric${path:T}Properties.inc: ${LLDB_SRCS}/source/${path}Properties.td
765d8ed7fa3SDimitry Andric	${LLDB_TBLGEN} -gen-lldb-property-defs \
766d8ed7fa3SDimitry Andric	    -I ${LLDB_SRCS}/source/${path:H} -d ${.TARGET:C/$/.d/} \
767d8ed7fa3SDimitry Andric	    -o ${.TARGET} ${LLDB_SRCS}/source/${path}Properties.td
768f46f1d28SDimitry AndricTGHDRS+=	${path:T}Properties.inc
769f46f1d28SDimitry Andric
770f46f1d28SDimitry Andric${path:T}PropertiesEnum.inc: ${LLDB_SRCS}/source/${path}Properties.td
771d8ed7fa3SDimitry Andric	${LLDB_TBLGEN} -gen-lldb-property-enum-defs \
772d8ed7fa3SDimitry Andric	    -I ${LLDB_SRCS}/source/${path:H} -d ${.TARGET:C/$/.d/} \
773d8ed7fa3SDimitry Andric	    -o ${.TARGET} ${LLDB_SRCS}/source/${path}Properties.td
774f46f1d28SDimitry AndricTGHDRS+=	${path:T}PropertiesEnum.inc
775f46f1d28SDimitry Andric.endfor
776a32f82c2SDimitry Andric
777a32f82c2SDimitry AndricDPSRCS+=	${TGHDRS}
778a32f82c2SDimitry AndricCLEANFILES+=	${TGHDRS} ${TGHDRS:C/$/.d/}
779a32f82c2SDimitry Andric
780986e05bcSDimitry Andric.include "../clang.build.mk"
781986e05bcSDimitry Andric
782986e05bcSDimitry AndricINTERNALLIB=
783986e05bcSDimitry Andric
784f0d060f9SEd Maste# Building lldb's bindings requires swig, but we do not want to include it in
785f0d060f9SEd Maste# the FreeBSD base system (as a build tool) because it has non-trivial
786f0d060f9SEd Maste# dependencies.  As a workaround we commit the generated file.  Requires the
78748aaf27bSDimitry Andric# swig package.
788f0d060f9SEd Maste#
789f0d060f9SEd Maste# After importing an updated llvm/lldb into FreeBSD run `make run-swig` in
790f0d060f9SEd Maste# this directory to generate generate LLDBWrapLua.cpp, and commit the result.
791f0d060f9SEd Maste.PHONY:	run-swig
792f0d060f9SEd Masterun-swig:
79348aaf27bSDimitry Andric	swig -I${LLDB_SRCS}/include \
794f0d060f9SEd Maste	    -c++ -features autodoc -lua -w503 \
795f0d060f9SEd Maste	    -o ${.CURDIR}/LLDBWrapLua.cpp ${LLDB_SRCS}/bindings/lua.swig
796f0d060f9SEd Maste
797986e05bcSDimitry Andric.include <bsd.lib.mk>
798