xref: /freebsd/lib/clang/liblldb/Makefile (revision 5c38ea60a04199dae2c6e5db82461e7275c7def6)
1e8f1392dSEd Maste
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
19986e05bcSDimitry AndricSRCS+=		API/SBAttachInfo.cpp
20986e05bcSDimitry AndricSRCS+=		API/SBBlock.cpp
21986e05bcSDimitry AndricSRCS+=		API/SBBreakpoint.cpp
22986e05bcSDimitry AndricSRCS+=		API/SBBreakpointLocation.cpp
23a32f82c2SDimitry AndricSRCS+=		API/SBBreakpointName.cpp
2462bd6269SDimitry AndricSRCS+=		API/SBBreakpointOptionCommon.cpp
25986e05bcSDimitry AndricSRCS+=		API/SBBroadcaster.cpp
26986e05bcSDimitry AndricSRCS+=		API/SBCommandInterpreter.cpp
2748aaf27bSDimitry AndricSRCS+=		API/SBCommandInterpreterRunOptions.cpp
28986e05bcSDimitry AndricSRCS+=		API/SBCommandReturnObject.cpp
29a32f82c2SDimitry AndricSRCS+=		API/SBCommunication.cpp
30986e05bcSDimitry AndricSRCS+=		API/SBCompileUnit.cpp
31986e05bcSDimitry AndricSRCS+=		API/SBData.cpp
32986e05bcSDimitry AndricSRCS+=		API/SBDebugger.cpp
33986e05bcSDimitry AndricSRCS+=		API/SBDeclaration.cpp
3448aaf27bSDimitry AndricSRCS+=		API/SBEnvironment.cpp
35986e05bcSDimitry AndricSRCS+=		API/SBError.cpp
36986e05bcSDimitry AndricSRCS+=		API/SBEvent.cpp
37986e05bcSDimitry AndricSRCS+=		API/SBExecutionContext.cpp
38986e05bcSDimitry AndricSRCS+=		API/SBExpressionOptions.cpp
39f46f1d28SDimitry AndricSRCS+=		API/SBFile.cpp
40986e05bcSDimitry AndricSRCS+=		API/SBFileSpec.cpp
415c4e2ac4SDimitry AndricSRCS+=		API/SBFileSpecList.cpp
42986e05bcSDimitry AndricSRCS+=		API/SBFrame.cpp
43986e05bcSDimitry AndricSRCS+=		API/SBFunction.cpp
44986e05bcSDimitry AndricSRCS+=		API/SBHostOS.cpp
45986e05bcSDimitry AndricSRCS+=		API/SBInstruction.cpp
46986e05bcSDimitry AndricSRCS+=		API/SBInstructionList.cpp
47986e05bcSDimitry AndricSRCS+=		API/SBLanguageRuntime.cpp
48986e05bcSDimitry AndricSRCS+=		API/SBLaunchInfo.cpp
49986e05bcSDimitry AndricSRCS+=		API/SBLineEntry.cpp
50986e05bcSDimitry AndricSRCS+=		API/SBListener.cpp
51986e05bcSDimitry AndricSRCS+=		API/SBMemoryRegionInfo.cpp
525c4e2ac4SDimitry AndricSRCS+=		API/SBMemoryRegionInfoList.cpp
53986e05bcSDimitry AndricSRCS+=		API/SBModule.cpp
54986e05bcSDimitry AndricSRCS+=		API/SBModuleSpec.cpp
55986e05bcSDimitry AndricSRCS+=		API/SBPlatform.cpp
56986e05bcSDimitry AndricSRCS+=		API/SBProcess.cpp
5762bd6269SDimitry AndricSRCS+=		API/SBProcessInfo.cpp
58986e05bcSDimitry AndricSRCS+=		API/SBQueue.cpp
59986e05bcSDimitry AndricSRCS+=		API/SBQueueItem.cpp
60a32f82c2SDimitry AndricSRCS+=		API/SBReproducer.cpp
6106c3fb27SDimitry AndricSRCS+=		API/SBScriptObject.cpp
62986e05bcSDimitry AndricSRCS+=		API/SBSection.cpp
63986e05bcSDimitry AndricSRCS+=		API/SBSourceManager.cpp
64986e05bcSDimitry AndricSRCS+=		API/SBStream.cpp
65986e05bcSDimitry AndricSRCS+=		API/SBStringList.cpp
66629e066cSDimitry AndricSRCS+=		API/SBStructuredData.cpp
67986e05bcSDimitry AndricSRCS+=		API/SBSymbol.cpp
68986e05bcSDimitry AndricSRCS+=		API/SBSymbolContext.cpp
69986e05bcSDimitry AndricSRCS+=		API/SBSymbolContextList.cpp
70986e05bcSDimitry AndricSRCS+=		API/SBTarget.cpp
71986e05bcSDimitry AndricSRCS+=		API/SBThread.cpp
72986e05bcSDimitry AndricSRCS+=		API/SBThreadCollection.cpp
73986e05bcSDimitry AndricSRCS+=		API/SBThreadPlan.cpp
740cc9e150SDimitry AndricSRCS+=		API/SBTrace.cpp
75bdd1243dSDimitry AndricSRCS+=		API/SBTraceCursor.cpp
76986e05bcSDimitry AndricSRCS+=		API/SBType.cpp
77986e05bcSDimitry AndricSRCS+=		API/SBTypeCategory.cpp
78986e05bcSDimitry AndricSRCS+=		API/SBTypeEnumMember.cpp
79986e05bcSDimitry AndricSRCS+=		API/SBTypeFilter.cpp
80986e05bcSDimitry AndricSRCS+=		API/SBTypeFormat.cpp
81986e05bcSDimitry AndricSRCS+=		API/SBTypeNameSpecifier.cpp
82986e05bcSDimitry AndricSRCS+=		API/SBTypeSummary.cpp
83a32f82c2SDimitry AndricSRCS+=		API/SBTypeSynthetic.cpp
84986e05bcSDimitry AndricSRCS+=		API/SBUnixSignals.cpp
85986e05bcSDimitry AndricSRCS+=		API/SBValue.cpp
86986e05bcSDimitry AndricSRCS+=		API/SBValueList.cpp
875c4e2ac4SDimitry AndricSRCS+=		API/SBVariablesOptions.cpp
88986e05bcSDimitry AndricSRCS+=		API/SBWatchpoint.cpp
89986e05bcSDimitry AndricSRCS+=		API/SystemInitializerFull.cpp
90986e05bcSDimitry AndricSRCS+=		Breakpoint/Breakpoint.cpp
91986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointID.cpp
92986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointIDList.cpp
93986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointList.cpp
94986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointLocation.cpp
95986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointLocationCollection.cpp
96986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointLocationList.cpp
9777b0be52SDimitry AndricSRCS+=		Breakpoint/BreakpointName.cpp
98986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointOptions.cpp
99986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolver.cpp
100986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverAddress.cpp
101986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverFileLine.cpp
102986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverFileRegex.cpp
103986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverName.cpp
1046e3f21a2SDimitry AndricSRCS+=		Breakpoint/BreakpointResolverScripted.cpp
105986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointSite.cpp
106986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointSiteList.cpp
107986e05bcSDimitry AndricSRCS+=		Breakpoint/Stoppoint.cpp
108986e05bcSDimitry AndricSRCS+=		Breakpoint/StoppointCallbackContext.cpp
109e8d8bef9SDimitry AndricSRCS+=		Breakpoint/StoppointSite.cpp
110986e05bcSDimitry AndricSRCS+=		Breakpoint/Watchpoint.cpp
111986e05bcSDimitry AndricSRCS+=		Breakpoint/WatchpointList.cpp
112986e05bcSDimitry AndricSRCS+=		Breakpoint/WatchpointOptions.cpp
113986e05bcSDimitry AndricSRCS+=		Commands/CommandCompletions.cpp
114986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectApropos.cpp
115986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectBreakpoint.cpp
116986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectBreakpointCommand.cpp
117986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectCommands.cpp
118bdd1243dSDimitry AndricSRCS+=		Commands/CommandObjectDWIMPrint.cpp
119bdd1243dSDimitry AndricSRCS+=		Commands/CommandObjectDiagnostics.cpp
120986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectDisassemble.cpp
121986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectExpression.cpp
122986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectFrame.cpp
123986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectGUI.cpp
124986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectHelp.cpp
125986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectLanguage.cpp
126986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectLog.cpp
127986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectMemory.cpp
128fe6060f1SDimitry AndricSRCS+=		Commands/CommandObjectMemoryTag.cpp
129986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectMultiword.cpp
130986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectPlatform.cpp
131986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectPlugin.cpp
132986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectProcess.cpp
133986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectQuit.cpp
134e8d8bef9SDimitry AndricSRCS+=		Commands/CommandObjectRegexCommand.cpp
135986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectRegister.cpp
136e8d8bef9SDimitry AndricSRCS+=		Commands/CommandObjectScript.cpp
137e8d8bef9SDimitry AndricSRCS+=		Commands/CommandObjectSession.cpp
138986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectSettings.cpp
139986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectSource.cpp
140532d8940SDimitry AndricSRCS+=		Commands/CommandObjectStats.cpp
141986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectTarget.cpp
142986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectThread.cpp
143e8d8bef9SDimitry AndricSRCS+=		Commands/CommandObjectThreadUtil.cpp
144d409305fSDimitry AndricSRCS+=		Commands/CommandObjectTrace.cpp
145986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectType.cpp
146986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectVersion.cpp
147986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectWatchpoint.cpp
148986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectWatchpointCommand.cpp
149fcaf7f86SDimitry AndricSRCS+=		Commands/CommandOptionArgumentTable.cpp
15006c3fb27SDimitry AndricSRCS+=		Commands/CommandOptionsProcessAttach.cpp
151e8d8bef9SDimitry AndricSRCS+=		Commands/CommandOptionsProcessLaunch.cpp
152986e05bcSDimitry AndricSRCS+=		Core/Address.cpp
153986e05bcSDimitry AndricSRCS+=		Core/AddressRange.cpp
154986e05bcSDimitry AndricSRCS+=		Core/AddressResolver.cpp
155986e05bcSDimitry AndricSRCS+=		Core/AddressResolverFileLine.cpp
156986e05bcSDimitry AndricSRCS+=		Core/Communication.cpp
15704eeddc0SDimitry AndricSRCS+=		Core/DataFileCache.cpp
158986e05bcSDimitry AndricSRCS+=		Core/Debugger.cpp
15981ad6265SDimitry AndricSRCS+=		Core/DebuggerEvents.cpp
160fe6060f1SDimitry AndricSRCS+=		Core/Declaration.cpp
161986e05bcSDimitry AndricSRCS+=		Core/Disassembler.cpp
1627c1fda1cSDimitry AndricSRCS+=		Core/DumpDataExtractor.cpp
16306c3fb27SDimitry AndricSRCS+=		Core/DumpRegisterInfo.cpp
164532d8940SDimitry AndricSRCS+=		Core/DumpRegisterValue.cpp
165986e05bcSDimitry AndricSRCS+=		Core/DynamicLoader.cpp
166986e05bcSDimitry AndricSRCS+=		Core/EmulateInstruction.cpp
167986e05bcSDimitry AndricSRCS+=		Core/FileLineResolver.cpp
168986e05bcSDimitry AndricSRCS+=		Core/FormatEntity.cpp
1696e3f21a2SDimitry AndricSRCS+=		Core/Highlighter.cpp
170986e05bcSDimitry AndricSRCS+=		Core/IOHandler.cpp
171f46f1d28SDimitry AndricSRCS+=		Core/IOHandlerCursesGUI.cpp
172986e05bcSDimitry AndricSRCS+=		Core/Mangled.cpp
173986e05bcSDimitry AndricSRCS+=		Core/Module.cpp
174986e05bcSDimitry AndricSRCS+=		Core/ModuleChild.cpp
175986e05bcSDimitry AndricSRCS+=		Core/ModuleList.cpp
176986e05bcSDimitry AndricSRCS+=		Core/Opcode.cpp
177986e05bcSDimitry AndricSRCS+=		Core/PluginManager.cpp
178fe6060f1SDimitry AndricSRCS+=		Core/Progress.cpp
1796e3f21a2SDimitry AndricSRCS+=		Core/RichManglingContext.cpp
180986e05bcSDimitry AndricSRCS+=		Core/SearchFilter.cpp
181986e05bcSDimitry AndricSRCS+=		Core/Section.cpp
182fe6060f1SDimitry AndricSRCS+=		Core/SourceLocationSpec.cpp
183986e05bcSDimitry AndricSRCS+=		Core/SourceManager.cpp
184986e05bcSDimitry AndricSRCS+=		Core/StreamAsynchronousIO.cpp
185986e05bcSDimitry AndricSRCS+=		Core/StreamFile.cpp
186bdd1243dSDimitry AndricSRCS+=		Core/ThreadedCommunication.cpp
187986e05bcSDimitry AndricSRCS+=		Core/UserSettingsController.cpp
188986e05bcSDimitry AndricSRCS+=		Core/Value.cpp
189986e05bcSDimitry AndricSRCS+=		Core/ValueObject.cpp
190986e05bcSDimitry AndricSRCS+=		Core/ValueObjectCast.cpp
191986e05bcSDimitry AndricSRCS+=		Core/ValueObjectChild.cpp
192986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResult.cpp
193986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResultCast.cpp
194986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResultChild.cpp
195986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResultImpl.cpp
196986e05bcSDimitry AndricSRCS+=		Core/ValueObjectDynamicValue.cpp
197986e05bcSDimitry AndricSRCS+=		Core/ValueObjectList.cpp
198986e05bcSDimitry AndricSRCS+=		Core/ValueObjectMemory.cpp
199986e05bcSDimitry AndricSRCS+=		Core/ValueObjectRegister.cpp
200986e05bcSDimitry AndricSRCS+=		Core/ValueObjectSyntheticFilter.cpp
201fe6060f1SDimitry AndricSRCS+=		Core/ValueObjectUpdater.cpp
202986e05bcSDimitry AndricSRCS+=		Core/ValueObjectVariable.cpp
203986e05bcSDimitry AndricSRCS+=		DataFormatters/CXXFunctionPointer.cpp
204986e05bcSDimitry AndricSRCS+=		DataFormatters/DataVisualization.cpp
205986e05bcSDimitry AndricSRCS+=		DataFormatters/DumpValueObjectOptions.cpp
206986e05bcSDimitry AndricSRCS+=		DataFormatters/FormatCache.cpp
207986e05bcSDimitry AndricSRCS+=		DataFormatters/FormatClasses.cpp
208986e05bcSDimitry AndricSRCS+=		DataFormatters/FormatManager.cpp
209986e05bcSDimitry AndricSRCS+=		DataFormatters/FormattersHelpers.cpp
210986e05bcSDimitry AndricSRCS+=		DataFormatters/LanguageCategory.cpp
211986e05bcSDimitry AndricSRCS+=		DataFormatters/StringPrinter.cpp
212986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeCategory.cpp
213986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeCategoryMap.cpp
214986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeFormat.cpp
215986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeSummary.cpp
216986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeSynthetic.cpp
217986e05bcSDimitry AndricSRCS+=		DataFormatters/ValueObjectPrinter.cpp
218986e05bcSDimitry AndricSRCS+=		DataFormatters/VectorType.cpp
219986e05bcSDimitry AndricSRCS+=		Expression/DWARFExpression.cpp
220753f127fSDimitry AndricSRCS+=		Expression/DWARFExpressionList.cpp
221986e05bcSDimitry AndricSRCS+=		Expression/DiagnosticManager.cpp
222986e05bcSDimitry AndricSRCS+=		Expression/Expression.cpp
22306c3fb27SDimitry AndricSRCS+=		Expression/ExpressionTypeSystemHelper.cpp
224986e05bcSDimitry AndricSRCS+=		Expression/ExpressionVariable.cpp
225986e05bcSDimitry AndricSRCS+=		Expression/FunctionCaller.cpp
226986e05bcSDimitry AndricSRCS+=		Expression/IRExecutionUnit.cpp
227986e05bcSDimitry AndricSRCS+=		Expression/IRInterpreter.cpp
228986e05bcSDimitry AndricSRCS+=		Expression/IRMemoryMap.cpp
229986e05bcSDimitry AndricSRCS+=		Expression/LLVMUserExpression.cpp
230986e05bcSDimitry AndricSRCS+=		Expression/Materializer.cpp
23106c3fb27SDimitry AndricSRCS+=		Expression/ObjectFileJIT.cpp
232986e05bcSDimitry AndricSRCS+=		Expression/REPL.cpp
233986e05bcSDimitry AndricSRCS+=		Expression/UserExpression.cpp
234986e05bcSDimitry AndricSRCS+=		Expression/UtilityFunction.cpp
235986e05bcSDimitry AndricSRCS+=		Host/common/Editline.cpp
236986e05bcSDimitry AndricSRCS+=		Host/common/File.cpp
237a32f82c2SDimitry AndricSRCS+=		Host/common/FileAction.cpp
238986e05bcSDimitry AndricSRCS+=		Host/common/FileCache.cpp
239986e05bcSDimitry AndricSRCS+=		Host/common/FileSystem.cpp
240986e05bcSDimitry AndricSRCS+=		Host/common/Host.cpp
241986e05bcSDimitry AndricSRCS+=		Host/common/HostInfoBase.cpp
242986e05bcSDimitry AndricSRCS+=		Host/common/HostNativeThreadBase.cpp
243986e05bcSDimitry AndricSRCS+=		Host/common/HostProcess.cpp
244986e05bcSDimitry AndricSRCS+=		Host/common/HostThread.cpp
245f46f1d28SDimitry AndricSRCS+=		Host/common/LZMA.cpp
246986e05bcSDimitry AndricSRCS+=		Host/common/LockFileBase.cpp
247bdd1243dSDimitry AndricSRCS+=		Host/common/MainLoopBase.cpp
248986e05bcSDimitry AndricSRCS+=		Host/common/MonitoringProcessLauncher.cpp
249d409305fSDimitry AndricSRCS+=		Host/common/NativeProcessProtocol.cpp
250d409305fSDimitry AndricSRCS+=		Host/common/NativeRegisterContext.cpp
251d409305fSDimitry AndricSRCS+=		Host/common/NativeThreadProtocol.cpp
252986e05bcSDimitry AndricSRCS+=		Host/common/NativeWatchpointList.cpp
253986e05bcSDimitry AndricSRCS+=		Host/common/OptionParser.cpp
254986e05bcSDimitry AndricSRCS+=		Host/common/PipeBase.cpp
255a32f82c2SDimitry AndricSRCS+=		Host/common/ProcessLaunchInfo.cpp
256986e05bcSDimitry AndricSRCS+=		Host/common/ProcessRunLock.cpp
2577c1fda1cSDimitry AndricSRCS+=		Host/common/PseudoTerminal.cpp
258986e05bcSDimitry AndricSRCS+=		Host/common/Socket.cpp
259986e05bcSDimitry AndricSRCS+=		Host/common/SocketAddress.cpp
260986e05bcSDimitry AndricSRCS+=		Host/common/TCPSocket.cpp
261986e05bcSDimitry AndricSRCS+=		Host/common/Terminal.cpp
262986e05bcSDimitry AndricSRCS+=		Host/common/ThreadLauncher.cpp
263986e05bcSDimitry AndricSRCS+=		Host/common/UDPSocket.cpp
264986e05bcSDimitry AndricSRCS+=		Host/common/XML.cpp
265986e05bcSDimitry AndricSRCS+=		Host/freebsd/Host.cpp
266986e05bcSDimitry AndricSRCS+=		Host/freebsd/HostInfoFreeBSD.cpp
267986e05bcSDimitry AndricSRCS+=		Host/posix/ConnectionFileDescriptorPosix.cpp
268986e05bcSDimitry AndricSRCS+=		Host/posix/DomainSocket.cpp
269f46f1d28SDimitry AndricSRCS+=		Host/posix/FileSystemPosix.cpp
270986e05bcSDimitry AndricSRCS+=		Host/posix/HostInfoPosix.cpp
271986e05bcSDimitry AndricSRCS+=		Host/posix/HostProcessPosix.cpp
272986e05bcSDimitry AndricSRCS+=		Host/posix/HostThreadPosix.cpp
273986e05bcSDimitry AndricSRCS+=		Host/posix/LockFilePosix.cpp
274bdd1243dSDimitry AndricSRCS+=		Host/posix/MainLoopPosix.cpp
275986e05bcSDimitry AndricSRCS+=		Host/posix/PipePosix.cpp
276edd7eaddSDimitry AndricSRCS+=		Host/posix/ProcessLauncherPosixFork.cpp
277986e05bcSDimitry AndricSRCS+=		Initialization/SystemInitializer.cpp
278986e05bcSDimitry AndricSRCS+=		Initialization/SystemInitializerCommon.cpp
279986e05bcSDimitry AndricSRCS+=		Initialization/SystemLifetimeManager.cpp
280986e05bcSDimitry AndricSRCS+=		Interpreter/CommandAlias.cpp
281986e05bcSDimitry AndricSRCS+=		Interpreter/CommandHistory.cpp
282986e05bcSDimitry AndricSRCS+=		Interpreter/CommandInterpreter.cpp
283986e05bcSDimitry AndricSRCS+=		Interpreter/CommandObject.cpp
284986e05bcSDimitry AndricSRCS+=		Interpreter/CommandOptionValidators.cpp
285986e05bcSDimitry AndricSRCS+=		Interpreter/CommandReturnObject.cpp
286532d8940SDimitry AndricSRCS+=		Interpreter/OptionArgParser.cpp
287986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupArchitecture.cpp
288986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupBoolean.cpp
289986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupFile.cpp
290986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupFormat.cpp
29181ad6265SDimitry AndricSRCS+=		Interpreter/OptionGroupMemoryTag.cpp
292986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupOutputFile.cpp
293986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupPlatform.cpp
294f46f1d28SDimitry AndricSRCS+=		Interpreter/OptionGroupPythonClassWithDict.cpp
295986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupString.cpp
296986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupUInt64.cpp
297986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupUUID.cpp
298986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupValueObjectDisplay.cpp
299986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupVariable.cpp
300986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupWatchpoint.cpp
301986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValue.cpp
302986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueArch.cpp
303fe6060f1SDimitry AndricSRCS+=		Interpreter/OptionValueArgs.cpp
304986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueArray.cpp
305986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueBoolean.cpp
306986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueChar.cpp
307986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueDictionary.cpp
308986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueEnumeration.cpp
309e8d8bef9SDimitry AndricSRCS+=		Interpreter/OptionValueFileColonLine.cpp
310986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueFileSpec.cpp
311f46f1d28SDimitry AndricSRCS+=		Interpreter/OptionValueFileSpecList.cpp
312986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueFormat.cpp
313986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueFormatEntity.cpp
314986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueLanguage.cpp
315986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValuePathMappings.cpp
316986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueProperties.cpp
317986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueRegex.cpp
318986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueSInt64.cpp
319986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueString.cpp
320986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueUInt64.cpp
321986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueUUID.cpp
322986e05bcSDimitry AndricSRCS+=		Interpreter/Options.cpp
323986e05bcSDimitry AndricSRCS+=		Interpreter/Property.cpp
324986e05bcSDimitry AndricSRCS+=		Interpreter/ScriptInterpreter.cpp
325d409305fSDimitry AndricSRCS+=		LLDBWrapLua.cpp
32648aaf27bSDimitry AndricSRCS+=		Plugins/ABI/AArch64/ABIAArch64.cpp
32748aaf27bSDimitry AndricSRCS+=		Plugins/ABI/AArch64/ABISysV_arm64.cpp
32848aaf27bSDimitry AndricSRCS+=		Plugins/ABI/ARM/ABIARM.cpp
32948aaf27bSDimitry AndricSRCS+=		Plugins/ABI/ARM/ABISysV_arm.cpp
33048aaf27bSDimitry AndricSRCS+=		Plugins/ABI/Mips/ABIMips.cpp
33148aaf27bSDimitry AndricSRCS+=		Plugins/ABI/Mips/ABISysV_mips.cpp
33248aaf27bSDimitry AndricSRCS+=		Plugins/ABI/Mips/ABISysV_mips64.cpp
33348aaf27bSDimitry AndricSRCS+=		Plugins/ABI/PowerPC/ABIPowerPC.cpp
33448aaf27bSDimitry AndricSRCS+=		Plugins/ABI/PowerPC/ABISysV_ppc.cpp
33548aaf27bSDimitry AndricSRCS+=		Plugins/ABI/PowerPC/ABISysV_ppc64.cpp
33648aaf27bSDimitry AndricSRCS+=		Plugins/ABI/X86/ABISysV_i386.cpp
33748aaf27bSDimitry AndricSRCS+=		Plugins/ABI/X86/ABISysV_x86_64.cpp
33848aaf27bSDimitry AndricSRCS+=		Plugins/ABI/X86/ABIX86.cpp
3395e801ac6SDimitry AndricSRCS+=		Plugins/ABI/X86/ABIX86_i386.cpp
340fe6060f1SDimitry AndricSRCS+=		Plugins/Architecture/AArch64/ArchitectureAArch64.cpp
34177b0be52SDimitry AndricSRCS+=		Plugins/Architecture/Arm/ArchitectureArm.cpp
3426e3f21a2SDimitry AndricSRCS+=		Plugins/Architecture/Mips/ArchitectureMips.cpp
343532d8940SDimitry AndricSRCS+=		Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
34448aaf27bSDimitry AndricSRCS+=		Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
345986e05bcSDimitry AndricSRCS+=		Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
346986e05bcSDimitry AndricSRCS+=		Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
347986e05bcSDimitry AndricSRCS+=		Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
348986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
349986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp
350a32f82c2SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ASTUtils.cpp
35148aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
35248aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangASTMetadata.cpp
353986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangASTSource.cpp
354f46f1d28SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangDeclVendor.cpp
355986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
35606c3fb27SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionHelper.cpp
357986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
358a32f82c2SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
359fcaf7f86SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionUtil.cpp
360986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp
36148aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.cpp
362986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
363532d8940SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangHost.cpp
364986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
365986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
366986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
36748aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangUtil.cpp
368986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
369f46f1d28SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/CppModuleConfiguration.cpp
37048aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp
371a32f82c2SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
372986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/IRForTarget.cpp
37348aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/NameSearchContext.cpp
374986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/ARM/EmulateInstructionARM.cpp
375986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/ARM/EmulationStateARM.cpp
376986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
377986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
378986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
379532d8940SDimitry AndricSRCS+=		Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
380bdd1243dSDimitry AndricSRCS+=		Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp
38148aaf27bSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp
38248aaf27bSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp
38348aaf27bSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
38448aaf27bSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp
385986e05bcSDimitry AndricSRCS+=		Plugins/JITLoader/GDB/JITLoaderGDB.cpp
386986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/BlockPointer.cpp
387986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
3887c1fda1cSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
389bdd1243dSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/Coroutines.cpp
390a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/CxxStringTypes.cpp
3915e801ac6SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/GenericBitset.cpp
39204eeddc0SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/GenericOptional.cpp
393986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxx.cpp
394986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
395986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp
396986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxList.cpp
397986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxMap.cpp
398a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxQueue.cpp
399bdd1243dSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxRangesRefView.cpp
40081ad6265SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxSpan.cpp
401a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxTuple.cpp
402986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
403a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxVariant.cpp
404986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxVector.cpp
405986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibStdcpp.cpp
406a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
407a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
4086e3f21a2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp
4096e3f21a2SDimitry AndricSRCS+=		Plugins/Language/ClangCommon/ClangHighlighter.cpp
410986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/CF.cpp
4110b2d2290SPiotr KubajSRCS+=		Plugins/Language/ObjC/CFBasicHash.cpp
412986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/Cocoa.cpp
4130b2d2290SPiotr KubajSRCS+=		Plugins/Language/ObjC/CoreMedia.cpp
414986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSArray.cpp
415986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSDictionary.cpp
416986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSError.cpp
417986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSException.cpp
418986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSIndexPath.cpp
419986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSSet.cpp
420986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSString.cpp
421986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/ObjCLanguage.cpp
422a32f82c2SDimitry AndricSRCS+=		Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
423d409305fSDimitry AndricSRCS+=		Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
424*5c38ea60SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
425*5c38ea60SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
4260cc9e150SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
427*5c38ea60SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
428*5c38ea60SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
4290cc9e150SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
430*5c38ea60SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
4310cc9e150SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
432a32f82c2SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
433986e05bcSDimitry AndricSRCS+=		Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
434986e05bcSDimitry AndricSRCS+=		Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
435a32f82c2SDimitry AndricSRCS+=		Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
4366e3f21a2SDimitry AndricSRCS+=		Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
437986e05bcSDimitry AndricSRCS+=		Plugins/ObjectFile/ELF/ELFHeader.cpp
438986e05bcSDimitry AndricSRCS+=		Plugins/ObjectFile/ELF/ObjectFileELF.cpp
439986e05bcSDimitry AndricSRCS+=		Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
4407c1fda1cSDimitry AndricSRCS+=		Plugins/Platform/POSIX/PlatformPOSIX.cpp
441986e05bcSDimitry AndricSRCS+=		Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
442d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp
443d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD.cpp
444d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm.cpp
445d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.cpp
446d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.cpp
447d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.cpp
448d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.cpp
449d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeThreadFreeBSD.cpp
45004eeddc0SDimitry AndricSRCS+=		Plugins/Process/FreeBSDKernel/ProcessFreeBSDKernel.cpp
45104eeddc0SDimitry AndricSRCS+=		Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_arm64.cpp
45204eeddc0SDimitry AndricSRCS+=		Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_i386.cpp
45304eeddc0SDimitry AndricSRCS+=		Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_x86_64.cpp
45404eeddc0SDimitry AndricSRCS+=		Plugins/Process/FreeBSDKernel/ThreadFreeBSDKernel.cpp
455986e05bcSDimitry AndricSRCS+=		Plugins/Process/POSIX/CrashReason.cpp
456d409305fSDimitry AndricSRCS+=		Plugins/Process/POSIX/NativeProcessELF.cpp
457986e05bcSDimitry AndricSRCS+=		Plugins/Process/POSIX/ProcessPOSIXLog.cpp
458a32f82c2SDimitry AndricSRCS+=		Plugins/Process/Utility/AuxVector.cpp
459986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/FreeBSDSignals.cpp
460986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/GDBRemoteSignals.cpp
461986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/HistoryThread.cpp
462986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/HistoryUnwind.cpp
463986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/InferiorCallPOSIX.cpp
464986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/LinuxSignals.cpp
465fe6060f1SDimitry AndricSRCS+=		Plugins/Process/Utility/MemoryTagManagerAArch64MTE.cpp
466d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/NativeProcessSoftwareSingleStep.cpp
467d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/NativeRegisterContextDBReg_arm64.cpp
468d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/NativeRegisterContextDBReg_x86.cpp
469d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/NativeRegisterContextRegisterInfo.cpp
470986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/NetBSDSignals.cpp
471986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
472986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
473986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextDummy.cpp
474986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_i386.cpp
475986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_mips64.cpp
476986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp
477986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.cpp
478986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextHistory.cpp
479986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextLinux_i386.cpp
480986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp
481986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextMemory.cpp
48248aaf27bSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextNetBSD_i386.cpp
4837c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
4847c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextOpenBSD_i386.cpp
4857c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.cpp
486986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
487986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
488986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
489986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp
49077b0be52SDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp
491986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
492986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextThreadMemory.cpp
493d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContext_x86.cpp
4947c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfoPOSIX_arm.cpp
495629e066cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
49677b0be52SDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.cpp
497bdd1243dSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfoPOSIX_riscv64.cpp
49806c3fb27SDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfos_x86_64_with_base_shared.cpp
499986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/StopInfoMachException.cpp
500986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/ThreadMemory.cpp
501986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/ProcessElfCore.cpp
50206c3fb27SDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextLinuxCore_x86_64.cpp
503986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
504986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
505986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
506986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
50777b0be52SDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.cpp
508986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
50977b0be52SDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterUtilities.cpp
510986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/ThreadElfCore.cpp
511629e066cSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
512986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
513986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
5146e3f21a2SDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp
515986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
516986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
517986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
518986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
519986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
52004eeddc0SDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteRegisterFallback.cpp
521986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
522986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp
523986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
524fe6060f1SDimitry AndricSRCS+=		Plugins/Process/scripted/ScriptedProcess.cpp
5255e801ac6SDimitry AndricSRCS+=		Plugins/Process/scripted/ScriptedThread.cpp
526652a9748SEd MasteSRCS+=		Plugins/ScriptInterpreter/Lua/Lua.cpp
527652a9748SEd MasteSRCS+=		Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
528986e05bcSDimitry AndricSRCS+=		Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
5296e3f21a2SDimitry AndricSRCS+=		Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
530532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
531986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DIERef.cpp
53281ad6265SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFASTParser.cpp
533986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
534986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
535532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
536986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
537a32f82c2SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFContext.cpp
538986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDIE.cpp
539986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp
540986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
541986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
542986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
543986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
544986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
545986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
546986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
547986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp
548986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDefines.cpp
549986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
550532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFIndex.cpp
551a32f82c2SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp
552532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFUnit.cpp
553d409305fSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
554986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
555532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
556986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/NameToDIE.cpp
557986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
558986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
559986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
560986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
561986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
562986e05bcSDimitry AndricSRCS+=		Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
56348aaf27bSDimitry AndricSRCS+=		Plugins/TypeSystem/Clang/TypeSystemClang.cpp
564986e05bcSDimitry AndricSRCS+=		Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
565986e05bcSDimitry AndricSRCS+=		Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
566629e066cSDimitry AndricSRCS+=		Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
567986e05bcSDimitry AndricSRCS+=		Symbol/ArmUnwindInfo.cpp
568986e05bcSDimitry AndricSRCS+=		Symbol/Block.cpp
569986e05bcSDimitry AndricSRCS+=		Symbol/CompactUnwindInfo.cpp
570986e05bcSDimitry AndricSRCS+=		Symbol/CompileUnit.cpp
571986e05bcSDimitry AndricSRCS+=		Symbol/CompilerDecl.cpp
572986e05bcSDimitry AndricSRCS+=		Symbol/CompilerDeclContext.cpp
573986e05bcSDimitry AndricSRCS+=		Symbol/CompilerType.cpp
574986e05bcSDimitry AndricSRCS+=		Symbol/DWARFCallFrameInfo.cpp
575986e05bcSDimitry AndricSRCS+=		Symbol/DebugMacros.cpp
576a32f82c2SDimitry AndricSRCS+=		Symbol/DeclVendor.cpp
577986e05bcSDimitry AndricSRCS+=		Symbol/FuncUnwinders.cpp
578986e05bcSDimitry AndricSRCS+=		Symbol/Function.cpp
579986e05bcSDimitry AndricSRCS+=		Symbol/LineEntry.cpp
580986e05bcSDimitry AndricSRCS+=		Symbol/LineTable.cpp
581a32f82c2SDimitry AndricSRCS+=		Symbol/LocateSymbolFile.cpp
582bdd1243dSDimitry AndricSRCS+=		Symbol/ObjectContainer.cpp
583986e05bcSDimitry AndricSRCS+=		Symbol/ObjectFile.cpp
584a32f82c2SDimitry AndricSRCS+=		Symbol/PostfixExpression.cpp
585986e05bcSDimitry AndricSRCS+=		Symbol/Symbol.cpp
586986e05bcSDimitry AndricSRCS+=		Symbol/SymbolContext.cpp
587986e05bcSDimitry AndricSRCS+=		Symbol/SymbolFile.cpp
58881ad6265SDimitry AndricSRCS+=		Symbol/SymbolFileOnDemand.cpp
589986e05bcSDimitry AndricSRCS+=		Symbol/SymbolVendor.cpp
590986e05bcSDimitry AndricSRCS+=		Symbol/Symtab.cpp
591986e05bcSDimitry AndricSRCS+=		Symbol/Type.cpp
592986e05bcSDimitry AndricSRCS+=		Symbol/TypeList.cpp
593986e05bcSDimitry AndricSRCS+=		Symbol/TypeMap.cpp
594986e05bcSDimitry AndricSRCS+=		Symbol/TypeSystem.cpp
595986e05bcSDimitry AndricSRCS+=		Symbol/UnwindPlan.cpp
596986e05bcSDimitry AndricSRCS+=		Symbol/UnwindTable.cpp
597986e05bcSDimitry AndricSRCS+=		Symbol/Variable.cpp
598986e05bcSDimitry AndricSRCS+=		Symbol/VariableList.cpp
599986e05bcSDimitry AndricSRCS+=		Target/ABI.cpp
60048aaf27bSDimitry AndricSRCS+=		Target/AssertFrameRecognizer.cpp
6015e801ac6SDimitry AndricSRCS+=		Target/DynamicRegisterInfo.cpp
602986e05bcSDimitry AndricSRCS+=		Target/ExecutionContext.cpp
603986e05bcSDimitry AndricSRCS+=		Target/InstrumentationRuntime.cpp
604986e05bcSDimitry AndricSRCS+=		Target/InstrumentationRuntimeStopInfo.cpp
605986e05bcSDimitry AndricSRCS+=		Target/JITLoader.cpp
606986e05bcSDimitry AndricSRCS+=		Target/JITLoaderList.cpp
607986e05bcSDimitry AndricSRCS+=		Target/Language.cpp
608986e05bcSDimitry AndricSRCS+=		Target/LanguageRuntime.cpp
609986e05bcSDimitry AndricSRCS+=		Target/Memory.cpp
610986e05bcSDimitry AndricSRCS+=		Target/MemoryHistory.cpp
611f46f1d28SDimitry AndricSRCS+=		Target/MemoryRegionInfo.cpp
61204eeddc0SDimitry AndricSRCS+=		Target/MemoryTagMap.cpp
6137c1fda1cSDimitry AndricSRCS+=		Target/ModuleCache.cpp
614986e05bcSDimitry AndricSRCS+=		Target/OperatingSystem.cpp
615986e05bcSDimitry AndricSRCS+=		Target/PathMappingList.cpp
616986e05bcSDimitry AndricSRCS+=		Target/Platform.cpp
617986e05bcSDimitry AndricSRCS+=		Target/Process.cpp
618e8d8bef9SDimitry AndricSRCS+=		Target/ProcessTrace.cpp
619986e05bcSDimitry AndricSRCS+=		Target/Queue.cpp
620986e05bcSDimitry AndricSRCS+=		Target/QueueItem.cpp
621986e05bcSDimitry AndricSRCS+=		Target/QueueList.cpp
622986e05bcSDimitry AndricSRCS+=		Target/RegisterContext.cpp
62348aaf27bSDimitry AndricSRCS+=		Target/RegisterContextUnwind.cpp
62406c3fb27SDimitry AndricSRCS+=		Target/RegisterFlags.cpp
6257c1fda1cSDimitry AndricSRCS+=		Target/RegisterNumber.cpp
626a32f82c2SDimitry AndricSRCS+=		Target/RemoteAwarePlatform.cpp
627986e05bcSDimitry AndricSRCS+=		Target/SectionLoadHistory.cpp
628986e05bcSDimitry AndricSRCS+=		Target/SectionLoadList.cpp
629986e05bcSDimitry AndricSRCS+=		Target/StackFrame.cpp
630986e05bcSDimitry AndricSRCS+=		Target/StackFrameList.cpp
6316e3f21a2SDimitry AndricSRCS+=		Target/StackFrameRecognizer.cpp
632986e05bcSDimitry AndricSRCS+=		Target/StackID.cpp
6335e801ac6SDimitry AndricSRCS+=		Target/Statistics.cpp
634986e05bcSDimitry AndricSRCS+=		Target/StopInfo.cpp
635986e05bcSDimitry AndricSRCS+=		Target/SystemRuntime.cpp
636986e05bcSDimitry AndricSRCS+=		Target/Target.cpp
637986e05bcSDimitry AndricSRCS+=		Target/TargetList.cpp
638986e05bcSDimitry AndricSRCS+=		Target/Thread.cpp
639986e05bcSDimitry AndricSRCS+=		Target/ThreadCollection.cpp
640986e05bcSDimitry AndricSRCS+=		Target/ThreadList.cpp
641986e05bcSDimitry AndricSRCS+=		Target/ThreadPlan.cpp
642986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanBase.cpp
643986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanCallFunction.cpp
644986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanCallFunctionUsingABI.cpp
645986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanCallUserExpression.cpp
646986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanPython.cpp
647986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanRunToAddress.cpp
648986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanShouldStopHere.cpp
64948aaf27bSDimitry AndricSRCS+=		Target/ThreadPlanStack.cpp
650986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepInRange.cpp
651986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepInstruction.cpp
652986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepOut.cpp
653986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepOverBreakpoint.cpp
654986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepOverRange.cpp
655986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepRange.cpp
656986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepThrough.cpp
657986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepUntil.cpp
658986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanTracer.cpp
659986e05bcSDimitry AndricSRCS+=		Target/ThreadSpec.cpp
660e8d8bef9SDimitry AndricSRCS+=		Target/Trace.cpp
661fe6060f1SDimitry AndricSRCS+=		Target/TraceCursor.cpp
66281ad6265SDimitry AndricSRCS+=		Target/TraceDumper.cpp
663986e05bcSDimitry AndricSRCS+=		Target/UnixSignals.cpp
664986e05bcSDimitry AndricSRCS+=		Target/UnwindAssembly.cpp
66548aaf27bSDimitry AndricSRCS+=		Target/UnwindLLDB.cpp
66677b0be52SDimitry AndricSRCS+=		Utility/ArchSpec.cpp
667532d8940SDimitry AndricSRCS+=		Utility/Args.cpp
6687c1fda1cSDimitry AndricSRCS+=		Utility/Baton.cpp
6696e3f21a2SDimitry AndricSRCS+=		Utility/Broadcaster.cpp
670532d8940SDimitry AndricSRCS+=		Utility/CompletionRequest.cpp
671a580b014SDimitry AndricSRCS+=		Utility/Connection.cpp
6727c1fda1cSDimitry AndricSRCS+=		Utility/ConstString.cpp
6737c1fda1cSDimitry AndricSRCS+=		Utility/DataBufferHeap.cpp
6747c1fda1cSDimitry AndricSRCS+=		Utility/DataBufferLLVM.cpp
6757c1fda1cSDimitry AndricSRCS+=		Utility/DataEncoder.cpp
6767c1fda1cSDimitry AndricSRCS+=		Utility/DataExtractor.cpp
677bdd1243dSDimitry AndricSRCS+=		Utility/Diagnostics.cpp
678532d8940SDimitry AndricSRCS+=		Utility/Environment.cpp
6796e3f21a2SDimitry AndricSRCS+=		Utility/Event.cpp
6807c1fda1cSDimitry AndricSRCS+=		Utility/FileSpec.cpp
68106c3fb27SDimitry AndricSRCS+=		Utility/FileSpecList.cpp
682f46f1d28SDimitry AndricSRCS+=		Utility/GDBRemote.cpp
683a580b014SDimitry AndricSRCS+=		Utility/IOObject.cpp
68404eeddc0SDimitry AndricSRCS+=		Utility/Instrumentation.cpp
685986e05bcSDimitry AndricSRCS+=		Utility/LLDBAssert.cpp
68681ad6265SDimitry AndricSRCS+=		Utility/LLDBLog.cpp
6876e3f21a2SDimitry AndricSRCS+=		Utility/Listener.cpp
6887c1fda1cSDimitry AndricSRCS+=		Utility/Log.cpp
689986e05bcSDimitry AndricSRCS+=		Utility/NameMatches.cpp
690a32f82c2SDimitry AndricSRCS+=		Utility/ProcessInfo.cpp
6916e3f21a2SDimitry AndricSRCS+=		Utility/RegisterValue.cpp
6927c1fda1cSDimitry AndricSRCS+=		Utility/RegularExpression.cpp
6936e3f21a2SDimitry AndricSRCS+=		Utility/Scalar.cpp
694629e066cSDimitry AndricSRCS+=		Utility/SelectHelper.cpp
6956e3f21a2SDimitry AndricSRCS+=		Utility/State.cpp
6965517e702SDimitry AndricSRCS+=		Utility/Status.cpp
6977c1fda1cSDimitry AndricSRCS+=		Utility/Stream.cpp
6987c1fda1cSDimitry AndricSRCS+=		Utility/StreamString.cpp
699986e05bcSDimitry AndricSRCS+=		Utility/StringExtractor.cpp
700986e05bcSDimitry AndricSRCS+=		Utility/StringExtractorGDBRemote.cpp
701986e05bcSDimitry AndricSRCS+=		Utility/StringLexer.cpp
7027c1fda1cSDimitry AndricSRCS+=		Utility/StringList.cpp
703a580b014SDimitry AndricSRCS+=		Utility/StructuredData.cpp
7047c1fda1cSDimitry AndricSRCS+=		Utility/TildeExpressionResolver.cpp
705fe6060f1SDimitry AndricSRCS+=		Utility/TraceGDBRemotePackets.cpp
706a580b014SDimitry AndricSRCS+=		Utility/Timer.cpp
7077c1fda1cSDimitry AndricSRCS+=		Utility/UUID.cpp
708e8d8bef9SDimitry AndricSRCS+=		Utility/UnimplementedError.cpp
709986e05bcSDimitry AndricSRCS+=		Utility/UriParser.cpp
7107c1fda1cSDimitry AndricSRCS+=		Utility/UserID.cpp
711a32f82c2SDimitry AndricSRCS+=		Utility/UserIDResolver.cpp
7127c1fda1cSDimitry AndricSRCS+=		Utility/VASprintf.cpp
7137c1fda1cSDimitry AndricSRCS+=		Utility/VMRange.cpp
71481ad6265SDimitry AndricSRCS+=		Utility/XcodeSDK.cpp
71504eeddc0SDimitry AndricSRCS+=		Version/Version.cpp
716e8f1392dSEd Maste
717d8ed7fa3SDimitry AndricLLDB_TBLGEN?=	lldb-tblgen
718d8ed7fa3SDimitry Andric
719f46f1d28SDimitry AndricCommandOptions.inc: ${LLDB_SRCS}/source/Commands/Options.td
720d8ed7fa3SDimitry Andric	${LLDB_TBLGEN} -gen-lldb-option-defs \
721d8ed7fa3SDimitry Andric	    -I ${LLDB_SRCS}/source/Commands -d ${.TARGET:C/$/.d/} \
722d8ed7fa3SDimitry Andric	    -o ${.TARGET} ${LLDB_SRCS}/source/Commands/Options.td
723f46f1d28SDimitry AndricTGHDRS+=	CommandOptions.inc
724f46f1d28SDimitry Andric
725f46f1d28SDimitry Andric.for path in \
726f46f1d28SDimitry Andric	Core/Core \
727f46f1d28SDimitry Andric	Interpreter/Interpreter \
728f46f1d28SDimitry Andric	Plugins/JITLoader/GDB/JITLoaderGDB \
729f46f1d28SDimitry Andric	Plugins/Process/gdb-remote/ProcessGDBRemote \
730f46f1d28SDimitry Andric	Plugins/SymbolFile/DWARF/SymbolFileDWARF \
731f46f1d28SDimitry Andric	Target/Target
732f46f1d28SDimitry Andric${path:T}Properties.inc: ${LLDB_SRCS}/source/${path}Properties.td
733d8ed7fa3SDimitry Andric	${LLDB_TBLGEN} -gen-lldb-property-defs \
734d8ed7fa3SDimitry Andric	    -I ${LLDB_SRCS}/source/${path:H} -d ${.TARGET:C/$/.d/} \
735d8ed7fa3SDimitry Andric	    -o ${.TARGET} ${LLDB_SRCS}/source/${path}Properties.td
736f46f1d28SDimitry AndricTGHDRS+=	${path:T}Properties.inc
737f46f1d28SDimitry Andric
738f46f1d28SDimitry Andric${path:T}PropertiesEnum.inc: ${LLDB_SRCS}/source/${path}Properties.td
739d8ed7fa3SDimitry Andric	${LLDB_TBLGEN} -gen-lldb-property-enum-defs \
740d8ed7fa3SDimitry Andric	    -I ${LLDB_SRCS}/source/${path:H} -d ${.TARGET:C/$/.d/} \
741d8ed7fa3SDimitry Andric	    -o ${.TARGET} ${LLDB_SRCS}/source/${path}Properties.td
742f46f1d28SDimitry AndricTGHDRS+=	${path:T}PropertiesEnum.inc
743f46f1d28SDimitry Andric.endfor
744a32f82c2SDimitry Andric
745a32f82c2SDimitry AndricDPSRCS+=	${TGHDRS}
746a32f82c2SDimitry AndricCLEANFILES+=	${TGHDRS} ${TGHDRS:C/$/.d/}
747a32f82c2SDimitry Andric
748986e05bcSDimitry Andric.include "../clang.build.mk"
749986e05bcSDimitry Andric
750986e05bcSDimitry AndricINTERNALLIB=
751986e05bcSDimitry Andric
752f0d060f9SEd Maste# Building lldb's bindings requires swig, but we do not want to include it in
753f0d060f9SEd Maste# the FreeBSD base system (as a build tool) because it has non-trivial
754f0d060f9SEd Maste# dependencies.  As a workaround we commit the generated file.  Requires the
75548aaf27bSDimitry Andric# swig package.
756f0d060f9SEd Maste#
757f0d060f9SEd Maste# After importing an updated llvm/lldb into FreeBSD run `make run-swig` in
758f0d060f9SEd Maste# this directory to generate generate LLDBWrapLua.cpp, and commit the result.
759f0d060f9SEd Maste.PHONY:	run-swig
760f0d060f9SEd Masterun-swig:
76148aaf27bSDimitry Andric	swig -I${LLDB_SRCS}/include \
762f0d060f9SEd Maste	    -c++ -features autodoc -lua -w503 \
763f0d060f9SEd Maste	    -o ${.CURDIR}/LLDBWrapLua.cpp ${LLDB_SRCS}/bindings/lua.swig
764f0d060f9SEd Maste
765986e05bcSDimitry Andric.include <bsd.lib.mk>
766