xref: /freebsd/lib/clang/liblldb/Makefile (revision fe6060f1)
1e8f1392dSEd Maste# $FreeBSD$
2e8f1392dSEd Maste
301d8757dSDimitry Andric.include "../lldb.pre.mk"
4e8f1392dSEd Maste
5e8f1392dSEd MasteLIB=		lldb
60b57cec5SDimitry AndricSRCDIR=		lldb/source
71c3bbb01SEd Maste
8986e05bcSDimitry AndricCFLAGS+=	-I${LLDB_SRCS}/include
9986e05bcSDimitry AndricCFLAGS+=	-I${LLDB_SRCS}/source
1048aaf27bSDimitry Andric#CFLAGS+=	-I${LLDB_SRCS}/source/Plugins/Process/FreeBSD
1148aaf27bSDimitry Andric#CFLAGS+=	-I${LLDB_SRCS}/source/Plugins/Process/POSIX
1248aaf27bSDimitry Andric#CFLAGS+=	-I${LLDB_SRCS}/source/Plugins/Process/Utility
13e1cd7682SDimitry AndricCFLAGS+=	-I${OBJTOP}/lib/clang/libllvm
14e1cd7682SDimitry AndricCFLAGS+=	-I${OBJTOP}/lib/clang/libclang
15a32f82c2SDimitry AndricCFLAGS+=	-I${OBJTOP}/lib/clang/liblldb
16652a9748SEd MasteCFLAGS+=	-I${SRCTOP}/contrib/lua/src
17652a9748SEd MasteCFLAGS+=	-I${SRCTOP}/lib/liblua
18e8f1392dSEd Maste
19986e05bcSDimitry AndricSRCS+=		API/SBAddress.cpp
20986e05bcSDimitry AndricSRCS+=		API/SBAttachInfo.cpp
21986e05bcSDimitry AndricSRCS+=		API/SBBlock.cpp
22986e05bcSDimitry AndricSRCS+=		API/SBBreakpoint.cpp
23986e05bcSDimitry AndricSRCS+=		API/SBBreakpointLocation.cpp
24a32f82c2SDimitry AndricSRCS+=		API/SBBreakpointName.cpp
2562bd6269SDimitry AndricSRCS+=		API/SBBreakpointOptionCommon.cpp
26986e05bcSDimitry AndricSRCS+=		API/SBBroadcaster.cpp
27986e05bcSDimitry AndricSRCS+=		API/SBCommandInterpreter.cpp
2848aaf27bSDimitry AndricSRCS+=		API/SBCommandInterpreterRunOptions.cpp
29986e05bcSDimitry AndricSRCS+=		API/SBCommandReturnObject.cpp
30a32f82c2SDimitry AndricSRCS+=		API/SBCommunication.cpp
31986e05bcSDimitry AndricSRCS+=		API/SBCompileUnit.cpp
32986e05bcSDimitry AndricSRCS+=		API/SBData.cpp
33986e05bcSDimitry AndricSRCS+=		API/SBDebugger.cpp
34986e05bcSDimitry AndricSRCS+=		API/SBDeclaration.cpp
3548aaf27bSDimitry AndricSRCS+=		API/SBEnvironment.cpp
36986e05bcSDimitry AndricSRCS+=		API/SBError.cpp
37986e05bcSDimitry AndricSRCS+=		API/SBEvent.cpp
38986e05bcSDimitry AndricSRCS+=		API/SBExecutionContext.cpp
39986e05bcSDimitry AndricSRCS+=		API/SBExpressionOptions.cpp
40f46f1d28SDimitry AndricSRCS+=		API/SBFile.cpp
41986e05bcSDimitry AndricSRCS+=		API/SBFileSpec.cpp
425c4e2ac4SDimitry AndricSRCS+=		API/SBFileSpecList.cpp
43986e05bcSDimitry AndricSRCS+=		API/SBFrame.cpp
44986e05bcSDimitry AndricSRCS+=		API/SBFunction.cpp
45986e05bcSDimitry AndricSRCS+=		API/SBHostOS.cpp
46986e05bcSDimitry AndricSRCS+=		API/SBInstruction.cpp
47986e05bcSDimitry AndricSRCS+=		API/SBInstructionList.cpp
48986e05bcSDimitry AndricSRCS+=		API/SBLanguageRuntime.cpp
49986e05bcSDimitry AndricSRCS+=		API/SBLaunchInfo.cpp
50986e05bcSDimitry AndricSRCS+=		API/SBLineEntry.cpp
51986e05bcSDimitry AndricSRCS+=		API/SBListener.cpp
52986e05bcSDimitry AndricSRCS+=		API/SBMemoryRegionInfo.cpp
535c4e2ac4SDimitry AndricSRCS+=		API/SBMemoryRegionInfoList.cpp
54986e05bcSDimitry AndricSRCS+=		API/SBModule.cpp
55986e05bcSDimitry AndricSRCS+=		API/SBModuleSpec.cpp
56986e05bcSDimitry AndricSRCS+=		API/SBPlatform.cpp
57986e05bcSDimitry AndricSRCS+=		API/SBProcess.cpp
5862bd6269SDimitry AndricSRCS+=		API/SBProcessInfo.cpp
59986e05bcSDimitry AndricSRCS+=		API/SBQueue.cpp
60986e05bcSDimitry AndricSRCS+=		API/SBQueueItem.cpp
61a32f82c2SDimitry AndricSRCS+=		API/SBReproducer.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
75986e05bcSDimitry AndricSRCS+=		API/SBType.cpp
76986e05bcSDimitry AndricSRCS+=		API/SBTypeCategory.cpp
77986e05bcSDimitry AndricSRCS+=		API/SBTypeEnumMember.cpp
78986e05bcSDimitry AndricSRCS+=		API/SBTypeFilter.cpp
79986e05bcSDimitry AndricSRCS+=		API/SBTypeFormat.cpp
80986e05bcSDimitry AndricSRCS+=		API/SBTypeNameSpecifier.cpp
81986e05bcSDimitry AndricSRCS+=		API/SBTypeSummary.cpp
82a32f82c2SDimitry AndricSRCS+=		API/SBTypeSynthetic.cpp
83986e05bcSDimitry AndricSRCS+=		API/SBUnixSignals.cpp
84986e05bcSDimitry AndricSRCS+=		API/SBValue.cpp
85986e05bcSDimitry AndricSRCS+=		API/SBValueList.cpp
865c4e2ac4SDimitry AndricSRCS+=		API/SBVariablesOptions.cpp
87986e05bcSDimitry AndricSRCS+=		API/SBWatchpoint.cpp
88986e05bcSDimitry AndricSRCS+=		API/SystemInitializerFull.cpp
89986e05bcSDimitry AndricSRCS+=		Breakpoint/Breakpoint.cpp
90986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointID.cpp
91986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointIDList.cpp
92986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointList.cpp
93986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointLocation.cpp
94986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointLocationCollection.cpp
95986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointLocationList.cpp
9677b0be52SDimitry AndricSRCS+=		Breakpoint/BreakpointName.cpp
97986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointOptions.cpp
98986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolver.cpp
99986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverAddress.cpp
100986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverFileLine.cpp
101986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverFileRegex.cpp
102986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointResolverName.cpp
1036e3f21a2SDimitry AndricSRCS+=		Breakpoint/BreakpointResolverScripted.cpp
104986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointSite.cpp
105986e05bcSDimitry AndricSRCS+=		Breakpoint/BreakpointSiteList.cpp
106986e05bcSDimitry AndricSRCS+=		Breakpoint/Stoppoint.cpp
107986e05bcSDimitry AndricSRCS+=		Breakpoint/StoppointCallbackContext.cpp
108e8d8bef9SDimitry AndricSRCS+=		Breakpoint/StoppointSite.cpp
109986e05bcSDimitry AndricSRCS+=		Breakpoint/Watchpoint.cpp
110986e05bcSDimitry AndricSRCS+=		Breakpoint/WatchpointList.cpp
111986e05bcSDimitry AndricSRCS+=		Breakpoint/WatchpointOptions.cpp
112986e05bcSDimitry AndricSRCS+=		Commands/CommandCompletions.cpp
113986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectApropos.cpp
114986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectBreakpoint.cpp
115986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectBreakpointCommand.cpp
116986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectCommands.cpp
117986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectDisassemble.cpp
118986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectExpression.cpp
119986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectFrame.cpp
120986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectGUI.cpp
121986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectHelp.cpp
122986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectLanguage.cpp
123986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectLog.cpp
124986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectMemory.cpp
125fe6060f1SDimitry AndricSRCS+=		Commands/CommandObjectMemoryTag.cpp
126986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectMultiword.cpp
127986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectPlatform.cpp
128986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectPlugin.cpp
129986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectProcess.cpp
130986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectQuit.cpp
131e8d8bef9SDimitry AndricSRCS+=		Commands/CommandObjectRegexCommand.cpp
132986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectRegister.cpp
1336e3f21a2SDimitry AndricSRCS+=		Commands/CommandObjectReproducer.cpp
134e8d8bef9SDimitry AndricSRCS+=		Commands/CommandObjectScript.cpp
135e8d8bef9SDimitry AndricSRCS+=		Commands/CommandObjectSession.cpp
136986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectSettings.cpp
137986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectSource.cpp
138532d8940SDimitry AndricSRCS+=		Commands/CommandObjectStats.cpp
139986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectTarget.cpp
140986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectThread.cpp
141e8d8bef9SDimitry AndricSRCS+=		Commands/CommandObjectThreadUtil.cpp
142d409305fSDimitry AndricSRCS+=		Commands/CommandObjectTrace.cpp
143986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectType.cpp
144986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectVersion.cpp
145986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectWatchpoint.cpp
146986e05bcSDimitry AndricSRCS+=		Commands/CommandObjectWatchpointCommand.cpp
147e8d8bef9SDimitry AndricSRCS+=		Commands/CommandOptionsProcessLaunch.cpp
148986e05bcSDimitry AndricSRCS+=		Core/Address.cpp
149986e05bcSDimitry AndricSRCS+=		Core/AddressRange.cpp
150986e05bcSDimitry AndricSRCS+=		Core/AddressResolver.cpp
151986e05bcSDimitry AndricSRCS+=		Core/AddressResolverFileLine.cpp
152986e05bcSDimitry AndricSRCS+=		Core/Communication.cpp
153986e05bcSDimitry AndricSRCS+=		Core/Debugger.cpp
154fe6060f1SDimitry AndricSRCS+=		Core/Declaration.cpp
155986e05bcSDimitry AndricSRCS+=		Core/Disassembler.cpp
1567c1fda1cSDimitry AndricSRCS+=		Core/DumpDataExtractor.cpp
157532d8940SDimitry AndricSRCS+=		Core/DumpRegisterValue.cpp
158986e05bcSDimitry AndricSRCS+=		Core/DynamicLoader.cpp
159986e05bcSDimitry AndricSRCS+=		Core/EmulateInstruction.cpp
160986e05bcSDimitry AndricSRCS+=		Core/FileLineResolver.cpp
161986e05bcSDimitry AndricSRCS+=		Core/FileSpecList.cpp
162986e05bcSDimitry AndricSRCS+=		Core/FormatEntity.cpp
1636e3f21a2SDimitry AndricSRCS+=		Core/Highlighter.cpp
164986e05bcSDimitry AndricSRCS+=		Core/IOHandler.cpp
165f46f1d28SDimitry AndricSRCS+=		Core/IOHandlerCursesGUI.cpp
166986e05bcSDimitry AndricSRCS+=		Core/Mangled.cpp
167986e05bcSDimitry AndricSRCS+=		Core/Module.cpp
168986e05bcSDimitry AndricSRCS+=		Core/ModuleChild.cpp
169986e05bcSDimitry AndricSRCS+=		Core/ModuleList.cpp
170986e05bcSDimitry AndricSRCS+=		Core/Opcode.cpp
171986e05bcSDimitry AndricSRCS+=		Core/PluginManager.cpp
172fe6060f1SDimitry AndricSRCS+=		Core/Progress.cpp
1736e3f21a2SDimitry AndricSRCS+=		Core/RichManglingContext.cpp
174986e05bcSDimitry AndricSRCS+=		Core/SearchFilter.cpp
175986e05bcSDimitry AndricSRCS+=		Core/Section.cpp
176fe6060f1SDimitry AndricSRCS+=		Core/SourceLocationSpec.cpp
177986e05bcSDimitry AndricSRCS+=		Core/SourceManager.cpp
178986e05bcSDimitry AndricSRCS+=		Core/StreamAsynchronousIO.cpp
179986e05bcSDimitry AndricSRCS+=		Core/StreamFile.cpp
180986e05bcSDimitry AndricSRCS+=		Core/UserSettingsController.cpp
181986e05bcSDimitry AndricSRCS+=		Core/Value.cpp
182986e05bcSDimitry AndricSRCS+=		Core/ValueObject.cpp
183986e05bcSDimitry AndricSRCS+=		Core/ValueObjectCast.cpp
184986e05bcSDimitry AndricSRCS+=		Core/ValueObjectChild.cpp
185986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResult.cpp
186986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResultCast.cpp
187986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResultChild.cpp
188986e05bcSDimitry AndricSRCS+=		Core/ValueObjectConstResultImpl.cpp
189986e05bcSDimitry AndricSRCS+=		Core/ValueObjectDynamicValue.cpp
190986e05bcSDimitry AndricSRCS+=		Core/ValueObjectList.cpp
191986e05bcSDimitry AndricSRCS+=		Core/ValueObjectMemory.cpp
192986e05bcSDimitry AndricSRCS+=		Core/ValueObjectRegister.cpp
193986e05bcSDimitry AndricSRCS+=		Core/ValueObjectSyntheticFilter.cpp
194fe6060f1SDimitry AndricSRCS+=		Core/ValueObjectUpdater.cpp
195986e05bcSDimitry AndricSRCS+=		Core/ValueObjectVariable.cpp
196986e05bcSDimitry AndricSRCS+=		DataFormatters/CXXFunctionPointer.cpp
197986e05bcSDimitry AndricSRCS+=		DataFormatters/DataVisualization.cpp
198986e05bcSDimitry AndricSRCS+=		DataFormatters/DumpValueObjectOptions.cpp
199986e05bcSDimitry AndricSRCS+=		DataFormatters/FormatCache.cpp
200986e05bcSDimitry AndricSRCS+=		DataFormatters/FormatClasses.cpp
201986e05bcSDimitry AndricSRCS+=		DataFormatters/FormatManager.cpp
202986e05bcSDimitry AndricSRCS+=		DataFormatters/FormattersHelpers.cpp
203986e05bcSDimitry AndricSRCS+=		DataFormatters/LanguageCategory.cpp
204986e05bcSDimitry AndricSRCS+=		DataFormatters/StringPrinter.cpp
205986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeCategory.cpp
206986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeCategoryMap.cpp
207986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeFormat.cpp
208986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeSummary.cpp
209986e05bcSDimitry AndricSRCS+=		DataFormatters/TypeSynthetic.cpp
210986e05bcSDimitry AndricSRCS+=		DataFormatters/ValueObjectPrinter.cpp
211986e05bcSDimitry AndricSRCS+=		DataFormatters/VectorType.cpp
212986e05bcSDimitry AndricSRCS+=		Expression/DWARFExpression.cpp
213986e05bcSDimitry AndricSRCS+=		Expression/DiagnosticManager.cpp
214986e05bcSDimitry AndricSRCS+=		Expression/Expression.cpp
215986e05bcSDimitry AndricSRCS+=		Expression/ExpressionVariable.cpp
216986e05bcSDimitry AndricSRCS+=		Expression/FunctionCaller.cpp
217986e05bcSDimitry AndricSRCS+=		Expression/IRExecutionUnit.cpp
218986e05bcSDimitry AndricSRCS+=		Expression/IRInterpreter.cpp
219986e05bcSDimitry AndricSRCS+=		Expression/IRMemoryMap.cpp
220986e05bcSDimitry AndricSRCS+=		Expression/LLVMUserExpression.cpp
221986e05bcSDimitry AndricSRCS+=		Expression/Materializer.cpp
222986e05bcSDimitry AndricSRCS+=		Expression/REPL.cpp
223986e05bcSDimitry AndricSRCS+=		Expression/UserExpression.cpp
224986e05bcSDimitry AndricSRCS+=		Expression/UtilityFunction.cpp
225986e05bcSDimitry AndricSRCS+=		Host/common/Editline.cpp
226986e05bcSDimitry AndricSRCS+=		Host/common/File.cpp
227a32f82c2SDimitry AndricSRCS+=		Host/common/FileAction.cpp
228986e05bcSDimitry AndricSRCS+=		Host/common/FileCache.cpp
229986e05bcSDimitry AndricSRCS+=		Host/common/FileSystem.cpp
230986e05bcSDimitry AndricSRCS+=		Host/common/Host.cpp
231986e05bcSDimitry AndricSRCS+=		Host/common/HostInfoBase.cpp
232986e05bcSDimitry AndricSRCS+=		Host/common/HostNativeThreadBase.cpp
233986e05bcSDimitry AndricSRCS+=		Host/common/HostProcess.cpp
234986e05bcSDimitry AndricSRCS+=		Host/common/HostThread.cpp
235f46f1d28SDimitry AndricSRCS+=		Host/common/LZMA.cpp
236986e05bcSDimitry AndricSRCS+=		Host/common/LockFileBase.cpp
237f37b6182SDimitry AndricSRCS+=		Host/common/MainLoop.cpp
238986e05bcSDimitry AndricSRCS+=		Host/common/MonitoringProcessLauncher.cpp
239d409305fSDimitry AndricSRCS+=		Host/common/NativeProcessProtocol.cpp
240d409305fSDimitry AndricSRCS+=		Host/common/NativeRegisterContext.cpp
241d409305fSDimitry AndricSRCS+=		Host/common/NativeThreadProtocol.cpp
242986e05bcSDimitry AndricSRCS+=		Host/common/NativeWatchpointList.cpp
243986e05bcSDimitry AndricSRCS+=		Host/common/OptionParser.cpp
244986e05bcSDimitry AndricSRCS+=		Host/common/PipeBase.cpp
245a32f82c2SDimitry AndricSRCS+=		Host/common/ProcessLaunchInfo.cpp
246986e05bcSDimitry AndricSRCS+=		Host/common/ProcessRunLock.cpp
2477c1fda1cSDimitry AndricSRCS+=		Host/common/PseudoTerminal.cpp
248986e05bcSDimitry AndricSRCS+=		Host/common/Socket.cpp
249986e05bcSDimitry AndricSRCS+=		Host/common/SocketAddress.cpp
250986e05bcSDimitry AndricSRCS+=		Host/common/StringConvert.cpp
251986e05bcSDimitry AndricSRCS+=		Host/common/TCPSocket.cpp
252986e05bcSDimitry AndricSRCS+=		Host/common/Terminal.cpp
253986e05bcSDimitry AndricSRCS+=		Host/common/ThreadLauncher.cpp
254986e05bcSDimitry AndricSRCS+=		Host/common/UDPSocket.cpp
255986e05bcSDimitry AndricSRCS+=		Host/common/XML.cpp
256986e05bcSDimitry AndricSRCS+=		Host/freebsd/Host.cpp
257986e05bcSDimitry AndricSRCS+=		Host/freebsd/HostInfoFreeBSD.cpp
258986e05bcSDimitry AndricSRCS+=		Host/posix/ConnectionFileDescriptorPosix.cpp
259986e05bcSDimitry AndricSRCS+=		Host/posix/DomainSocket.cpp
260f46f1d28SDimitry AndricSRCS+=		Host/posix/FileSystemPosix.cpp
261986e05bcSDimitry AndricSRCS+=		Host/posix/HostInfoPosix.cpp
262986e05bcSDimitry AndricSRCS+=		Host/posix/HostProcessPosix.cpp
263986e05bcSDimitry AndricSRCS+=		Host/posix/HostThreadPosix.cpp
264986e05bcSDimitry AndricSRCS+=		Host/posix/LockFilePosix.cpp
265986e05bcSDimitry AndricSRCS+=		Host/posix/PipePosix.cpp
266edd7eaddSDimitry AndricSRCS+=		Host/posix/ProcessLauncherPosixFork.cpp
267986e05bcSDimitry AndricSRCS+=		Initialization/SystemInitializer.cpp
268986e05bcSDimitry AndricSRCS+=		Initialization/SystemInitializerCommon.cpp
269986e05bcSDimitry AndricSRCS+=		Initialization/SystemLifetimeManager.cpp
270986e05bcSDimitry AndricSRCS+=		Interpreter/CommandAlias.cpp
271986e05bcSDimitry AndricSRCS+=		Interpreter/CommandHistory.cpp
272986e05bcSDimitry AndricSRCS+=		Interpreter/CommandInterpreter.cpp
273986e05bcSDimitry AndricSRCS+=		Interpreter/CommandObject.cpp
274986e05bcSDimitry AndricSRCS+=		Interpreter/CommandOptionValidators.cpp
275986e05bcSDimitry AndricSRCS+=		Interpreter/CommandReturnObject.cpp
276532d8940SDimitry AndricSRCS+=		Interpreter/OptionArgParser.cpp
277986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupArchitecture.cpp
278986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupBoolean.cpp
279986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupFile.cpp
280986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupFormat.cpp
281986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupOutputFile.cpp
282986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupPlatform.cpp
283f46f1d28SDimitry AndricSRCS+=		Interpreter/OptionGroupPythonClassWithDict.cpp
284986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupString.cpp
285986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupUInt64.cpp
286986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupUUID.cpp
287986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupValueObjectDisplay.cpp
288986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupVariable.cpp
289986e05bcSDimitry AndricSRCS+=		Interpreter/OptionGroupWatchpoint.cpp
290986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValue.cpp
291986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueArch.cpp
292fe6060f1SDimitry AndricSRCS+=		Interpreter/OptionValueArgs.cpp
293986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueArray.cpp
294986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueBoolean.cpp
295986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueChar.cpp
296986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueDictionary.cpp
297986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueEnumeration.cpp
298e8d8bef9SDimitry AndricSRCS+=		Interpreter/OptionValueFileColonLine.cpp
299986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueFileSpec.cpp
300f46f1d28SDimitry AndricSRCS+=		Interpreter/OptionValueFileSpecList.cpp
301986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueFormat.cpp
302986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueFormatEntity.cpp
303986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueLanguage.cpp
304986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValuePathMappings.cpp
305986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueProperties.cpp
306986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueRegex.cpp
307986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueSInt64.cpp
308986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueString.cpp
309986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueUInt64.cpp
310986e05bcSDimitry AndricSRCS+=		Interpreter/OptionValueUUID.cpp
311986e05bcSDimitry AndricSRCS+=		Interpreter/Options.cpp
312986e05bcSDimitry AndricSRCS+=		Interpreter/Property.cpp
313986e05bcSDimitry AndricSRCS+=		Interpreter/ScriptInterpreter.cpp
314d409305fSDimitry AndricSRCS+=		LLDBWrapLua.cpp
31548aaf27bSDimitry AndricSRCS+=		Plugins/ABI/AArch64/ABIAArch64.cpp
31648aaf27bSDimitry AndricSRCS+=		Plugins/ABI/AArch64/ABISysV_arm64.cpp
31748aaf27bSDimitry AndricSRCS+=		Plugins/ABI/ARM/ABIARM.cpp
31848aaf27bSDimitry AndricSRCS+=		Plugins/ABI/ARM/ABISysV_arm.cpp
31948aaf27bSDimitry AndricSRCS+=		Plugins/ABI/Mips/ABIMips.cpp
32048aaf27bSDimitry AndricSRCS+=		Plugins/ABI/Mips/ABISysV_mips.cpp
32148aaf27bSDimitry AndricSRCS+=		Plugins/ABI/Mips/ABISysV_mips64.cpp
32248aaf27bSDimitry AndricSRCS+=		Plugins/ABI/PowerPC/ABIPowerPC.cpp
32348aaf27bSDimitry AndricSRCS+=		Plugins/ABI/PowerPC/ABISysV_ppc.cpp
32448aaf27bSDimitry AndricSRCS+=		Plugins/ABI/PowerPC/ABISysV_ppc64.cpp
32548aaf27bSDimitry AndricSRCS+=		Plugins/ABI/X86/ABISysV_i386.cpp
32648aaf27bSDimitry AndricSRCS+=		Plugins/ABI/X86/ABISysV_x86_64.cpp
32748aaf27bSDimitry AndricSRCS+=		Plugins/ABI/X86/ABIX86.cpp
328fe6060f1SDimitry AndricSRCS+=		Plugins/Architecture/AArch64/ArchitectureAArch64.cpp
32977b0be52SDimitry AndricSRCS+=		Plugins/Architecture/Arm/ArchitectureArm.cpp
3306e3f21a2SDimitry AndricSRCS+=		Plugins/Architecture/Mips/ArchitectureMips.cpp
331532d8940SDimitry AndricSRCS+=		Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
33248aaf27bSDimitry AndricSRCS+=		Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
333986e05bcSDimitry AndricSRCS+=		Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
334986e05bcSDimitry AndricSRCS+=		Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
335986e05bcSDimitry AndricSRCS+=		Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
336986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
337986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp
338a32f82c2SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ASTUtils.cpp
33948aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
34048aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangASTMetadata.cpp
341986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangASTSource.cpp
342f46f1d28SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangDeclVendor.cpp
343986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
344986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
345a32f82c2SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
346986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp
34748aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.cpp
348986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
349532d8940SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangHost.cpp
350986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
351986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
352986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
35348aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangUtil.cpp
354986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
355f46f1d28SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/CppModuleConfiguration.cpp
35648aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp
357a32f82c2SDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
358986e05bcSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/IRForTarget.cpp
35948aaf27bSDimitry AndricSRCS+=		Plugins/ExpressionParser/Clang/NameSearchContext.cpp
360986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/ARM/EmulateInstructionARM.cpp
361986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/ARM/EmulationStateARM.cpp
362986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
363986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
364986e05bcSDimitry AndricSRCS+=		Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
365532d8940SDimitry AndricSRCS+=		Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
36648aaf27bSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp
36748aaf27bSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp
36848aaf27bSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
36948aaf27bSDimitry AndricSRCS+=		Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp
370986e05bcSDimitry AndricSRCS+=		Plugins/JITLoader/GDB/JITLoaderGDB.cpp
371986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/BlockPointer.cpp
372986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
3737c1fda1cSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
374a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/CxxStringTypes.cpp
375986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxx.cpp
376986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
377a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxBitset.cpp
378986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp
379986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxList.cpp
380986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxMap.cpp
381a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxOptional.cpp
382a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxQueue.cpp
383a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxTuple.cpp
384986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
385a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxVariant.cpp
386986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibCxxVector.cpp
387986e05bcSDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibStdcpp.cpp
388a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
389a32f82c2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
3906e3f21a2SDimitry AndricSRCS+=		Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp
3916e3f21a2SDimitry AndricSRCS+=		Plugins/Language/ClangCommon/ClangHighlighter.cpp
392986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/CF.cpp
393986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/Cocoa.cpp
394986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSArray.cpp
395986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSDictionary.cpp
396986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSError.cpp
397986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSException.cpp
398986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSIndexPath.cpp
399986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSSet.cpp
400986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/NSString.cpp
401986e05bcSDimitry AndricSRCS+=		Plugins/Language/ObjC/ObjCLanguage.cpp
402a32f82c2SDimitry AndricSRCS+=		Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
403d409305fSDimitry AndricSRCS+=		Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
4040cc9e150SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
4050cc9e150SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
4060cc9e150SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
407a32f82c2SDimitry AndricSRCS+=		Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
40848aaf27bSDimitry AndricSRCS+=		Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.cpp
409d409305fSDimitry AndricSRCS+=		Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
410986e05bcSDimitry AndricSRCS+=		Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
411986e05bcSDimitry AndricSRCS+=		Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
412a32f82c2SDimitry AndricSRCS+=		Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
4136e3f21a2SDimitry AndricSRCS+=		Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
414986e05bcSDimitry AndricSRCS+=		Plugins/ObjectFile/ELF/ELFHeader.cpp
415986e05bcSDimitry AndricSRCS+=		Plugins/ObjectFile/ELF/ObjectFileELF.cpp
416986e05bcSDimitry AndricSRCS+=		Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
417986e05bcSDimitry AndricSRCS+=		Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
4187c1fda1cSDimitry AndricSRCS+=		Plugins/Platform/POSIX/PlatformPOSIX.cpp
419986e05bcSDimitry AndricSRCS+=		Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
420d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp
421d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD.cpp
422d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm.cpp
423d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.cpp
424d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.cpp
425d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.cpp
426d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.cpp
427d409305fSDimitry AndricSRCS+=		Plugins/Process/FreeBSD/NativeThreadFreeBSD.cpp
428986e05bcSDimitry AndricSRCS+=		Plugins/Process/POSIX/CrashReason.cpp
429d409305fSDimitry AndricSRCS+=		Plugins/Process/POSIX/NativeProcessELF.cpp
430986e05bcSDimitry AndricSRCS+=		Plugins/Process/POSIX/ProcessMessage.cpp
431986e05bcSDimitry AndricSRCS+=		Plugins/Process/POSIX/ProcessPOSIXLog.cpp
432a32f82c2SDimitry AndricSRCS+=		Plugins/Process/Utility/AuxVector.cpp
433986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/DynamicRegisterInfo.cpp
434986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/FreeBSDSignals.cpp
435986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/GDBRemoteSignals.cpp
436986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/HistoryThread.cpp
437986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/HistoryUnwind.cpp
438986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/InferiorCallPOSIX.cpp
439986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/LinuxSignals.cpp
440986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/MipsLinuxSignals.cpp
441fe6060f1SDimitry AndricSRCS+=		Plugins/Process/Utility/MemoryTagManagerAArch64MTE.cpp
442d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/NativeProcessSoftwareSingleStep.cpp
443d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/NativeRegisterContextDBReg_arm64.cpp
444d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/NativeRegisterContextDBReg_x86.cpp
445d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/NativeRegisterContextRegisterInfo.cpp
446986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/NetBSDSignals.cpp
447986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
448986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
449986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextDummy.cpp
450986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_i386.cpp
451986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_mips64.cpp
452986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp
453986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.cpp
454986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextHistory.cpp
455986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextLinux_i386.cpp
456986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp
457986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextMemory.cpp
45848aaf27bSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextNetBSD_i386.cpp
4597c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
4607c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextOpenBSD_i386.cpp
4617c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.cpp
462986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
463986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
464986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
465986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp
46677b0be52SDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp
467986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
468986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContextThreadMemory.cpp
469d409305fSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterContext_x86.cpp
4707c1fda1cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfoPOSIX_arm.cpp
471629e066cSDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
47277b0be52SDimitry AndricSRCS+=		Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.cpp
473986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/StopInfoMachException.cpp
474986e05bcSDimitry AndricSRCS+=		Plugins/Process/Utility/ThreadMemory.cpp
475986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/ProcessElfCore.cpp
476986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
477986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
478986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
479986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
48077b0be52SDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.cpp
481986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
48277b0be52SDimitry AndricSRCS+=		Plugins/Process/elf-core/RegisterUtilities.cpp
483986e05bcSDimitry AndricSRCS+=		Plugins/Process/elf-core/ThreadElfCore.cpp
484629e066cSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
485986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
486986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
4876e3f21a2SDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp
4886e3f21a2SDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
489986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
490986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
491986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
492986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
493986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
494986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
495986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp
496986e05bcSDimitry AndricSRCS+=		Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
497fe6060f1SDimitry AndricSRCS+=		Plugins/Process/scripted/ScriptedProcess.cpp
498652a9748SEd MasteSRCS+=		Plugins/ScriptInterpreter/Lua/Lua.cpp
499652a9748SEd MasteSRCS+=		Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
500986e05bcSDimitry AndricSRCS+=		Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
5016e3f21a2SDimitry AndricSRCS+=		Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
502532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
503986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DIERef.cpp
504986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
505986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
506986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
507532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
508986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
509a32f82c2SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFContext.cpp
510986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDIE.cpp
511986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp
512986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
513986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
514986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
515986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
516986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
517986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
518986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
519986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp
520986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFDefines.cpp
521986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
522532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFIndex.cpp
523a32f82c2SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp
524532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DWARFUnit.cpp
525d409305fSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
526986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
527986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
528532d8940SDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
529986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/NameToDIE.cpp
530986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
531986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
532986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
533986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
534986e05bcSDimitry AndricSRCS+=		Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
535986e05bcSDimitry AndricSRCS+=		Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
53648aaf27bSDimitry AndricSRCS+=		Plugins/TypeSystem/Clang/TypeSystemClang.cpp
537986e05bcSDimitry AndricSRCS+=		Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
538986e05bcSDimitry AndricSRCS+=		Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
539629e066cSDimitry AndricSRCS+=		Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
540986e05bcSDimitry AndricSRCS+=		Symbol/ArmUnwindInfo.cpp
541986e05bcSDimitry AndricSRCS+=		Symbol/Block.cpp
542986e05bcSDimitry AndricSRCS+=		Symbol/CompactUnwindInfo.cpp
543986e05bcSDimitry AndricSRCS+=		Symbol/CompileUnit.cpp
544986e05bcSDimitry AndricSRCS+=		Symbol/CompilerDecl.cpp
545986e05bcSDimitry AndricSRCS+=		Symbol/CompilerDeclContext.cpp
546986e05bcSDimitry AndricSRCS+=		Symbol/CompilerType.cpp
547986e05bcSDimitry AndricSRCS+=		Symbol/DWARFCallFrameInfo.cpp
548986e05bcSDimitry AndricSRCS+=		Symbol/DebugMacros.cpp
549a32f82c2SDimitry AndricSRCS+=		Symbol/DeclVendor.cpp
550986e05bcSDimitry AndricSRCS+=		Symbol/FuncUnwinders.cpp
551986e05bcSDimitry AndricSRCS+=		Symbol/Function.cpp
552986e05bcSDimitry AndricSRCS+=		Symbol/LineEntry.cpp
553986e05bcSDimitry AndricSRCS+=		Symbol/LineTable.cpp
554a32f82c2SDimitry AndricSRCS+=		Symbol/LocateSymbolFile.cpp
555986e05bcSDimitry AndricSRCS+=		Symbol/ObjectFile.cpp
556a32f82c2SDimitry AndricSRCS+=		Symbol/PostfixExpression.cpp
557986e05bcSDimitry AndricSRCS+=		Symbol/Symbol.cpp
558986e05bcSDimitry AndricSRCS+=		Symbol/SymbolContext.cpp
559986e05bcSDimitry AndricSRCS+=		Symbol/SymbolFile.cpp
560986e05bcSDimitry AndricSRCS+=		Symbol/SymbolVendor.cpp
561986e05bcSDimitry AndricSRCS+=		Symbol/Symtab.cpp
562986e05bcSDimitry AndricSRCS+=		Symbol/Type.cpp
563986e05bcSDimitry AndricSRCS+=		Symbol/TypeList.cpp
564986e05bcSDimitry AndricSRCS+=		Symbol/TypeMap.cpp
565986e05bcSDimitry AndricSRCS+=		Symbol/TypeSystem.cpp
566986e05bcSDimitry AndricSRCS+=		Symbol/UnwindPlan.cpp
567986e05bcSDimitry AndricSRCS+=		Symbol/UnwindTable.cpp
568986e05bcSDimitry AndricSRCS+=		Symbol/Variable.cpp
569986e05bcSDimitry AndricSRCS+=		Symbol/VariableList.cpp
570986e05bcSDimitry AndricSRCS+=		Target/ABI.cpp
57148aaf27bSDimitry AndricSRCS+=		Target/AssertFrameRecognizer.cpp
572986e05bcSDimitry AndricSRCS+=		Target/ExecutionContext.cpp
573986e05bcSDimitry AndricSRCS+=		Target/InstrumentationRuntime.cpp
574986e05bcSDimitry AndricSRCS+=		Target/InstrumentationRuntimeStopInfo.cpp
575986e05bcSDimitry AndricSRCS+=		Target/JITLoader.cpp
576986e05bcSDimitry AndricSRCS+=		Target/JITLoaderList.cpp
577986e05bcSDimitry AndricSRCS+=		Target/Language.cpp
578986e05bcSDimitry AndricSRCS+=		Target/LanguageRuntime.cpp
579986e05bcSDimitry AndricSRCS+=		Target/Memory.cpp
580986e05bcSDimitry AndricSRCS+=		Target/MemoryHistory.cpp
581f46f1d28SDimitry AndricSRCS+=		Target/MemoryRegionInfo.cpp
5827c1fda1cSDimitry AndricSRCS+=		Target/ModuleCache.cpp
583986e05bcSDimitry AndricSRCS+=		Target/OperatingSystem.cpp
584986e05bcSDimitry AndricSRCS+=		Target/PathMappingList.cpp
585986e05bcSDimitry AndricSRCS+=		Target/Platform.cpp
586986e05bcSDimitry AndricSRCS+=		Target/Process.cpp
587e8d8bef9SDimitry AndricSRCS+=		Target/ProcessTrace.cpp
588986e05bcSDimitry AndricSRCS+=		Target/Queue.cpp
589986e05bcSDimitry AndricSRCS+=		Target/QueueItem.cpp
590986e05bcSDimitry AndricSRCS+=		Target/QueueList.cpp
591986e05bcSDimitry AndricSRCS+=		Target/RegisterContext.cpp
59248aaf27bSDimitry AndricSRCS+=		Target/RegisterContextUnwind.cpp
5937c1fda1cSDimitry AndricSRCS+=		Target/RegisterNumber.cpp
594a32f82c2SDimitry AndricSRCS+=		Target/RemoteAwarePlatform.cpp
595986e05bcSDimitry AndricSRCS+=		Target/SectionLoadHistory.cpp
596986e05bcSDimitry AndricSRCS+=		Target/SectionLoadList.cpp
597986e05bcSDimitry AndricSRCS+=		Target/StackFrame.cpp
598986e05bcSDimitry AndricSRCS+=		Target/StackFrameList.cpp
5996e3f21a2SDimitry AndricSRCS+=		Target/StackFrameRecognizer.cpp
600986e05bcSDimitry AndricSRCS+=		Target/StackID.cpp
601986e05bcSDimitry AndricSRCS+=		Target/StopInfo.cpp
602986e05bcSDimitry AndricSRCS+=		Target/SystemRuntime.cpp
603986e05bcSDimitry AndricSRCS+=		Target/Target.cpp
604986e05bcSDimitry AndricSRCS+=		Target/TargetList.cpp
605986e05bcSDimitry AndricSRCS+=		Target/Thread.cpp
606986e05bcSDimitry AndricSRCS+=		Target/ThreadCollection.cpp
607986e05bcSDimitry AndricSRCS+=		Target/ThreadList.cpp
608986e05bcSDimitry AndricSRCS+=		Target/ThreadPlan.cpp
609986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanBase.cpp
610986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanCallFunction.cpp
611986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanCallFunctionUsingABI.cpp
612986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanCallUserExpression.cpp
613986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanPython.cpp
614986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanRunToAddress.cpp
615986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanShouldStopHere.cpp
61648aaf27bSDimitry AndricSRCS+=		Target/ThreadPlanStack.cpp
617986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepInRange.cpp
618986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepInstruction.cpp
619986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepOut.cpp
620986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepOverBreakpoint.cpp
621986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepOverRange.cpp
622986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepRange.cpp
623986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepThrough.cpp
624986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanStepUntil.cpp
625986e05bcSDimitry AndricSRCS+=		Target/ThreadPlanTracer.cpp
626986e05bcSDimitry AndricSRCS+=		Target/ThreadSpec.cpp
627e8d8bef9SDimitry AndricSRCS+=		Target/Trace.cpp
628fe6060f1SDimitry AndricSRCS+=		Target/TraceCursor.cpp
629fe6060f1SDimitry AndricSRCS+=		Target/TraceInstructionDumper.cpp
630986e05bcSDimitry AndricSRCS+=		Target/UnixSignals.cpp
631986e05bcSDimitry AndricSRCS+=		Target/UnwindAssembly.cpp
63248aaf27bSDimitry AndricSRCS+=		Target/UnwindLLDB.cpp
63377b0be52SDimitry AndricSRCS+=		Utility/ArchSpec.cpp
634532d8940SDimitry AndricSRCS+=		Utility/Args.cpp
6357c1fda1cSDimitry AndricSRCS+=		Utility/Baton.cpp
6366e3f21a2SDimitry AndricSRCS+=		Utility/Broadcaster.cpp
637532d8940SDimitry AndricSRCS+=		Utility/CompletionRequest.cpp
638a580b014SDimitry AndricSRCS+=		Utility/Connection.cpp
6397c1fda1cSDimitry AndricSRCS+=		Utility/ConstString.cpp
6407c1fda1cSDimitry AndricSRCS+=		Utility/DataBufferHeap.cpp
6417c1fda1cSDimitry AndricSRCS+=		Utility/DataBufferLLVM.cpp
6427c1fda1cSDimitry AndricSRCS+=		Utility/DataEncoder.cpp
6437c1fda1cSDimitry AndricSRCS+=		Utility/DataExtractor.cpp
644532d8940SDimitry AndricSRCS+=		Utility/Environment.cpp
6456e3f21a2SDimitry AndricSRCS+=		Utility/Event.cpp
6467c1fda1cSDimitry AndricSRCS+=		Utility/FileSpec.cpp
647f46f1d28SDimitry AndricSRCS+=		Utility/GDBRemote.cpp
648a580b014SDimitry AndricSRCS+=		Utility/IOObject.cpp
649986e05bcSDimitry AndricSRCS+=		Utility/LLDBAssert.cpp
6506e3f21a2SDimitry AndricSRCS+=		Utility/Listener.cpp
6517c1fda1cSDimitry AndricSRCS+=		Utility/Log.cpp
6527c1fda1cSDimitry AndricSRCS+=		Utility/Logging.cpp
653986e05bcSDimitry AndricSRCS+=		Utility/NameMatches.cpp
654a32f82c2SDimitry AndricSRCS+=		Utility/ProcessInfo.cpp
6556e3f21a2SDimitry AndricSRCS+=		Utility/RegisterValue.cpp
6567c1fda1cSDimitry AndricSRCS+=		Utility/RegularExpression.cpp
6576e3f21a2SDimitry AndricSRCS+=		Utility/Reproducer.cpp
658a32f82c2SDimitry AndricSRCS+=		Utility/ReproducerInstrumentation.cpp
659e8d8bef9SDimitry AndricSRCS+=		Utility/ReproducerProvider.cpp
6606e3f21a2SDimitry AndricSRCS+=		Utility/Scalar.cpp
661629e066cSDimitry AndricSRCS+=		Utility/SelectHelper.cpp
6626e3f21a2SDimitry AndricSRCS+=		Utility/State.cpp
6635517e702SDimitry AndricSRCS+=		Utility/Status.cpp
6647c1fda1cSDimitry AndricSRCS+=		Utility/Stream.cpp
6657c1fda1cSDimitry AndricSRCS+=		Utility/StreamCallback.cpp
6667c1fda1cSDimitry AndricSRCS+=		Utility/StreamString.cpp
667986e05bcSDimitry AndricSRCS+=		Utility/StringExtractor.cpp
668986e05bcSDimitry AndricSRCS+=		Utility/StringExtractorGDBRemote.cpp
669986e05bcSDimitry AndricSRCS+=		Utility/StringLexer.cpp
6707c1fda1cSDimitry AndricSRCS+=		Utility/StringList.cpp
671a580b014SDimitry AndricSRCS+=		Utility/StructuredData.cpp
6727c1fda1cSDimitry AndricSRCS+=		Utility/TildeExpressionResolver.cpp
673fe6060f1SDimitry AndricSRCS+=		Utility/TraceGDBRemotePackets.cpp
674a580b014SDimitry AndricSRCS+=		Utility/Timer.cpp
6757c1fda1cSDimitry AndricSRCS+=		Utility/UUID.cpp
676e8d8bef9SDimitry AndricSRCS+=		Utility/UnimplementedError.cpp
677986e05bcSDimitry AndricSRCS+=		Utility/UriParser.cpp
6787c1fda1cSDimitry AndricSRCS+=		Utility/UserID.cpp
679a32f82c2SDimitry AndricSRCS+=		Utility/UserIDResolver.cpp
6807c1fda1cSDimitry AndricSRCS+=		Utility/VASprintf.cpp
6817c1fda1cSDimitry AndricSRCS+=		Utility/VMRange.cpp
682986e05bcSDimitry AndricSRCS+=		lldb.cpp
683e8f1392dSEd Maste
684a32f82c2SDimitry AndricLLDB_TBLGEN?=	lldb-tblgen
685f46f1d28SDimitry Andric
686f46f1d28SDimitry AndricCommandOptions.inc: ${LLDB_SRCS}/source/Commands/Options.td
687f46f1d28SDimitry Andric	${LLDB_TBLGEN} -gen-lldb-option-defs \
688f46f1d28SDimitry Andric	    -I ${LLDB_SRCS}/source/Commands -d ${.TARGET:C/$/.d/} \
689f46f1d28SDimitry Andric	    -o ${.TARGET} ${LLDB_SRCS}/source/Commands/Options.td
690f46f1d28SDimitry AndricTGHDRS+=	CommandOptions.inc
691f46f1d28SDimitry Andric
692f46f1d28SDimitry Andric.for path in \
693f46f1d28SDimitry Andric	Core/Core \
694f46f1d28SDimitry Andric	Interpreter/Interpreter \
695f46f1d28SDimitry Andric	Plugins/JITLoader/GDB/JITLoaderGDB \
696f46f1d28SDimitry Andric	Plugins/Process/gdb-remote/ProcessGDBRemote \
697f46f1d28SDimitry Andric	Plugins/SymbolFile/DWARF/SymbolFileDWARF \
698f46f1d28SDimitry Andric	Target/Target
699f46f1d28SDimitry Andric${path:T}Properties.inc: ${LLDB_SRCS}/source/${path}Properties.td
700f46f1d28SDimitry Andric	${LLDB_TBLGEN} -gen-lldb-property-defs \
701f46f1d28SDimitry Andric	    -I ${LLDB_SRCS}/source/${path:H} -d ${.TARGET:C/$/.d/} \
702f46f1d28SDimitry Andric	    -o ${.TARGET} ${LLDB_SRCS}/source/${path}Properties.td
703f46f1d28SDimitry AndricTGHDRS+=	${path:T}Properties.inc
704f46f1d28SDimitry Andric
705f46f1d28SDimitry Andric${path:T}PropertiesEnum.inc: ${LLDB_SRCS}/source/${path}Properties.td
706f46f1d28SDimitry Andric	${LLDB_TBLGEN} -gen-lldb-property-enum-defs \
707f46f1d28SDimitry Andric	    -I ${LLDB_SRCS}/source/${path:H} -d ${.TARGET:C/$/.d/} \
708f46f1d28SDimitry Andric	    -o ${.TARGET} ${LLDB_SRCS}/source/${path}Properties.td
709f46f1d28SDimitry AndricTGHDRS+=	${path:T}PropertiesEnum.inc
710f46f1d28SDimitry Andric.endfor
711a32f82c2SDimitry Andric
712a32f82c2SDimitry AndricDPSRCS+=	${TGHDRS}
713a32f82c2SDimitry AndricCLEANFILES+=	${TGHDRS} ${TGHDRS:C/$/.d/}
714a32f82c2SDimitry Andric
715986e05bcSDimitry Andric.include "../clang.build.mk"
716986e05bcSDimitry Andric
717986e05bcSDimitry AndricINTERNALLIB=
718986e05bcSDimitry Andric
719f0d060f9SEd Maste# Building lldb's bindings requires swig, but we do not want to include it in
720f0d060f9SEd Maste# the FreeBSD base system (as a build tool) because it has non-trivial
721f0d060f9SEd Maste# dependencies.  As a workaround we commit the generated file.  Requires the
72248aaf27bSDimitry Andric# swig package.
723f0d060f9SEd Maste#
724f0d060f9SEd Maste# After importing an updated llvm/lldb into FreeBSD run `make run-swig` in
725f0d060f9SEd Maste# this directory to generate generate LLDBWrapLua.cpp, and commit the result.
726f0d060f9SEd Maste.PHONY:	run-swig
727f0d060f9SEd Masterun-swig:
72848aaf27bSDimitry Andric	swig -I${LLDB_SRCS}/include \
729f0d060f9SEd Maste	    -c++ -features autodoc -lua -w503 \
730f0d060f9SEd Maste	    -o ${.CURDIR}/LLDBWrapLua.cpp ${LLDB_SRCS}/bindings/lua.swig
731f0d060f9SEd Maste
732986e05bcSDimitry Andric.include <bsd.lib.mk>
733