INFO:2024-11-21T16:02:46Z:root:pulling... From https://github.com/llvm/llvm-project * branch main -> FETCH_HEAD 5d32a1409df0..4b5a8d683589 main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 2 commits, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at 4b5a8d683589 [lldb] Make sure completions don't end with newlines (#117054) INFO:2024-11-21T16:02:51Z:root:syncing... Deleted branch merge (was 5d32a1409df0). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2024-11-21T16:02:51Z:root:building ninja: Entering directory `out/gn' [1/664] CXX obj/lldb/source/Breakpoint/Breakpoint.BreakpointLocationCollection.o [2/664] CXX obj/lldb/source/Breakpoint/Breakpoint.BreakpointList.o [3/664] CXX obj/lldb/source/Breakpoint/Breakpoint.BreakpointLocationList.o [4/664] CXX obj/lldb/source/Breakpoint/Breakpoint.BreakpointIDList.o [5/664] CXX obj/lldb/source/Breakpoint/Breakpoint.BreakpointResolverAddress.o [6/664] CXX obj/lldb/source/Breakpoint/Breakpoint.BreakpointResolverFileLine.o [7/664] CXX obj/lldb/source/Breakpoint/Breakpoint.BreakpointLocation.o [8/664] CXX obj/lldb/source/Breakpoint/Breakpoint.BreakpointOptions.o [9/664] CXX obj/lldb/source/Breakpoint/Breakpoint.BreakpointResolver.o [10/664] CXX obj/lldb/source/Breakpoint/Breakpoint.Breakpoint.o [11/664] CXX obj/lldb/source/Breakpoint/Breakpoint.BreakpointResolverFileRegex.o [12/664] CXX obj/lldb/source/Breakpoint/Breakpoint.WatchpointList.o [13/664] CXX obj/lldb/source/Breakpoint/Breakpoint.BreakpointResolverScripted.o [14/664] CXX obj/lldb/source/Breakpoint/Breakpoint.WatchpointAlgorithms.o [15/664] CXX obj/lldb/source/Breakpoint/Breakpoint.Watchpoint.o [16/664] CXX obj/lldb/source/Breakpoint/Breakpoint.BreakpointResolverName.o [17/664] CXX obj/lldb/source/Breakpoint/Breakpoint.WatchpointOptions.o [18/664] CXX obj/lldb/source/Commands/Commands.CommandObjectApropos.o [19/664] CXX obj/lldb/source/Commands/Commands.CommandObjectDiagnostics.o [20/664] CXX obj/lldb/source/Commands/Commands.CommandObjectBreakpointCommand.o [21/664] CXX obj/lldb/source/Commands/Commands.CommandCompletions.o [22/664] CXX obj/lldb/source/Commands/Commands.CommandObjectBreakpoint.o [23/664] CXX obj/lldb/source/Commands/Commands.CommandObjectGUI.o [24/664] CXX obj/lldb/source/Commands/Commands.CommandObjectDisassemble.o [25/664] CXX obj/lldb/source/Commands/Commands.CommandObjectExpression.o [26/664] CXX obj/lldb/source/Commands/Commands.CommandObjectHelp.o [27/664] CXX obj/lldb/source/Commands/Commands.CommandObjectDWIMPrint.o [28/664] CXX obj/lldb/source/Commands/Commands.CommandObjectLanguage.o [29/664] CXX obj/lldb/source/Commands/Commands.CommandObjectFrame.o [30/664] CXX obj/lldb/source/Commands/Commands.CommandObjectCommands.o [31/664] CXX obj/lldb/source/Commands/Commands.CommandObjectLog.o [32/664] CXX obj/lldb/source/Commands/Commands.CommandObjectMultiword.o [33/664] CXX obj/lldb/source/Commands/Commands.CommandObjectMemoryTag.o [34/664] CXX obj/lldb/source/Commands/Commands.CommandObjectPlugin.o [35/664] CXX obj/lldb/source/Commands/Commands.CommandObjectRegexCommand.o [36/664] CXX obj/lldb/source/Commands/Commands.CommandObjectQuit.o [37/664] CXX obj/lldb/source/Commands/Commands.CommandObjectMemory.o [38/664] CXX obj/lldb/source/Commands/Commands.CommandObjectRegister.o [39/664] CXX obj/lldb/source/Commands/Commands.CommandObjectPlatform.o [40/664] CXX obj/lldb/source/Commands/Commands.CommandObjectScripting.o [41/664] CXX obj/lldb/source/Commands/Commands.CommandObjectSession.o [42/664] CXX obj/lldb/source/Commands/Commands.CommandObjectProcess.o [43/664] CXX obj/lldb/source/Commands/Commands.CommandObjectSettings.o [44/664] CXX obj/lldb/source/Commands/Commands.CommandObjectStats.o [45/664] CXX obj/lldb/source/Initialization/Initialization.SystemInitializerCommon.o [46/664] CXX obj/lldb/source/Commands/Commands.CommandObjectSource.o [47/664] CXX obj/lldb/source/Initialization/Initialization.SystemLifetimeManager.o [48/664] OBJCXX obj/lldb/source/Host/macosx/objcxx/objcxx.Host.o ../../lldb/source/Host/macosx/objcxx/Host.mm:210:9: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations] if (::mktemp(unix_socket_name) == NULL) { ^ ../../sysroot/MacOSX.sdk/usr/include/stdlib.h:210:1: note: 'mktemp' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead.") ^ ../../sysroot/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ ../../lldb/source/Host/macosx/objcxx/Host.mm:416:24: warning: 'LSFindApplicationForInfo' is deprecated: first deprecated in macOS 10.10 - Use LSCopyApplicationURLsForBundleIdentifier instead. [-Wdeprecated-declarations] long app_error = ::LSFindApplicationForInfo( ^ ../../sysroot/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfoDeprecated.h:765:1: note: 'LSFindApplicationForInfo' has been explicitly marked deprecated here LSFindApplicationForInfo( ^ ../../lldb/source/Host/macosx/objcxx/Host.mm:429:3: warning: 'LSApplicationParameters' is deprecated: first deprecated in macOS 10.10 - Use NSWorkspace instead. [-Wdeprecated-declarations] LSApplicationParameters app_params; ^ ../../sysroot/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSOpenDeprecated.h:153:3: note: 'LSApplicationParameters' has been explicitly marked deprecated here } LSApplicationParameters API_DEPRECATED("Use NSWorkspace instead.", macos(10.4,10.10) ) API_UNAVAILABLE( ios, tvos, watchos ); ^ ../../lldb/source/Host/macosx/objcxx/Host.mm:441:13: warning: 'LSOpenURLsWithRole' is deprecated: first deprecated in macOS 10.10 - Use NSWorkspace instead. [-Wdeprecated-declarations] error = ::LSOpenURLsWithRole( ^ ../../sysroot/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSOpenDeprecated.h:283:1: note: 'LSOpenURLsWithRole' has been explicitly marked deprecated here LSOpenURLsWithRole( ^ 4 warnings generated. [49/664] OBJCXX obj/lldb/source/Host/macosx/objcxx/objcxx.HostInfoMacOSX.o [50/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionGroupArchitecture.o [51/664] CXX obj/lldb/source/Interpreter/Interpreter.CommandAlias.o [52/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionGroupBoolean.o [53/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionGroupFile.o [54/664] CXX obj/lldb/source/Interpreter/Interpreter.CommandOptionValidators.o [55/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionGroupMemoryTag.o [56/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionGroupOutputFile.o [57/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionArgParser.o [58/664] CXX obj/lldb/source/Interpreter/Interpreter.CommandObject.o [59/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionGroupString.o [60/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionGroupPythonClassWithDict.o [61/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionGroupFormat.o [62/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionGroupUInt64.o [63/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionGroupUUID.o [64/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionGroupPlatform.o [65/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueArgs.o [66/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValue.o [67/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueArray.o [68/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueBoolean.o [69/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionGroupValueObjectDisplay.o [70/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionGroupWatchpoint.o [71/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueChar.o [72/664] CXX obj/lldb/source/Interpreter/Interpreter.CommandInterpreter.o [73/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionGroupVariable.o [74/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueArch.o [75/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueEnumeration.o [76/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueFileSpecList.o [77/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValuePathMappings.o [78/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueRegex.o [79/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueDictionary.o [80/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueProperties.o [81/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueFormatEntity.o [82/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueFileColonLine.o [83/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueFormat.o [84/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueSInt64.o [85/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueFileSpec.o [86/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueLanguage.o [87/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueString.o [88/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueUInt64.o [89/664] CXX obj/lldb/source/Commands/Commands.CommandObjectTarget.o [90/664] CXX obj/lldb/source/Interpreter/Interpreter.OptionValueUUID.o [91/664] CXX obj/lldb/source/Interpreter/Interpreter.ScriptInterpreter.o [92/664] CXX obj/lldb/source/Plugins/Architecture/PPC64/PPC64.ArchitecturePPC64.o [93/664] CXX obj/lldb/source/Plugins/ABI/X86/X86.ABIMacOSX_i386.o [94/664] CXX obj/lldb/source/Plugins/ABI/X86/X86.ABISysV_i386.o [95/664] CXX obj/lldb/source/Interpreter/Interpreter.Property.o [96/664] CXX obj/lldb/source/Plugins/ABI/X86/X86.ABISysV_x86_64.o [97/664] CXX obj/lldb/source/Interpreter/Interpreter.Options.o [98/664] CXX obj/lldb/source/Plugins/ABI/X86/X86.ABIWindows_x86_64.o [99/664] CXX obj/lldb/source/Plugins/ABI/X86/X86.ABIX86.o [100/664] CXX obj/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/MacOSX-DYLD.DynamicLoaderDarwinProperties.o [101/664] CXX obj/lldb/source/Plugins/Disassembler/LLVMC/LLVMC.DisassemblerLLVMC.o [102/664] CXX obj/lldb/source/Plugins/DynamicLoader/Static/Static.DynamicLoaderStatic.o [103/664] CXX obj/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/Darwin-Kernel.DynamicLoaderDarwinKernel.o [104/664] CXX obj/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/POSIX-DYLD.DYLDRendezvous.o [105/664] CXX obj/lldb/source/Plugins/DynamicLoader/Windows-DYLD/Windows-DYLD.DynamicLoaderWindowsDYLD.o [106/664] CXX obj/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/POSIX-DYLD.DynamicLoaderPOSIXDYLD.o [107/664] CXX obj/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/MacOSX-DYLD.DynamicLoaderMacOS.o [108/664] CXX obj/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/MacOSX-DYLD.DynamicLoaderMacOSXDYLD.o [109/664] CXX obj/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/MacOSX-DYLD.DynamicLoaderDarwin.o [110/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangDeclVendor.o [111/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangExpressionUtil.o [112/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ASTResultSynthesizer.o [113/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangExpressionSourceCode.o [114/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ASTStructExtractor.o [115/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangExpressionVariable.o [116/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangHost.o [117/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangASTSource.o [118/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangExternalASTSourceCallbacks.o [119/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangASTImporter.o [120/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangExpressionDeclMap.o [121/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangUtil.o [122/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangFunctionCaller.o [123/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangPersistentVariables.o [124/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangExpressionParser.o [125/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.IRDynamicChecks.o [126/664] CXX obj/lldb/source/Plugins/Instruction/ARM/ARM.EmulationStateARM.o [127/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangUserExpression.o [128/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.CxxModuleHandler.o [129/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangUtilityFunction.o [130/664] CXX obj/lldb/source/Plugins/Instruction/ARM/ARM.EmulateInstructionARM.o [131/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangModulesDeclVendor.o [132/664] CXX obj/lldb/source/Plugins/JITLoader/GDB/GDB.JITLoaderGDB.o [133/664] CXX obj/lldb/source/Commands/Commands.CommandObjectVersion.o [134/664] CXX obj/lldb/source/Plugins/Platform/gdb-server/gdb-server.PlatformRemoteGDBServer.o [135/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.NameSearchContext.o [136/664] CXX obj/lldb/source/Commands/Commands.CommandObjectThreadUtil.o [137/664] CXX obj/lldb/source/Commands/Commands.CommandObjectTrace.o [138/664] CXX obj/lldb/source/Commands/Commands.CommandObjectWatchpointCommand.o [139/664] CXX obj/lldb/source/Commands/Commands.CommandObjectThread.o [140/664] CXX obj/lldb/source/Commands/Commands.CommandOptionsProcessAttach.o [141/664] CXX obj/lldb/source/Commands/Commands.CommandOptionsProcessLaunch.o [142/664] CXX obj/lldb/source/Commands/Commands.CommandOptionArgumentTable.o [143/664] CXX obj/lldb/source/Commands/Commands.CommandObjectWatchpoint.o [144/664] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.IRForTarget.o [145/664] CXX obj/lldb/source/Core/Core.AddressRange.o [146/664] CXX obj/lldb/source/Core/Core.AddressResolverFileLine.o [147/664] CXX obj/lldb/source/Core/Core.DataFileCache.o [148/664] CXX obj/lldb/source/Core/Core.Address.o [149/664] CXX obj/lldb/source/Core/Core.DebuggerEvents.o [150/664] CXX obj/lldb/source/Commands/Commands.CommandObjectType.o [151/664] CXX obj/lldb/source/Core/Core.DumpRegisterValue.o [152/664] CXX obj/lldb/source/Core/Core.FileLineResolver.o [153/664] CXX obj/lldb/source/Core/Core.DumpDataExtractor.o [154/664] CXX obj/lldb/source/Core/Core.DynamicLoader.o [155/664] CXX obj/lldb/source/Core/Core.EmulateInstruction.o [156/664] CXX obj/lldb/source/Core/Core.Disassembler.o [157/664] CXX obj/lldb/source/Core/Core.Highlighter.o [158/664] CXX obj/lldb/source/Core/Core.Debugger.o [159/664] CXX obj/lldb/source/Core/Core.IOHandlerCursesGUI.o [160/664] CXX obj/lldb/source/Core/Core.IOHandler.o [161/664] CXX obj/lldb/source/Core/Core.Mangled.o [162/664] CXX obj/lldb/source/Core/Core.FormatEntity.o [163/664] CXX obj/lldb/source/Core/Core.Progress.o [164/664] CXX obj/lldb/source/Core/Core.ModuleList.o [165/664] CXX obj/lldb/source/Core/Core.UserSettingsController.o [166/664] CXX obj/lldb/source/Core/Core.RichManglingContext.o [167/664] CXX obj/lldb/source/Core/Core.Module.o [168/664] CXX obj/lldb/source/Core/Core.Section.o [169/664] CXX obj/lldb/source/Core/Core.StreamAsynchronousIO.o [170/664] CXX obj/lldb/source/Core/Core.SearchFilter.o [171/664] CXX obj/lldb/source/Core/Core.PluginManager.o [172/664] CXX obj/lldb/source/Core/Core.SourceManager.o [173/664] CXX obj/lldb/source/DataFormatters/DataFormatters.CXXFunctionPointer.o [174/664] CXX obj/lldb/source/Core/Core.Value.o [175/664] CXX obj/lldb/source/DataFormatters/DataFormatters.DumpValueObjectOptions.o [176/664] CXX obj/lldb/source/DataFormatters/DataFormatters.DataVisualization.o [177/664] CXX obj/lldb/source/DataFormatters/DataFormatters.FormatClasses.o [178/664] CXX obj/lldb/source/DataFormatters/DataFormatters.FormattersHelpers.o [179/664] CXX obj/lldb/source/DataFormatters/DataFormatters.LanguageCategory.o [180/664] CXX obj/lldb/source/DataFormatters/DataFormatters.FormatManager.o [181/664] CXX obj/lldb/source/DataFormatters/DataFormatters.StringPrinter.o [182/664] CXX obj/lldb/source/DataFormatters/DataFormatters.TypeCategoryMap.o [183/664] CXX obj/lldb/source/DataFormatters/DataFormatters.TypeFormat.o [184/664] CXX obj/lldb/source/DataFormatters/DataFormatters.TypeSummary.o [185/664] CXX obj/lldb/source/DataFormatters/DataFormatters.TypeCategory.o [186/664] CXX obj/lldb/source/DataFormatters/DataFormatters.TypeSynthetic.o [187/664] CXX obj/lldb/source/Expression/Expression.Expression.o [188/664] CXX obj/lldb/source/DataFormatters/DataFormatters.VectorType.o [189/664] CXX obj/lldb/source/DataFormatters/DataFormatters.ValueObjectPrinter.o [190/664] CXX obj/lldb/source/Expression/Expression.DWARFExpressionList.o [191/664] CXX obj/lldb/source/Expression/Expression.ExpressionParser.o [192/664] CXX obj/lldb/source/Expression/Expression.ExpressionVariable.o [193/664] CXX obj/lldb/source/Expression/Expression.FunctionCaller.o [194/664] CXX obj/lldb/source/Expression/Expression.DWARFExpression.o [195/664] CXX obj/lldb/source/Expression/Expression.IRMemoryMap.o [196/664] CXX obj/lldb/source/Expression/Expression.ObjectFileJIT.o [197/664] CXX obj/lldb/source/Expression/Expression.Materializer.o [198/664] CXX obj/lldb/source/Expression/Expression.LLVMUserExpression.o [199/664] CXX obj/lldb/source/Host/common/Host.HostNativeThreadBase.o [200/664] CXX obj/lldb/source/Host/common/Host.HostInfoBase.o [201/664] CXX obj/lldb/source/Host/common/Host.Host.o [202/664] CXX obj/lldb/source/Expression/Expression.IRInterpreter.o [203/664] CXX obj/lldb/source/Expression/Expression.IRExecutionUnit.o [204/664] CXX obj/lldb/source/Host/common/Host.MonitoringProcessLauncher.o [205/664] CXX obj/lldb/source/Expression/Expression.REPL.o [206/664] CXX obj/lldb/source/Host/posix/Host.HostInfoPosix.o [207/664] CXX obj/lldb/source/Host/common/Host.NativeRegisterContext.o [208/664] CXX obj/lldb/source/Host/common/Host.NativeThreadProtocol.o [209/664] CXX obj/lldb/source/Expression/Expression.UtilityFunction.o [210/664] CXX obj/lldb/source/Expression/Expression.UserExpression.o [211/664] CXX obj/lldb/source/Host/common/Host.ProcessLaunchInfo.o [212/664] CXX obj/lldb/source/Host/posix/Host.PipePosix.o [213/664] CXX obj/lldb/source/Host/common/Host.NativeProcessProtocol.o [214/664] CXX obj/lldb/source/Host/common/Host.Editline.o [215/664] CXX obj/lldb/source/Host/posix/Host.ProcessLauncherPosixFork.o [216/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextRegisterInfo.o [217/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextDBReg_x86.o [218/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextDBReg_arm64.o [219/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextFreeBSD_i386.o [220/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeProcessSoftwareSingleStep.o [221/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextFreeBSD_mips64.o [222/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextFreeBSD_powerpc.o [223/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.HistoryThread.o [224/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.HistoryUnwind.o [225/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextFreeBSD_x86_64.o [226/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextLinux_s390x.o [227/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextLinux_i386.o [228/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.InferiorCallPOSIX.o [229/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextNetBSD_i386.o [230/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextLinux_x86_64.o [231/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextDarwin_arm64.o [232/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextOpenBSD_i386.o [233/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextOpenBSD_x86_64.o [234/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextNetBSD_x86_64.o [235/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextDummy.o [236/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextHistory.o [237/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextMemory.o [238/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_arm.o [239/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_loongarch64.o [240/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_arm64.o [241/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_powerpc.o [242/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_ppc64le.o [243/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextWindows_i386.o [244/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_mips64.o [245/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_riscv64.o [246/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterInfoPOSIX_arm.o [247/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_s390x.o [248/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextWindows_x86_64.o [249/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterInfoPOSIX_loongarch64.o [250/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterInfoPOSIX_ppc64le.o [251/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterInfoPOSIX_riscv64.o [252/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterInfos_x86_64_with_base_shared.o [253/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterInfoPOSIX_arm64.o [254/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_x86.o [255/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextThreadMemory.o [256/664] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextLinuxCore_x86_64.o [257/664] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_arm.o [258/664] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_loongarch64.o [259/664] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_mips64.o [260/664] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_powerpc.o [261/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.ThreadMemory.o [262/664] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_ppc64le.o [263/664] CXX obj/lldb/source/Plugins/Process/Utility/Utility.StopInfoMachException.o [264/664] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_riscv64.o [265/664] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_s390x.o [266/664] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_arm64.o [267/664] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_x86_64.o [268/664] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterUtilities.o [269/664] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.ProcessElfCore.o [270/664] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteRegisterFallback.o [271/664] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunication.o [272/664] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.ThreadElfCore.o [273/664] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerCommon.o [274/664] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerPlatform.o [275/664] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteRegisterContext.o [276/664] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.ProcessGDBRemoteLog.o [277/664] CXX obj/lldb/source/Plugins/Process/minidump/minidump.RegisterContextMinidump_ARM.o [278/664] CXX obj/lldb/source/Plugins/Process/minidump/minidump.RegisterContextMinidump_ARM64.o [279/664] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.ThreadGDBRemote.o [280/664] CXX obj/lldb/source/Plugins/Process/mach-core/mach-core.ThreadMachCore.o [281/664] CXX obj/lldb/source/Plugins/Process/minidump/minidump.MinidumpParser.o [282/664] CXX obj/lldb/source/Plugins/Process/minidump/minidump.RegisterContextMinidump_x86_32.o [283/664] CXX obj/lldb/source/Plugins/Process/minidump/minidump.RegisterContextMinidump_x86_64.o [284/664] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationClient.o [285/664] CXX obj/lldb/source/Plugins/Process/mach-core/mach-core.ProcessMachCore.o [286/664] CXX obj/lldb/source/Plugins/ScriptInterpreter/None/None.ScriptInterpreterNone.o [287/664] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerLLGS.o [288/664] CXX obj/lldb/source/Plugins/Process/minidump/minidump.ThreadMinidump.o [289/664] CXX obj/lldb/source/Plugins/REPL/Clang/Clang.ClangREPL.o [290/664] CXX obj/lldb/source/Plugins/Process/minidump/minidump.ProcessMinidump.o [291/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.AppleDWARFIndex.o [292/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFASTParser.o [293/664] CXX obj/lldb/source/Plugins/SymbolFile/Breakpad/Breakpad.SymbolFileBreakpad.o [294/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFAttribute.o [295/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFBaseDIE.o [296/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFCompileUnit.o [297/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFDebugAranges.o [298/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFDIE.o [299/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFDebugInfo.o [300/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFDebugMacro.o [301/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFDebugInfoEntry.o [302/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFFormValue.o [303/664] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.ProcessGDBRemote.o [304/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFTypeUnit.o [305/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFIndex.o [306/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFUnit.o [307/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DebugNamesDWARFIndex.o [308/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.NameToDIE.o [309/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.SymbolFileDWARFDwo.o [310/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.ManualDWARFIndex.o [311/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.DWARFASTParserClang.o [312/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.SymbolFileDWARFDebugMap.o [313/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.Coroutines.o [314/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.CxxStringTypes.o [315/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.GenericBitset.o [316/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.BlockPointer.o [317/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.GenericOptional.o [318/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibCxxAtomic.o [319/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibCxx.o [320/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibCxxInitializerList.o [321/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibCxxProxyArray.o [322/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibCxxQueue.o [323/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibCxxRangesRefView.o [324/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.CPlusPlusLanguage.o [325/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibCxxSliceArray.o [326/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibCxxList.o [327/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibCxxMap.o [328/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibCxxSpan.o [329/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibCxxTuple.o [330/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibCxxValarray.o [331/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibCxxVariant.o [332/664] CXX obj/lldb/source/Plugins/SymbolFile/DWARF/DWARF.SymbolFileDWARF.o [333/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibCxxVector.o [334/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibStdcppTuple.o [335/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibStdcppUniquePointer.o [336/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibCxxUnorderedMap.o [337/664] CXX obj/lldb/source/Plugins/Language/CPlusPlus/CPlusPlus.LibStdcpp.o [338/664] CXX obj/lldb/source/Plugins/Language/ClangCommon/ClangCommon.ClangHighlighter.o [339/664] CXX obj/lldb/source/Plugins/Language/ObjC/ObjC.CFBasicHash.o [340/664] CXX obj/lldb/source/Plugins/Language/ObjC/ObjC.CoreMedia.o [341/664] CXX obj/lldb/source/Plugins/Language/ObjC/ObjC.CF.o [342/664] CXX obj/lldb/source/Plugins/Language/ObjC/ObjC.Cocoa.o [343/664] CXX obj/lldb/source/Plugins/Language/ObjC/ObjC.NSString.o [344/664] CXX obj/lldb/source/Plugins/Language/ObjC/ObjC.NSArray.o [345/664] CXX obj/lldb/source/Plugins/Language/ObjC/ObjC.NSError.o [346/664] CXX obj/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlus.ObjCPlusPlusLanguage.o [347/664] CXX obj/lldb/source/Plugins/Language/ObjC/ObjC.NSException.o [348/664] CXX obj/lldb/source/Plugins/Language/ObjC/ObjC.NSIndexPath.o [349/664] CXX obj/lldb/source/Plugins/Language/ObjC/ObjC.NSDictionary.o [350/664] CXX obj/lldb/source/Plugins/Language/ObjC/ObjC.NSSet.o [351/664] CXX obj/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPlusPlus.CPPLanguageRuntime.o [352/664] CXX obj/lldb/source/Plugins/Language/ObjC/ObjC.ObjCLanguage.o [353/664] CXX obj/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.AppleThreadPlanStepThroughObjCTrampoline.o [354/664] CXX obj/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.AppleObjCClassDescriptorV2.o [355/664] CXX obj/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABI.ItaniumABILanguageRuntime.o [356/664] CXX obj/lldb/source/Plugins/LanguageRuntime/ObjC/ObjC.ObjCLanguageRuntime.o [357/664] CXX obj/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.AppleObjCDeclVendor.o [358/664] CXX obj/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.AppleObjCRuntimeV1.o [359/664] CXX obj/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.AppleObjCRuntime.o [360/664] CXX obj/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/Mach-O-Fileset.ObjectContainerMachOFileset.o [361/664] CXX obj/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/Universal-Mach-O.ObjectContainerUniversalMachO.o [362/664] CXX obj/lldb/source/Plugins/ObjectFile/Breakpad/Breakpad.ObjectFileBreakpad.o [363/664] CXX obj/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.AppleObjCTypeEncodingParser.o [364/664] CXX obj/lldb/source/Plugins/ObjectContainer/BSD-Archive/BSD-Archive.ObjectContainerBSDArchive.o [365/664] CXX obj/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.AppleObjCTrampolineHandler.o [366/664] CXX obj/lldb/source/Plugins/ObjectFile/PDB/PDB.ObjectFilePDB.o [367/664] CXX obj/lldb/source/Plugins/ObjectFile/PECOFF/PECOFF.WindowsMiniDump.o [368/664] CXX obj/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.AppleObjCRuntimeV2.o [369/664] CXX obj/lldb/source/Plugins/ObjectFile/Placeholder/Placeholder.ObjectFilePlaceholder.o [370/664] CXX obj/lldb/source/Plugins/ObjectFile/PECOFF/PECOFF.ObjectFilePECOFF.o [371/664] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformDarwinDevice.o [372/664] CXX obj/lldb/source/Plugins/ObjectFile/wasm/wasm.ObjectFileWasm.o [373/664] CXX obj/lldb/source/Plugins/ObjectFile/ELF/ELF.ObjectFileELF.o [374/664] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformMacOSX.o [375/664] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteAppleBridge.o [376/664] CXX obj/lldb/source/Plugins/Platform/Linux/Linux.PlatformLinux.o [377/664] CXX obj/lldb/source/Plugins/ObjectFile/Mach-O/Mach-O.ObjectFileMachO.o [378/664] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformDarwinKernel.o [379/664] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteAppleTV.o [380/664] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteAppleWatch.o [381/664] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteAppleXR.o [382/664] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformDarwin.o [383/664] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteDarwinDevice.o [384/664] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteMacOSX.o [385/664] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteiOS.o [386/664] OBJCXX obj/lldb/source/Plugins/Platform/MacOSX/objcxx/objcxx.PlatformiOSSimulatorCoreSimulatorSupport.o [387/664] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformAppleSimulator.o [388/664] CXX obj/lldb/source/Target/Target.ThreadPlanStepOverRange.o [389/664] CXX obj/lldb/source/Target/Target.ThreadPlanStepThrough.o [390/664] CXX obj/lldb/source/Target/Target.ThreadSpec.o [391/664] CXX obj/lldb/source/Target/Target.ThreadPlanStepRange.o [392/664] CXX obj/lldb/source/Target/Target.ThreadPlanStepUntil.o [393/664] CXX obj/lldb/source/Target/Target.TraceCursor.o [394/664] CXX obj/lldb/source/Target/Target.TraceExporter.o [395/664] CXX obj/lldb/source/Plugins/Platform/POSIX/POSIX.PlatformPOSIX.o [396/664] CXX obj/lldb/source/Target/Target.UnwindAssembly.o [397/664] CXX obj/lldb/source/Plugins/Platform/Windows/Windows.PlatformWindows.o [398/664] CXX obj/lldb/source/Target/Target.ThreadPlanTracer.o [399/664] CXX obj/lldb/source/Target/Target.UnixSignals.o [400/664] CXX obj/lldb/source/Utility/Utility.CompletionRequest.o [401/664] CXX obj/lldb/source/Utility/Utility.ArchSpec.o [402/664] CXX obj/lldb/source/Utility/Utility.ProcessInfo.o [403/664] CXX obj/lldb/source/Target/Target.Trace.o [404/664] CXX obj/lldb/source/Utility/Utility.FileSpecList.o [405/664] CXX obj/lldb/source/Target/Target.TraceDumper.o [406/664] AR lib/liblldbUtility.a [407/664] AR lib/liblldbHostMacOSXObjCXX.a [408/664] AR lib/liblldbHost.a [409/664] CXX obj/lldb/source/Target/Target.UnwindLLDB.o [410/664] CXX obj/lldb/source/Target/Target.VerboseTrapFrameRecognizer.o [411/664] CXX obj/lldb/source/ValueObject/ValueObject.ValueObjectCast.o [412/664] CXX obj/lldb/source/ValueObject/ValueObject.ValueObjectChild.o [413/664] CXX obj/lldb/source/ValueObject/ValueObject.ValueObjectConstResult.o [414/664] CXX obj/lldb/source/ValueObject/ValueObject.ValueObjectConstResultCast.o [415/664] CXX obj/lldb/source/ValueObject/ValueObject.ValueObjectConstResultChild.o [416/664] CXX obj/lldb/source/ValueObject/ValueObject.ValueObjectConstResultImpl.o [417/664] CXX obj/lldb/source/ValueObject/ValueObject.ValueObjectDynamicValue.o [418/664] CXX obj/lldb/source/ValueObject/ValueObject.ValueObjectList.o [419/664] CXX obj/lldb/source/ValueObject/ValueObject.ValueObjectMemory.o [420/664] CXX obj/lldb/source/ValueObject/ValueObject.ValueObject.o [421/664] CXX obj/lldb/source/ValueObject/ValueObject.ValueObjectRegister.o [422/664] CXX obj/lldb/source/ValueObject/ValueObject.ValueObjectUpdater.o [423/664] CXX obj/lldb/source/ValueObject/ValueObject.ValueObjectSyntheticFilter.o [424/664] CXX obj/lldb/source/ValueObject/ValueObject.ValueObjectVariable.o [425/664] CXX obj/lldb/source/Plugins/SymbolFile/NativePDB/NativePDB.DWARFLocationExpression.o [426/664] CXX obj/lldb/source/ValueObject/ValueObject.ValueObjectVTable.o [427/664] AR lib/liblldbValueObject.a [428/664] AR lib/liblldbCore.a [429/664] AR lib/liblldbDataFormatters.a [430/664] AR lib/liblldbCommands.a [431/664] AR lib/liblldbInterpreter.a [432/664] AR lib/liblldbExpression.a [433/664] AR lib/liblldbPluginScriptInterpreterNone.a [434/664] ACTION //lldb/source/Plugins:Plugins.def(//llvm/utils/gn/build/toolchain:unix) [435/659] CXX obj/lldb/source/Plugins/SymbolFile/NativePDB/NativePDB.CompileUnitIndex.o [436/659] CXX obj/lldb/source/Plugins/SymbolFile/NativePDB/NativePDB.PdbIndex.o [437/659] CXX obj/lldb/source/Plugins/SymbolFile/NativePDB/NativePDB.PdbUtil.o [438/659] CXX obj/lldb/source/Plugins/SymbolFile/PDB/PDB.PDBLocationToDWARFExpression.o [439/659] CXX obj/lldb/source/API/liblldb.SBAddress.o [440/659] CXX obj/lldb/source/API/liblldb.SBAttachInfo.o [441/659] CXX obj/lldb/source/API/liblldb.SBBlock.o [442/659] CXX obj/lldb/source/API/liblldb.SBBreakpointLocation.o [443/659] CXX obj/lldb/source/API/liblldb.SBBreakpoint.o [444/659] CXX obj/lldb/source/API/liblldb.SBBreakpointName.o [445/659] CXX obj/lldb/source/API/liblldb.SBBreakpointOptionCommon.o [446/659] CXX obj/lldb/source/API/liblldb.SBCommandInterpreterRunOptions.o [447/659] CXX obj/lldb/source/Plugins/SymbolFile/NativePDB/NativePDB.PdbAstBuilder.o [448/659] CXX obj/lldb/source/Plugins/SymbolFile/PDB/PDB.PDBASTParser.o [449/659] CXX obj/lldb/source/Plugins/SymbolFile/NativePDB/NativePDB.UdtRecordCompleter.o [450/659] CXX obj/lldb/source/API/liblldb.SBCommandInterpreter.o [451/659] CXX obj/lldb/source/API/liblldb.SBCompileUnit.o [452/659] CXX obj/lldb/source/API/liblldb.SBHostOS.o [453/659] CXX obj/lldb/source/API/liblldb.SBExpressionOptions.o [454/659] CXX obj/lldb/source/API/liblldb.SBEvent.o [455/659] CXX obj/lldb/source/API/liblldb.SBInstructionList.o [456/659] CXX obj/lldb/source/API/liblldb.SBFunction.o [457/659] CXX obj/lldb/source/API/liblldb.SBInstruction.o [458/659] CXX obj/lldb/source/Plugins/SymbolFile/PDB/PDB.SymbolFilePDB.o [459/659] CXX obj/lldb/source/API/liblldb.SBDebugger.o [460/659] CXX obj/lldb/source/Plugins/SymbolFile/NativePDB/NativePDB.SymbolFileNativePDB.o [461/659] CXX obj/lldb/source/API/liblldb.SBLaunchInfo.o [462/659] CXX obj/lldb/source/API/liblldb.SBLanguageRuntime.o [463/659] CXX obj/lldb/source/API/liblldb.SBFrame.o [464/659] CXX obj/lldb/source/API/liblldb.SBProcessInfo.o [465/659] CXX obj/lldb/source/API/liblldb.SBProcessInfoList.o [466/659] CXX obj/lldb/source/API/liblldb.SBListener.o [467/659] CXX obj/lldb/source/API/liblldb.SBModuleSpec.o [468/659] CXX obj/lldb/source/API/liblldb.SBSection.o [469/659] CXX obj/lldb/source/API/liblldb.SBPlatform.o [470/659] CXX obj/lldb/source/API/liblldb.SBModule.o [471/659] CXX obj/lldb/source/API/liblldb.SBQueueItem.o [472/659] CXX obj/lldb/source/API/liblldb.SBSourceManager.o [473/659] CXX obj/lldb/source/API/liblldb.SBQueue.o [474/659] CXX obj/lldb/source/API/liblldb.SBProcess.o [475/659] CXX obj/lldb/source/API/liblldb.SBSymbolContext.o [476/659] CXX obj/lldb/source/API/liblldb.SBSymbol.o [477/659] CXX obj/lldb/source/API/liblldb.SBStructuredData.o [478/659] CXX obj/lldb/source/API/liblldb.SBThreadCollection.o [479/659] CXX obj/lldb/source/API/liblldb.SBTrace.o [480/659] CXX obj/lldb/source/API/liblldb.SBTypeFormat.o [481/659] CXX obj/lldb/source/API/liblldb.SBThread.o [482/659] CXX obj/lldb/source/API/liblldb.SBTypeFilter.o [483/659] CXX obj/lldb/source/API/liblldb.SBTypeNameSpecifier.o [484/659] CXX obj/lldb/source/API/liblldb.SBThreadPlan.o [485/659] CXX obj/lldb/source/API/liblldb.SBType.o [486/659] CXX obj/lldb/source/API/liblldb.SBTypeCategory.o [487/659] AR lib/liblldbPluginClangCommon.a [488/659] CXX obj/lldb/source/API/liblldb.SBTypeSummary.o [489/659] CXX obj/lldb/source/API/liblldb.SBTarget.o [490/659] CXX obj/lldb/source/API/liblldb.SBWatchpointOptions.o [491/659] CXX obj/lldb/source/API/liblldb.SBVariablesOptions.o [492/659] CXX obj/lldb/source/API/liblldb.SBTypeSynthetic.o [493/659] CXX obj/lldb/source/API/liblldb.SBUnixSignals.o [494/659] CXX obj/lldb/source/API/liblldb.SBWatchpoint.o [495/659] CXX obj/lldb/source/Plugins/SymbolFile/Symtab/Symtab.SymbolFileSymtab.o [496/659] CXX obj/lldb/source/API/liblldb.SBValue.o [497/659] CXX obj/lldb/source/API/liblldb.SystemInitializerFull.o [498/659] CXX obj/lldb/source/Plugins/SymbolLocator/DebugSymbols/DebugSymbols.SymbolLocatorDebugSymbols.o [499/659] CXX obj/lldb/source/Plugins/SymbolLocator/Default/Default.SymbolLocatorDefault.o [500/659] CXX obj/lldb/source/Plugins/SymbolVendor/ELF/ELF.SymbolVendorELF.o [501/659] CXX obj/lldb/source/Plugins/SymbolVendor/MacOSX/MacOSX.SymbolVendorMacOSX.o [502/659] CXX obj/lldb/source/Plugins/SymbolVendor/PECOFF/PECOFF.SymbolVendorPECOFF.o [503/659] CXX obj/lldb/source/Plugins/SymbolVendor/wasm/wasm.SymbolVendorWasm.o [504/659] CXX obj/lldb/source/Plugins/UnwindAssembly/x86/x86.x86AssemblyInspectionEngine.o [505/659] CXX obj/lldb/source/Plugins/UnwindAssembly/x86/x86.UnwindAssembly-x86.o [506/659] CXX obj/lldb/source/Symbol/Symbol.ArmUnwindInfo.o [507/659] CXX obj/lldb/source/Symbol/Symbol.Block.o [508/659] CXX obj/lldb/source/Symbol/Symbol.DebugMacros.o [509/659] CXX obj/lldb/source/Plugins/UnwindAssembly/InstEmulation/InstEmulation.UnwindAssemblyInstEmulation.o [510/659] CXX obj/lldb/source/Symbol/Symbol.CompactUnwindInfo.o [511/659] CXX obj/lldb/source/Symbol/Symbol.CompilerType.o [512/659] CXX obj/lldb/source/Symbol/Symbol.DWARFCallFrameInfo.o [513/659] CXX obj/lldb/source/Symbol/Symbol.CompileUnit.o [514/659] CXX obj/lldb/source/Symbol/Symbol.LineEntry.o [515/659] CXX obj/lldb/source/Symbol/Symbol.LineTable.o [516/659] CXX obj/lldb/source/Symbol/Symbol.FuncUnwinders.o [517/659] CXX obj/lldb/source/Symbol/Symbol.ObjectContainer.o [518/659] CXX obj/lldb/source/Symbol/Symbol.Function.o [519/659] CXX obj/lldb/source/Symbol/Symbol.SaveCoreOptions.o [520/659] CXX obj/lldb/source/Symbol/Symbol.ObjectFile.o [521/659] CXX obj/lldb/source/Symbol/Symbol.Symbol.o [522/659] CXX obj/lldb/source/Symbol/Symbol.SymbolVendor.o [523/659] CXX obj/lldb/source/Symbol/Symbol.SymbolFile.o [524/659] CXX obj/lldb/source/Symbol/Symbol.SymbolLocator.o [525/659] CXX obj/lldb/source/Symbol/Symbol.SymbolFileOnDemand.o [526/659] CXX obj/lldb/source/Symbol/Symbol.SymbolContext.o [527/659] CXX obj/lldb/source/Symbol/Symbol.TypeList.o [528/659] CXX obj/lldb/source/Symbol/Symbol.TypeMap.o [529/659] CXX obj/lldb/source/Symbol/Symbol.VariableList.o [530/659] CXX obj/lldb/source/Symbol/Symbol.Type.o [531/659] CXX obj/lldb/source/Symbol/Symbol.UnwindTable.o [532/659] CXX obj/lldb/source/Symbol/Symbol.TypeSystem.o [533/659] CXX obj/lldb/source/Symbol/Symbol.Symtab.o [534/659] CXX obj/lldb/source/Symbol/Symbol.UnwindPlan.o [535/659] CXX obj/lldb/source/Target/Target.ABI.o [536/659] CXX obj/lldb/source/Symbol/Symbol.Variable.o [537/659] AR lib/liblldbSymbol.a [538/659] AR lib/liblldbPluginProcessUtility.a [539/659] AR lib/liblldbPluginObjectContainerBSDArchive.a [540/659] AR lib/liblldbPluginObjectFileBreakpad.a [541/659] AR lib/liblldbPluginSymbolFileBreakpad.a [542/659] AR lib/liblldbPluginObjectFilePDB.a [543/659] AR lib/liblldbPluginObjectFileWasm.a [544/659] AR lib/liblldbPluginSymbolFileNativePDB.a [545/659] AR lib/liblldbPluginSymbolFilePDB.a [546/659] AR lib/liblldbPluginSymbolFileSymtab.a [547/659] AR lib/liblldbPluginSymbolLocatorDebugSymbols.a [548/659] AR lib/liblldbPluginSymbolLocatorDefault.a [549/659] AR lib/liblldbPluginSymbolVendorWasm.a [550/659] CXX obj/lldb/source/Target/Target.AssertFrameRecognizer.o [551/659] CXX obj/lldb/source/Plugins/TypeSystem/Clang/Clang.TypeSystemClang.o [552/659] CXX obj/lldb/source/Target/Target.ExecutionContext.o [553/659] CXX obj/lldb/source/Target/Target.InstrumentationRuntime.o [554/659] CXX obj/lldb/source/Target/Target.InstrumentationRuntimeStopInfo.o [555/659] CXX obj/lldb/source/Target/Target.JITLoader.o [556/659] CXX obj/lldb/source/Target/Target.MemoryHistory.o [557/659] CXX obj/lldb/source/Target/Target.DynamicRegisterInfo.o [558/659] CXX obj/lldb/source/Target/Target.OperatingSystem.o [559/659] CXX obj/lldb/source/Target/Target.Language.o [560/659] CXX obj/lldb/source/Target/Target.LanguageRuntime.o [561/659] CXX obj/lldb/source/Target/Target.ModuleCache.o [562/659] CXX obj/lldb/source/Target/Target.Memory.o [563/659] CXX obj/lldb/source/Target/Target.ProcessTrace.o [564/659] CXX obj/lldb/source/Target/Target.Queue.o [565/659] CXX obj/lldb/source/Target/Target.RegisterNumber.o [566/659] CXX obj/lldb/source/Target/Target.QueueItem.o [567/659] CXX obj/lldb/source/Target/Target.QueueList.o [568/659] CXX obj/lldb/source/Target/Target.RegisterContext.o [569/659] CXX obj/lldb/source/Target/Target.RemoteAwarePlatform.o [570/659] CXX obj/lldb/source/Target/Target.Platform.o [571/659] CXX obj/lldb/source/Target/Target.SectionLoadList.o [572/659] CXX obj/lldb/source/Target/Target.RegisterContextUnwind.o [573/659] CXX obj/lldb/source/Target/Target.ScriptedThreadPlan.o [574/659] CXX obj/lldb/source/Target/Target.StructuredDataPlugin.o [575/659] CXX obj/lldb/source/Target/Target.StackFrameRecognizer.o [576/659] CXX obj/lldb/source/Target/Target.StackFrameList.o [577/659] CXX obj/lldb/source/Target/Target.SystemRuntime.o [578/659] CXX obj/lldb/source/Target/Target.StackFrame.o [579/659] CXX obj/lldb/source/Target/Target.Statistics.o [580/659] CXX obj/lldb/source/Target/Target.StopInfo.o [581/659] CXX obj/lldb/source/Target/Target.ThreadCollection.o [582/659] CXX obj/lldb/source/Target/Target.Process.o [583/659] CXX obj/lldb/source/Target/Target.TargetList.o [584/659] CXX obj/lldb/source/Target/Target.ThreadPlanBase.o [585/659] CXX obj/lldb/source/Target/Target.ThreadList.o [586/659] CXX obj/lldb/source/Target/Target.ThreadPlan.o [587/659] CXX obj/lldb/source/Target/Target.ThreadPlanCallFunctionUsingABI.o [588/659] CXX obj/lldb/source/Target/Target.ThreadPlanCallOnFunctionExit.o [589/659] CXX obj/lldb/source/Target/Target.ThreadPlanCallFunction.o [590/659] CXX obj/lldb/source/Target/Target.ThreadPlanCallUserExpression.o [591/659] CXX obj/lldb/source/Target/Target.Thread.o [592/659] CXX obj/lldb/source/Target/Target.ThreadPlanRunToAddress.o [593/659] CXX obj/lldb/source/Target/Target.ThreadPlanShouldStopHere.o [594/659] CXX obj/lldb/tools/lldb-server/lldb-server.SystemInitializerLLGS.o [595/659] CXX obj/lldb/source/Target/Target.ThreadPlanSingleThreadTimeout.o [596/659] CXX obj/lldb/source/Target/Target.ThreadPlanStepInstruction.o [597/659] CXX obj/lldb/source/Target/Target.ThreadPlanStack.o [598/659] CXX obj/lldb/source/Target/Target.ThreadPlanStepInRange.o [599/659] CXX obj/lldb/tools/lldb-server/lldb-server.lldb-server.o [600/659] CXX obj/lldb/source/Target/Target.ThreadPlanStepOut.o [601/659] CXX obj/lldb/source/Target/Target.ThreadPlanStepOverBreakpoint.o [602/659] CXX obj/lldb/tools/lldb-test/lldb-test.SystemInitializerTest.o [603/659] CXX obj/lldb/tools/lldb-server/lldb-server.lldb-platform.o [604/659] CXX obj/lldb/tools/lldb-server/lldb-server.lldb-gdbserver.o [605/659] CXX obj/lldb/source/Target/Target.Target.o [606/659] AR lib/liblldbTarget.a [607/659] AR lib/liblldbPluginObjCPlusPlusLanguage.a [608/659] AR lib/liblldbPluginDynamicLoaderWindowsDYLD.a [609/659] AR lib/liblldbPluginABIX86.a [610/659] AR lib/liblldbPluginDisassemblerLLVMC.a [611/659] AR lib/liblldbPluginDynamicLoaderStatic.a [612/659] AR lib/liblldbPluginCPPRuntime.a [613/659] AR lib/liblldbPluginArchitecturePPC64.a [614/659] AR lib/liblldbPluginInstructionARM.a [615/659] AR lib/liblldbBreakpoint.a [616/659] AR lib/liblldbPluginObjectContainerMachOArchive.a [617/659] AR lib/liblldbPluginObjCRuntime.a [618/659] AR lib/liblldbPluginPlatformMacOSXObjCXX.a [619/659] AR lib/liblldbPluginObjectContainerMachOFileset.a [620/659] AR lib/liblldbPluginObjectFileELF.a [621/659] AR lib/liblldbPluginObjectFilePlaceholder.a [622/659] AR lib/liblldbPluginObjectFileMachO.a [623/659] AR lib/liblldbPluginObjectFilePECOFF.a [624/659] AR lib/liblldbPluginDynamicLoaderDarwinKernel.a [625/659] AR lib/liblldbPluginDynamicLoaderPosixDYLD.a [626/659] AR lib/liblldbPluginPlatformGDB.a [627/659] AR lib/liblldbPluginSymbolVendorELF.a [628/659] AR lib/liblldbPluginJITLoaderGDB.a [629/659] AR lib/liblldbPluginUnwindAssemblyX86.a [630/659] AR lib/liblldbPluginUnwindAssemblyInstEmulation.a [631/659] AR lib/liblldbPluginSymbolVendorMacOSX.a [632/659] AR lib/liblldbPluginSymbolVendorPECOFF.a [633/659] AR lib/liblldbPluginExpressionParserClang.a [634/659] AR lib/liblldbPluginPlatformWindows.a [635/659] AR lib/liblldbPluginProcessElfCore.a [636/659] AR lib/liblldbPluginAppleObjCRuntime.a [637/659] AR lib/liblldbPluginProcessMinidump.a [638/659] AR lib/liblldbPluginObjCLanguage.a [639/659] AR lib/liblldbPluginSymbolFileDWARF.a [640/659] AR lib/liblldbPluginTypeSystemClang.a [641/659] AR lib/liblldbPluginClangREPL.a [642/659] AR lib/liblldbPluginPlatformPOSIX.a [643/659] AR lib/liblldbPluginCXXItaniumABI.a [644/659] AR lib/liblldbPluginDynamicLoaderMacOSXDYLD.a [645/659] AR lib/liblldbPluginCPlusPlusLanguage.a [646/659] AR lib/liblldbPluginPlatformLinux.a [647/659] AR lib/liblldbPluginProcessMachCore.a [648/659] AR lib/liblldbPluginPlatformMacOSX.a [649/659] AR lib/liblldbPluginProcessGDBRemote.a [650/659] STAMP obj/lldb/source/Plugins/LldbAllPlugins.stamp [651/659] AR lib/liblldbInitialization.a [652/659] AR lib/liblldb.a [653/659] LINK ./bin/lldb-server [654/659] CXX obj/lldb/tools/lldb-test/lldb-test.lldb-test.o [655/659] LINK ./bin/lldb [656/659] LINK ./bin/lldb-dap [657/659] LINK ./bin/lldb-test [658/659] STAMP obj/lldb/test/test.stamp [659/659] STAMP obj/default.stamp INFO:2024-11-21T16:05:57Z:root:analyze gn analyze output: { "compile_targets": [], "status": "No dependency", "test_targets": [] } gn analyze input: { "files": [ "//lldb/include/lldb/Utility/CompletionRequest.h", "//llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp" ], "test_targets": [ "//clang-tools-extra/clangd/test:check-clangd", "//clang-tools-extra/test:check-clang-tools", "//clang/test:check-clang", "//lld/test:check-lld", "//llvm/test:check-llvm" ], "additional_compile_targets": [] } INFO:2024-11-21T16:05:58Z:root:testing INFO:2024-11-21T16:05:58Z:root:skip check-clang INFO:2024-11-21T16:05:58Z:root:skip check-clang-tools INFO:2024-11-21T16:05:58Z:root:skip check-clangd INFO:2024-11-21T16:05:58Z:root:skip check-lld INFO:2024-11-21T16:05:58Z:root:skip check-llvm INFO:2024-11-21T16:05:58Z:root:done