]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of stripped lldb trunk r256633:
authordim <dim@FreeBSD.org>
Wed, 30 Dec 2015 11:55:28 +0000 (11:55 +0000)
committerdim <dim@FreeBSD.org>
Wed, 30 Dec 2015 11:55:28 +0000 (11:55 +0000)
commit66b75430a93929d6fc6ed63db14ca28e3ad5b1f6
tree9ed5e1a91f242e2cb5911577356e487a55c01b78
parent23814158e5384f73c6fa951b66d5f807f9c24a2b
Vendor import of stripped lldb trunk r256633:
https://llvm.org/svn/llvm-project/lldb/trunk@256633
1089 files changed:
docs/lldb.1
include/lldb/API/LLDB.h
include/lldb/API/SBAttachInfo.h
include/lldb/API/SBCommandInterpreter.h
include/lldb/API/SBCommandReturnObject.h
include/lldb/API/SBDebugger.h
include/lldb/API/SBDefines.h
include/lldb/API/SBFunction.h
include/lldb/API/SBProcess.h
include/lldb/API/SBStream.h
include/lldb/API/SBTarget.h
include/lldb/API/SBType.h
include/lldb/API/SBTypeCategory.h
include/lldb/API/SBTypeSummary.h
include/lldb/API/SBValue.h
include/lldb/API/SystemInitializerFull.h
include/lldb/Breakpoint/Breakpoint.h
include/lldb/Breakpoint/BreakpointLocation.h
include/lldb/Breakpoint/BreakpointLocationList.h
include/lldb/Breakpoint/BreakpointOptions.h
include/lldb/Breakpoint/BreakpointResolver.h
include/lldb/Breakpoint/BreakpointResolverAddress.h
include/lldb/Breakpoint/BreakpointResolverFileLine.h
include/lldb/Breakpoint/BreakpointResolverFileRegex.h
include/lldb/Breakpoint/BreakpointResolverName.h
include/lldb/Breakpoint/BreakpointSite.h
include/lldb/Breakpoint/Watchpoint.h
include/lldb/Breakpoint/WatchpointOptions.h
include/lldb/Core/Address.h
include/lldb/Core/AddressRange.h
include/lldb/Core/AddressResolver.h
include/lldb/Core/AddressResolverFileLine.h
include/lldb/Core/AddressResolverName.h
include/lldb/Core/ArchSpec.h
include/lldb/Core/Broadcaster.h
include/lldb/Core/ClangForward.h
include/lldb/Core/Communication.h
include/lldb/Core/Connection.h
include/lldb/Core/ConnectionSharedMemory.h
include/lldb/Core/ConstString.h
include/lldb/Core/DataBufferHeap.h
include/lldb/Core/DataBufferMemoryMap.h
include/lldb/Core/DataEncoder.h
include/lldb/Core/DataExtractor.h
include/lldb/Core/Debugger.h
include/lldb/Core/Disassembler.h
include/lldb/Core/EmulateInstruction.h
include/lldb/Core/Event.h
include/lldb/Core/FileLineResolver.h
include/lldb/Core/FormatEntity.h
include/lldb/Core/History.h
include/lldb/Core/IOHandler.h
include/lldb/Core/Language.h [deleted file]
include/lldb/Core/Listener.h
include/lldb/Core/Log.h
include/lldb/Core/Logging.h
include/lldb/Core/MappedHash.h
include/lldb/Core/Module.h
include/lldb/Core/ModuleList.h
include/lldb/Core/ModuleSpec.h
include/lldb/Core/Opcode.h
include/lldb/Core/PluginManager.h
include/lldb/Core/RangeMap.h
include/lldb/Core/RegisterValue.h
include/lldb/Core/RegularExpression.h
include/lldb/Core/STLUtils.h
include/lldb/Core/Scalar.h
include/lldb/Core/SearchFilter.h
include/lldb/Core/Section.h
include/lldb/Core/SourceManager.h
include/lldb/Core/Stream.h
include/lldb/Core/StreamAsynchronousIO.h
include/lldb/Core/StreamCallback.h
include/lldb/Core/StreamFile.h
include/lldb/Core/StreamGDBRemote.h
include/lldb/Core/StreamString.h
include/lldb/Core/StreamTee.h
include/lldb/Core/StringList.h
include/lldb/Core/StructuredData.h
include/lldb/Core/ThreadSafeDenseMap.h
include/lldb/Core/ThreadSafeDenseSet.h
include/lldb/Core/Timer.h
include/lldb/Core/UUID.h
include/lldb/Core/UniqueCStringMap.h
include/lldb/Core/Value.h
include/lldb/Core/ValueObject.h
include/lldb/Core/ValueObjectCast.h
include/lldb/Core/ValueObjectChild.h
include/lldb/Core/ValueObjectConstResult.h
include/lldb/Core/ValueObjectConstResultCast.h [new file with mode: 0644]
include/lldb/Core/ValueObjectConstResultChild.h
include/lldb/Core/ValueObjectConstResultImpl.h
include/lldb/Core/ValueObjectDynamicValue.h
include/lldb/Core/ValueObjectList.h
include/lldb/Core/ValueObjectMemory.h
include/lldb/Core/ValueObjectRegister.h
include/lldb/Core/ValueObjectSyntheticFilter.h
include/lldb/Core/ValueObjectVariable.h
include/lldb/Core/dwarf.h
include/lldb/DataFormatters/CXXFormatterFunctions.h [deleted file]
include/lldb/DataFormatters/CXXFunctionPointer.h [new file with mode: 0644]
include/lldb/DataFormatters/DataVisualization.h
include/lldb/DataFormatters/DumpValueObjectOptions.h [new file with mode: 0644]
include/lldb/DataFormatters/FormatCache.h
include/lldb/DataFormatters/FormatClasses.h
include/lldb/DataFormatters/FormatManager.h
include/lldb/DataFormatters/FormattersContainer.h
include/lldb/DataFormatters/FormattersHelpers.h [new file with mode: 0644]
include/lldb/DataFormatters/LanguageCategory.h [new file with mode: 0644]
include/lldb/DataFormatters/StringPrinter.h
include/lldb/DataFormatters/TypeCategory.h
include/lldb/DataFormatters/TypeCategoryMap.h
include/lldb/DataFormatters/TypeFormat.h
include/lldb/DataFormatters/TypeSummary.h
include/lldb/DataFormatters/TypeSynthetic.h
include/lldb/DataFormatters/TypeValidator.h
include/lldb/DataFormatters/ValueObjectPrinter.h
include/lldb/DataFormatters/VectorIterator.h [new file with mode: 0644]
include/lldb/Expression/DWARFExpression.h
include/lldb/Expression/Expression.h [moved from include/lldb/Expression/ClangExpression.h with 70% similarity]
include/lldb/Expression/ExpressionParser.h [new file with mode: 0644]
include/lldb/Expression/ExpressionTypeSystemHelper.h [new file with mode: 0644]
include/lldb/Expression/ExpressionVariable.h [new file with mode: 0644]
include/lldb/Expression/FunctionCaller.h [moved from include/lldb/Expression/ClangFunction.h with 77% similarity]
include/lldb/Expression/IRDynamicChecks.h
include/lldb/Expression/IRExecutionUnit.h
include/lldb/Expression/IRInterpreter.h
include/lldb/Expression/IRMemoryMap.h
include/lldb/Expression/IRToDWARF.h [deleted file]
include/lldb/Expression/LLVMUserExpression.h [new file with mode: 0644]
include/lldb/Expression/Materializer.h
include/lldb/Expression/REPL.h [new file with mode: 0644]
include/lldb/Expression/UserExpression.h [moved from include/lldb/Expression/ClangUserExpression.h with 56% similarity]
include/lldb/Expression/UtilityFunction.h [moved from include/lldb/Expression/ClangUtilityFunction.h with 66% similarity]
include/lldb/Host/Condition.h
include/lldb/Host/Config.h
include/lldb/Host/Debug.h
include/lldb/Host/Endian.h
include/lldb/Host/File.h
include/lldb/Host/FileSpec.h
include/lldb/Host/FileSystem.h
include/lldb/Host/HostGetOpt.h
include/lldb/Host/HostInfo.h
include/lldb/Host/HostNativeThread.h
include/lldb/Host/HostNativeThreadForward.h
include/lldb/Host/MainLoopBase.h
include/lldb/Host/MonitoringProcessLauncher.h
include/lldb/Host/Mutex.h
include/lldb/Host/OptionParser.h
include/lldb/Host/Predicate.h
include/lldb/Host/ProcessRunLock.h
include/lldb/Host/Socket.h
include/lldb/Host/Symbols.h
include/lldb/Host/XML.h
include/lldb/Host/common/GetOptInc.h [new file with mode: 0644]
include/lldb/Host/common/NativeProcessProtocol.h
include/lldb/Host/common/TCPSocket.h [new file with mode: 0644]
include/lldb/Host/common/UDPSocket.h [new file with mode: 0644]
include/lldb/Host/netbsd/Config.h [new file with mode: 0644]
include/lldb/Host/netbsd/HostInfoNetBSD.h [new file with mode: 0644]
include/lldb/Host/netbsd/HostThreadNetBSD.h [new file with mode: 0644]
include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
include/lldb/Host/posix/DomainSocket.h [new file with mode: 0644]
include/lldb/Host/posix/HostProcessPosix.h
include/lldb/Host/posix/HostThreadPosix.h
include/lldb/Host/posix/LockFilePosix.h
include/lldb/Host/posix/MainLoopPosix.h
include/lldb/Initialization/SystemInitializerCommon.h
include/lldb/Interpreter/Args.h
include/lldb/Interpreter/CommandCompletions.h
include/lldb/Interpreter/CommandHistory.h
include/lldb/Interpreter/CommandInterpreter.h
include/lldb/Interpreter/CommandObject.h
include/lldb/Interpreter/CommandObjectMultiword.h
include/lldb/Interpreter/CommandObjectRegexCommand.h
include/lldb/Interpreter/CommandOptionValidators.h
include/lldb/Interpreter/CommandReturnObject.h
include/lldb/Interpreter/OptionGroupArchitecture.h
include/lldb/Interpreter/OptionGroupBoolean.h
include/lldb/Interpreter/OptionGroupFile.h
include/lldb/Interpreter/OptionGroupFormat.h
include/lldb/Interpreter/OptionGroupOutputFile.h
include/lldb/Interpreter/OptionGroupPlatform.h
include/lldb/Interpreter/OptionGroupString.h
include/lldb/Interpreter/OptionGroupUInt64.h
include/lldb/Interpreter/OptionGroupUUID.h
include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
include/lldb/Interpreter/OptionGroupVariable.h
include/lldb/Interpreter/OptionGroupWatchpoint.h
include/lldb/Interpreter/OptionValue.h
include/lldb/Interpreter/OptionValueArch.h
include/lldb/Interpreter/OptionValueArgs.h
include/lldb/Interpreter/OptionValueArray.h
include/lldb/Interpreter/OptionValueBoolean.h
include/lldb/Interpreter/OptionValueChar.h
include/lldb/Interpreter/OptionValueDictionary.h
include/lldb/Interpreter/OptionValueEnumeration.h
include/lldb/Interpreter/OptionValueFileSpec.h
include/lldb/Interpreter/OptionValueFileSpecList.h
include/lldb/Interpreter/OptionValueFormat.h
include/lldb/Interpreter/OptionValueFormatEntity.h
include/lldb/Interpreter/OptionValueLanguage.h
include/lldb/Interpreter/OptionValuePathMappings.h
include/lldb/Interpreter/OptionValueProperties.h
include/lldb/Interpreter/OptionValueRegex.h
include/lldb/Interpreter/OptionValueSInt64.h
include/lldb/Interpreter/OptionValueString.h
include/lldb/Interpreter/OptionValueUInt64.h
include/lldb/Interpreter/OptionValueUUID.h
include/lldb/Interpreter/Options.h
include/lldb/Interpreter/PythonDataObjects.h [deleted file]
include/lldb/Interpreter/ScriptInterpreter.h
include/lldb/Interpreter/ScriptInterpreterNone.h [deleted file]
include/lldb/Symbol/ArmUnwindInfo.h [new file with mode: 0644]
include/lldb/Symbol/Block.h
include/lldb/Symbol/ClangASTContext.h
include/lldb/Symbol/ClangASTImporter.h
include/lldb/Symbol/ClangExternalASTSourceCallbacks.h
include/lldb/Symbol/ClangExternalASTSourceCommon.h
include/lldb/Symbol/ClangNamespaceDecl.h [deleted file]
include/lldb/Symbol/CompileUnit.h
include/lldb/Symbol/CompilerDecl.h [new file with mode: 0644]
include/lldb/Symbol/CompilerDeclContext.h [new file with mode: 0644]
include/lldb/Symbol/CompilerType.h [moved from include/lldb/Symbol/ClangASTType.h with 56% similarity]
include/lldb/Symbol/DebugMacros.h [new file with mode: 0644]
include/lldb/Symbol/FuncUnwinders.h
include/lldb/Symbol/Function.h
include/lldb/Symbol/GoASTContext.h [new file with mode: 0644]
include/lldb/Symbol/LineEntry.h
include/lldb/Symbol/LineTable.h
include/lldb/Symbol/ObjectContainer.h
include/lldb/Symbol/ObjectFile.h
include/lldb/Symbol/Symbol.h
include/lldb/Symbol/SymbolContext.h
include/lldb/Symbol/SymbolContextScope.h
include/lldb/Symbol/SymbolFile.h
include/lldb/Symbol/SymbolVendor.h
include/lldb/Symbol/TaggedASTType.h
include/lldb/Symbol/Type.h
include/lldb/Symbol/TypeList.h
include/lldb/Symbol/TypeMap.h [new file with mode: 0644]
include/lldb/Symbol/TypeSystem.h [new file with mode: 0644]
include/lldb/Symbol/UnwindPlan.h
include/lldb/Symbol/UnwindTable.h
include/lldb/Symbol/Variable.h
include/lldb/Symbol/VariableList.h
include/lldb/Target/ABI.h
include/lldb/Target/CPPLanguageRuntime.h
include/lldb/Target/DynamicLoader.h
include/lldb/Target/ExecutionContext.h
include/lldb/Target/InstrumentationRuntimeStopInfo.h
include/lldb/Target/JITLoader.h
include/lldb/Target/Language.h [new file with mode: 0644]
include/lldb/Target/LanguageRuntime.h
include/lldb/Target/ObjCLanguageRuntime.h
include/lldb/Target/OperatingSystem.h
include/lldb/Target/Platform.h
include/lldb/Target/Process.h
include/lldb/Target/QueueItem.h
include/lldb/Target/RegisterContext.h
include/lldb/Target/SectionLoadList.h
include/lldb/Target/StackFrame.h
include/lldb/Target/StackFrameList.h
include/lldb/Target/StackID.h
include/lldb/Target/StopInfo.h
include/lldb/Target/SystemRuntime.h
include/lldb/Target/Target.h
include/lldb/Target/TargetList.h
include/lldb/Target/Thread.h
include/lldb/Target/ThreadList.h
include/lldb/Target/ThreadPlan.h
include/lldb/Target/ThreadPlanBase.h
include/lldb/Target/ThreadPlanCallFunction.h
include/lldb/Target/ThreadPlanCallFunctionUsingABI.h
include/lldb/Target/ThreadPlanCallUserExpression.h
include/lldb/Target/ThreadPlanPython.h
include/lldb/Target/ThreadPlanRunToAddress.h
include/lldb/Target/ThreadPlanShouldStopHere.h
include/lldb/Target/ThreadPlanStepInRange.h
include/lldb/Target/ThreadPlanStepInstruction.h
include/lldb/Target/ThreadPlanStepOut.h
include/lldb/Target/ThreadPlanStepOverBreakpoint.h
include/lldb/Target/ThreadPlanStepOverRange.h
include/lldb/Target/ThreadPlanStepRange.h
include/lldb/Target/ThreadPlanStepThrough.h
include/lldb/Target/ThreadPlanStepUntil.h
include/lldb/Target/ThreadPlanTracer.h
include/lldb/Target/ThreadSpec.h
include/lldb/Target/UnixSignals.h
include/lldb/Target/UnwindAssembly.h
include/lldb/Utility/AnsiTerminal.h
include/lldb/Utility/Either.h [new file with mode: 0644]
include/lldb/Utility/Iterable.h
include/lldb/Utility/JSON.h
include/lldb/Utility/ProcessStructReader.h
include/lldb/Utility/PseudoTerminal.h
include/lldb/Utility/PythonPointer.h [deleted file]
include/lldb/Utility/SharedCluster.h
include/lldb/Utility/SharingPtr.h
include/lldb/Utility/StringExtractor.h
include/lldb/Utility/TaskPool.h [new file with mode: 0644]
include/lldb/lldb-defines.h
include/lldb/lldb-enumerations.h
include/lldb/lldb-forward.h
include/lldb/lldb-private-enumerations.h
include/lldb/lldb-private-interfaces.h
include/lldb/lldb-private-types.h
include/lldb/lldb-python.h [deleted file]
include/lldb/lldb-types.h
source/API/SBAttachInfo.cpp
source/API/SBBreakpoint.cpp
source/API/SBCommandInterpreter.cpp
source/API/SBCommandReturnObject.cpp
source/API/SBDebugger.cpp
source/API/SBFrame.cpp
source/API/SBFunction.cpp
source/API/SBLanguageRuntime.cpp
source/API/SBModule.cpp
source/API/SBPlatform.cpp
source/API/SBProcess.cpp
source/API/SBStream.cpp
source/API/SBTarget.cpp
source/API/SBThread.cpp
source/API/SBType.cpp
source/API/SBTypeCategory.cpp
source/API/SBTypeEnumMember.cpp
source/API/SBTypeNameSpecifier.cpp
source/API/SBTypeSummary.cpp
source/API/SBValue.cpp
source/API/SBValueList.cpp
source/API/SystemInitializerFull.cpp
source/API/liblldb.exports [new file with mode: 0644]
source/API/liblldb.xcode.exports [new file with mode: 0644]
source/Breakpoint/Breakpoint.cpp
source/Breakpoint/BreakpointID.cpp
source/Breakpoint/BreakpointIDList.cpp
source/Breakpoint/BreakpointLocation.cpp
source/Breakpoint/BreakpointLocationList.cpp
source/Breakpoint/BreakpointOptions.cpp
source/Breakpoint/BreakpointResolverAddress.cpp
source/Breakpoint/BreakpointResolverName.cpp
source/Breakpoint/BreakpointSite.cpp
source/Breakpoint/StoppointCallbackContext.cpp
source/Breakpoint/Watchpoint.cpp
source/Breakpoint/WatchpointList.cpp
source/Breakpoint/WatchpointOptions.cpp
source/Commands/CommandObjectApropos.h
source/Commands/CommandObjectArgs.cpp
source/Commands/CommandObjectArgs.h
source/Commands/CommandObjectBreakpoint.cpp
source/Commands/CommandObjectBreakpoint.h
source/Commands/CommandObjectBreakpointCommand.cpp
source/Commands/CommandObjectBreakpointCommand.h
source/Commands/CommandObjectBugreport.cpp
source/Commands/CommandObjectBugreport.h
source/Commands/CommandObjectCommands.cpp
source/Commands/CommandObjectCommands.h
source/Commands/CommandObjectDisassemble.cpp
source/Commands/CommandObjectDisassemble.h
source/Commands/CommandObjectExpression.cpp
source/Commands/CommandObjectExpression.h
source/Commands/CommandObjectFrame.cpp
source/Commands/CommandObjectFrame.h
source/Commands/CommandObjectGUI.h
source/Commands/CommandObjectHelp.h
source/Commands/CommandObjectLanguage.cpp
source/Commands/CommandObjectLanguage.h
source/Commands/CommandObjectLog.cpp
source/Commands/CommandObjectLog.h
source/Commands/CommandObjectMemory.cpp
source/Commands/CommandObjectMemory.h
source/Commands/CommandObjectMultiword.cpp
source/Commands/CommandObjectPlatform.cpp
source/Commands/CommandObjectPlatform.h
source/Commands/CommandObjectPlugin.cpp
source/Commands/CommandObjectPlugin.h
source/Commands/CommandObjectProcess.cpp
source/Commands/CommandObjectProcess.h
source/Commands/CommandObjectQuit.h
source/Commands/CommandObjectRegister.cpp
source/Commands/CommandObjectRegister.h
source/Commands/CommandObjectSettings.cpp
source/Commands/CommandObjectSettings.h
source/Commands/CommandObjectSource.cpp
source/Commands/CommandObjectSource.h
source/Commands/CommandObjectSyntax.h
source/Commands/CommandObjectTarget.cpp
source/Commands/CommandObjectTarget.h
source/Commands/CommandObjectThread.cpp
source/Commands/CommandObjectThread.h
source/Commands/CommandObjectType.cpp
source/Commands/CommandObjectType.h
source/Commands/CommandObjectVersion.h
source/Commands/CommandObjectWatchpoint.cpp
source/Commands/CommandObjectWatchpoint.h
source/Commands/CommandObjectWatchpointCommand.cpp
source/Commands/CommandObjectWatchpointCommand.h
source/Core/Address.cpp
source/Core/AddressResolverName.cpp
source/Core/ArchSpec.cpp
source/Core/ConnectionSharedMemory.cpp
source/Core/ConstString.cpp
source/Core/CxaDemangle.cpp
source/Core/DataEncoder.cpp
source/Core/DataExtractor.cpp
source/Core/Debugger.cpp
source/Core/Disassembler.cpp
source/Core/DynamicLoader.cpp
source/Core/EmulateInstruction.cpp
source/Core/Event.cpp
source/Core/FastDemangle.cpp
source/Core/FormatEntity.cpp
source/Core/IOHandler.cpp
source/Core/Language.cpp [deleted file]
source/Core/Log.cpp
source/Core/Logging.cpp
source/Core/Mangled.cpp
source/Core/Module.cpp
source/Core/ModuleList.cpp
source/Core/Opcode.cpp
source/Core/PluginManager.cpp
source/Core/RegisterValue.cpp
source/Core/RegularExpression.cpp
source/Core/Scalar.cpp
source/Core/Section.cpp
source/Core/SourceManager.cpp
source/Core/Stream.cpp
source/Core/StreamAsynchronousIO.cpp
source/Core/StreamString.cpp
source/Core/Timer.cpp
source/Core/Value.cpp
source/Core/ValueObject.cpp
source/Core/ValueObjectCast.cpp
source/Core/ValueObjectChild.cpp
source/Core/ValueObjectConstResult.cpp
source/Core/ValueObjectConstResultCast.cpp [new file with mode: 0644]
source/Core/ValueObjectConstResultChild.cpp
source/Core/ValueObjectConstResultImpl.cpp
source/Core/ValueObjectDynamicValue.cpp
source/Core/ValueObjectMemory.cpp
source/Core/ValueObjectRegister.cpp
source/Core/ValueObjectSyntheticFilter.cpp
source/Core/ValueObjectVariable.cpp
source/DataFormatters/CXXFormatterFunctions.cpp [deleted file]
source/DataFormatters/CXXFunctionPointer.cpp [new file with mode: 0644]
source/DataFormatters/DataVisualization.cpp
source/DataFormatters/DumpValueObjectOptions.cpp [new file with mode: 0644]
source/DataFormatters/FormatClasses.cpp
source/DataFormatters/FormatManager.cpp
source/DataFormatters/FormattersHelpers.cpp [new file with mode: 0644]
source/DataFormatters/LanguageCategory.cpp [new file with mode: 0644]
source/DataFormatters/LibStdcpp.cpp [deleted file]
source/DataFormatters/StringPrinter.cpp
source/DataFormatters/TypeCategory.cpp
source/DataFormatters/TypeCategoryMap.cpp
source/DataFormatters/TypeFormat.cpp
source/DataFormatters/TypeSummary.cpp
source/DataFormatters/TypeSynthetic.cpp
source/DataFormatters/ValueObjectPrinter.cpp
source/DataFormatters/VectorType.cpp
source/Expression/ClangExpressionVariable.cpp [deleted file]
source/Expression/ClangUserExpression.cpp [deleted file]
source/Expression/DWARFExpression.cpp
source/Expression/Expression.cpp [new file with mode: 0644]
source/Expression/ExpressionSourceCode.cpp
source/Expression/ExpressionVariable.cpp [new file with mode: 0644]
source/Expression/FunctionCaller.cpp [moved from source/Expression/ClangFunction.cpp with 57% similarity]
source/Expression/IRDynamicChecks.cpp
source/Expression/IRExecutionUnit.cpp
source/Expression/IRInterpreter.cpp
source/Expression/IRMemoryMap.cpp
source/Expression/LLVMUserExpression.cpp [new file with mode: 0644]
source/Expression/Materializer.cpp
source/Expression/REPL.cpp [new file with mode: 0644]
source/Expression/UserExpression.cpp [new file with mode: 0644]
source/Expression/UtilityFunction.cpp [new file with mode: 0644]
source/Host/common/Editline.cpp
source/Host/common/File.cpp
source/Host/common/FileSpec.cpp
source/Host/common/GetOptInc.cpp [new file with mode: 0644]
source/Host/common/Host.cpp
source/Host/common/HostInfoBase.cpp
source/Host/common/Mutex.cpp
source/Host/common/NativeProcessProtocol.cpp
source/Host/common/OptionParser.cpp
source/Host/common/Socket.cpp
source/Host/common/SocketAddress.cpp
source/Host/common/Symbols.cpp
source/Host/common/TCPSocket.cpp [new file with mode: 0644]
source/Host/common/ThisThread.cpp
source/Host/common/UDPSocket.cpp [new file with mode: 0644]
source/Host/common/XML.cpp
source/Host/freebsd/Host.cpp
source/Host/netbsd/Host.cpp [new file with mode: 0644]
source/Host/netbsd/HostInfoNetBSD.cpp [new file with mode: 0644]
source/Host/netbsd/HostThreadNetBSD.cpp [new file with mode: 0644]
source/Host/netbsd/ThisThread.cpp [new file with mode: 0644]
source/Host/posix/ConnectionFileDescriptorPosix.cpp
source/Host/posix/DomainSocket.cpp [new file with mode: 0644]
source/Host/posix/FileSystem.cpp
source/Host/posix/HostInfoPosix.cpp
source/Host/posix/MainLoopPosix.cpp
source/Host/posix/PipePosix.cpp
source/Initialization/SystemInitializerCommon.cpp
source/Interpreter/Args.cpp
source/Interpreter/CommandInterpreter.cpp
source/Interpreter/CommandObject.cpp
source/Interpreter/CommandObjectScript.h
source/Interpreter/OptionGroupValueObjectDisplay.cpp
source/Interpreter/OptionValueLanguage.cpp
source/Interpreter/OptionValueProperties.cpp
source/Interpreter/Property.cpp
source/Interpreter/PythonDataObjects.cpp [deleted file]
source/Interpreter/ScriptInterpreterNone.cpp [deleted file]
source/Interpreter/embedded_interpreter.py
source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.h
source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.h
source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h
source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
source/Plugins/ABI/SysV-arm/ABISysV_arm.h
source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
source/Plugins/ABI/SysV-arm64/ABISysV_arm64.h
source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h
source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
source/Plugins/ABI/SysV-i386/ABISysV_i386.h
source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
source/Plugins/ABI/SysV-mips/ABISysV_mips.h
source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
source/Plugins/ABI/SysV-mips64/ABISysV_mips64.h
source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
source/Plugins/ABI/SysV-ppc/ABISysV_ppc.h
source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.h
source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h
source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
source/Plugins/Disassembler/llvm/DisassemblerLLVMC.h
source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h
source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h
source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h
source/Plugins/ExpressionParser/Clang/ASTDumper.cpp [moved from source/Expression/ASTDumper.cpp with 91% similarity]
source/Plugins/ExpressionParser/Clang/ASTDumper.h [moved from include/lldb/Expression/ASTDumper.h with 88% similarity]
source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp [moved from source/Expression/ASTResultSynthesizer.cpp with 98% similarity]
source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h [moved from include/lldb/Expression/ASTResultSynthesizer.h with 92% similarity]
source/Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp [moved from source/Expression/ASTStructExtractor.cpp with 97% similarity]
source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h [moved from include/lldb/Expression/ASTStructExtractor.h with 86% similarity]
source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp [moved from source/Expression/ClangASTSource.cpp with 88% similarity]
source/Plugins/ExpressionParser/Clang/ClangASTSource.h [moved from include/lldb/Expression/ClangASTSource.h with 94% similarity]
source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp [moved from source/Expression/ClangExpressionDeclMap.cpp with 73% similarity]
source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h [moved from include/lldb/Expression/ClangExpressionDeclMap.h with 94% similarity]
source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h [new file with mode: 0644]
source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp [moved from source/Expression/ClangExpressionParser.cpp with 86% similarity]
source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h [moved from include/lldb/Expression/ClangExpressionParser.h with 83% similarity]
source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp [new file with mode: 0644]
source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h [moved from include/lldb/Expression/ClangExpressionVariable.h with 51% similarity]
source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp [new file with mode: 0644]
source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h [new file with mode: 0644]
source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp [moved from source/Expression/ClangModulesDeclVendor.cpp with 97% similarity]
source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h [moved from include/lldb/Expression/ClangModulesDeclVendor.h with 96% similarity]
source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp [moved from source/Expression/ClangPersistentVariables.cpp with 78% similarity]
source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h [moved from include/lldb/Expression/ClangPersistentVariables.h with 73% similarity]
source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp [new file with mode: 0644]
source/Plugins/ExpressionParser/Clang/ClangUserExpression.h [new file with mode: 0644]
source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp [moved from source/Expression/ClangUtilityFunction.cpp with 83% similarity]
source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h [new file with mode: 0644]
source/Plugins/ExpressionParser/Clang/IRForTarget.cpp [moved from source/Expression/IRForTarget.cpp with 98% similarity]
source/Plugins/ExpressionParser/Clang/IRForTarget.h [moved from include/lldb/Expression/IRForTarget.h with 98% similarity]
source/Plugins/ExpressionParser/Go/GoAST.h [new file with mode: 0644]
source/Plugins/ExpressionParser/Go/GoLexer.cpp [new file with mode: 0644]
source/Plugins/ExpressionParser/Go/GoLexer.h [new file with mode: 0644]
source/Plugins/ExpressionParser/Go/GoParser.cpp [new file with mode: 0644]
source/Plugins/ExpressionParser/Go/GoParser.h [new file with mode: 0644]
source/Plugins/ExpressionParser/Go/GoUserExpression.cpp [new file with mode: 0644]
source/Plugins/ExpressionParser/Go/GoUserExpression.h [new file with mode: 0644]
source/Plugins/ExpressionParser/Go/gen_go_ast.py [new file with mode: 0644]
source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
source/Plugins/Instruction/ARM/EmulateInstructionARM.h
source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h
source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h
source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp
source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.h
source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
source/Plugins/JITLoader/GDB/JITLoaderGDB.h
source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp [new file with mode: 0644]
source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h [new file with mode: 0644]
source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp [new file with mode: 0644]
source/Plugins/Language/CPlusPlus/CxxStringTypes.h [new file with mode: 0644]
source/Plugins/Language/CPlusPlus/LibCxx.cpp [moved from source/DataFormatters/LibCxx.cpp with 69% similarity]
source/Plugins/Language/CPlusPlus/LibCxx.h [new file with mode: 0644]
source/Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp [moved from source/DataFormatters/LibCxxInitializerList.cpp with 82% similarity]
source/Plugins/Language/CPlusPlus/LibCxxList.cpp [moved from source/DataFormatters/LibCxxList.cpp with 52% similarity]
source/Plugins/Language/CPlusPlus/LibCxxMap.cpp [moved from source/DataFormatters/LibCxxMap.cpp with 83% similarity]
source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp [moved from source/DataFormatters/LibCxxUnorderedMap.cpp with 87% similarity]
source/Plugins/Language/CPlusPlus/LibCxxVector.cpp [moved from source/DataFormatters/LibCxxVector.cpp with 83% similarity]
source/Plugins/Language/CPlusPlus/LibStdcpp.cpp [new file with mode: 0644]
source/Plugins/Language/CPlusPlus/LibStdcpp.h [new file with mode: 0644]
source/Plugins/Language/Go/GoFormatterFunctions.cpp [new file with mode: 0644]
source/Plugins/Language/Go/GoFormatterFunctions.h [new file with mode: 0644]
source/Plugins/Language/Go/GoLanguage.cpp [new file with mode: 0644]
source/Plugins/Language/Go/GoLanguage.h [new file with mode: 0644]
source/Plugins/Language/ObjC/CF.cpp [moved from source/DataFormatters/CF.cpp with 86% similarity]
source/Plugins/Language/ObjC/CF.h [new file with mode: 0644]
source/Plugins/Language/ObjC/Cocoa.cpp [moved from source/DataFormatters/Cocoa.cpp with 59% similarity]
source/Plugins/Language/ObjC/Cocoa.h [new file with mode: 0644]
source/Plugins/Language/ObjC/CoreMedia.cpp [moved from source/DataFormatters/CoreMedia.cpp with 82% similarity]
source/Plugins/Language/ObjC/CoreMedia.h [new file with mode: 0644]
source/Plugins/Language/ObjC/NSArray.cpp [moved from source/DataFormatters/NSArray.cpp with 76% similarity]
source/Plugins/Language/ObjC/NSDictionary.cpp [moved from source/DataFormatters/NSDictionary.cpp with 79% similarity]
source/Plugins/Language/ObjC/NSDictionary.h [new file with mode: 0644]
source/Plugins/Language/ObjC/NSError.cpp [new file with mode: 0644]
source/Plugins/Language/ObjC/NSException.cpp [new file with mode: 0644]
source/Plugins/Language/ObjC/NSIndexPath.cpp [moved from source/DataFormatters/NSIndexPath.cpp with 88% similarity]
source/Plugins/Language/ObjC/NSSet.cpp [moved from source/DataFormatters/NSSet.cpp with 78% similarity]
source/Plugins/Language/ObjC/NSSet.h [new file with mode: 0644]
source/Plugins/Language/ObjC/NSString.cpp [new file with mode: 0644]
source/Plugins/Language/ObjC/NSString.h [new file with mode: 0644]
source/Plugins/Language/ObjC/ObjCLanguage.cpp [new file with mode: 0644]
source/Plugins/Language/ObjC/ObjCLanguage.h [new file with mode: 0644]
source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.cpp [new file with mode: 0644]
source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h [new file with mode: 0644]
source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h
source/Plugins/LanguageRuntime/Go/GoLanguageRuntime.cpp [new file with mode: 0644]
source/Plugins/LanguageRuntime/Go/GoLanguageRuntime.h [new file with mode: 0644]
source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h
source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
source/Plugins/ObjectFile/ELF/ObjectFileELF.h
source/Plugins/ObjectFile/JIT/ObjectFileJIT.h
source/Plugins/OperatingSystem/Go/OperatingSystemGo.cpp [new file with mode: 0644]
source/Plugins/OperatingSystem/Go/OperatingSystemGo.h [new file with mode: 0644]
source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp [new file with mode: 0644]
source/Plugins/Platform/NetBSD/PlatformNetBSD.h [new file with mode: 0644]
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
source/Plugins/Platform/POSIX/PlatformPOSIX.h
source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
source/Plugins/Process/FreeBSD/FreeBSDThread.h
source/Plugins/Process/FreeBSD/POSIXStopInfo.cpp
source/Plugins/Process/FreeBSD/POSIXStopInfo.h
source/Plugins/Process/FreeBSD/POSIXThread.cpp [deleted file]
source/Plugins/Process/FreeBSD/POSIXThread.h [deleted file]
source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
source/Plugins/Process/FreeBSD/ProcessFreeBSD.h
source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
source/Plugins/Process/FreeBSD/ProcessMonitor.h
source/Plugins/Process/FreeBSD/ProcessPOSIX.cpp [deleted file]
source/Plugins/Process/FreeBSD/ProcessPOSIX.h [deleted file]
source/Plugins/Process/FreeBSD/RegisterContextPOSIX.h [moved from source/Plugins/Process/Utility/RegisterContextPOSIX.h with 100% similarity]
source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp
source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.h
source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.cpp
source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.h
source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.cpp
source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.h
source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.cpp
source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.h
source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.cpp
source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.h
source/Plugins/Process/POSIX/CrashReason.cpp
source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
source/Plugins/Process/Utility/FreeBSDSignals.cpp
source/Plugins/Process/Utility/HistoryThread.h
source/Plugins/Process/Utility/HistoryUnwind.h
source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
source/Plugins/Process/Utility/LinuxSignals.cpp
source/Plugins/Process/Utility/MipsLinuxSignals.cpp
source/Plugins/Process/Utility/NetBSDSignals.cpp [new file with mode: 0644]
source/Plugins/Process/Utility/NetBSDSignals.h [new file with mode: 0644]
source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
source/Plugins/Process/Utility/RegisterContextDarwin_arm.h
source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h
source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
source/Plugins/Process/Utility/RegisterContextDarwin_i386.h
source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.h
source/Plugins/Process/Utility/RegisterContextDummy.cpp
source/Plugins/Process/Utility/RegisterContextDummy.h
source/Plugins/Process/Utility/RegisterContextFreeBSD_arm.cpp
source/Plugins/Process/Utility/RegisterContextFreeBSD_arm.h
source/Plugins/Process/Utility/RegisterContextFreeBSD_arm64.h
source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.h
source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h
source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h
source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.h
source/Plugins/Process/Utility/RegisterContextHistory.cpp
source/Plugins/Process/Utility/RegisterContextHistory.h
source/Plugins/Process/Utility/RegisterContextLLDB.cpp
source/Plugins/Process/Utility/RegisterContextLLDB.h
source/Plugins/Process/Utility/RegisterContextLinux_arm.cpp
source/Plugins/Process/Utility/RegisterContextLinux_arm.h
source/Plugins/Process/Utility/RegisterContextLinux_arm64.cpp
source/Plugins/Process/Utility/RegisterContextLinux_arm64.h
source/Plugins/Process/Utility/RegisterContextLinux_i386.cpp
source/Plugins/Process/Utility/RegisterContextLinux_i386.h
source/Plugins/Process/Utility/RegisterContextLinux_mips.cpp
source/Plugins/Process/Utility/RegisterContextLinux_mips.h
source/Plugins/Process/Utility/RegisterContextLinux_mips64.cpp
source/Plugins/Process/Utility/RegisterContextLinux_mips64.h
source/Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp
source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h
source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h
source/Plugins/Process/Utility/RegisterContextMemory.h
source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h
source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h
source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h
source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h
source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h
source/Plugins/Process/Utility/RegisterContextThreadMemory.h
source/Plugins/Process/Utility/RegisterContext_mips.h
source/Plugins/Process/Utility/RegisterContext_powerpc.h
source/Plugins/Process/Utility/RegisterContext_x86.h
source/Plugins/Process/Utility/RegisterInfoInterface.h
source/Plugins/Process/Utility/RegisterInfos_arm.h
source/Plugins/Process/Utility/RegisterInfos_arm64.h
source/Plugins/Process/Utility/RegisterInfos_i386.h
source/Plugins/Process/Utility/RegisterInfos_mips.h
source/Plugins/Process/Utility/RegisterInfos_mips64.h
source/Plugins/Process/Utility/RegisterInfos_powerpc.h
source/Plugins/Process/Utility/RegisterInfos_x86_64.h
source/Plugins/Process/Utility/StopInfoMachException.cpp
source/Plugins/Process/Utility/StopInfoMachException.h
source/Plugins/Process/Utility/ThreadMemory.h
source/Plugins/Process/Utility/UnwindLLDB.cpp
source/Plugins/Process/Utility/UnwindLLDB.h
source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h
source/Plugins/Process/Utility/lldb-arm-register-enums.h
source/Plugins/Process/elf-core/ProcessElfCore.cpp
source/Plugins/Process/elf-core/ProcessElfCore.h
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h
source/Plugins/Process/elf-core/ThreadElfCore.cpp
source/Plugins/Process/elf-core/ThreadElfCore.h
source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h
source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp [new file with mode: 0644]
source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h [new file with mode: 0644]
source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp [new file with mode: 0644]
source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h [new file with mode: 0644]
source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp [new file with mode: 0644]
source/Plugins/ScriptInterpreter/Python/PythonExceptionState.h [new file with mode: 0644]
source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp [moved from source/Interpreter/ScriptInterpreterPython.cpp with 82% similarity]
source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h [moved from include/lldb/Interpreter/ScriptInterpreterPython.h with 89% similarity]
source/Plugins/ScriptInterpreter/Python/lldb-python.h [new file with mode: 0644]
source/Plugins/SymbolFile/DWARF/DIERef.cpp [new file with mode: 0644]
source/Plugins/SymbolFile/DWARF/DIERef.h [new file with mode: 0644]
source/Plugins/SymbolFile/DWARF/DWARFASTParser.h [new file with mode: 0644]
source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp [new file with mode: 0644]
source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h [new file with mode: 0644]
source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.cpp [new file with mode: 0644]
source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.h [new file with mode: 0644]
source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp [new file with mode: 0644]
source/Plugins/SymbolFile/DWARF/DWARFAttribute.h
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp [new file with mode: 0644]
source/Plugins/SymbolFile/DWARF/DWARFDIE.h [new file with mode: 0644]
source/Plugins/SymbolFile/DWARF/DWARFDIECollection.cpp
source/Plugins/SymbolFile/DWARF/DWARFDIECollection.h
source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h
source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h
source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp [new file with mode: 0644]
source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h [new file with mode: 0644]
source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.cpp
source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h
source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.cpp [deleted file]
source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.h [deleted file]
source/Plugins/SymbolFile/DWARF/DWARFLocationList.cpp [deleted file]
source/Plugins/SymbolFile/DWARF/DWARFLocationList.h [deleted file]
source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp [new file with mode: 0644]
source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h
source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
source/Plugins/SymbolFile/DWARF/NameToDIE.h
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp [new file with mode: 0644]
source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h [new file with mode: 0644]
source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h
source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h
source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h
source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h
source/Symbol/ArmUnwindInfo.cpp [new file with mode: 0644]
source/Symbol/Block.cpp
source/Symbol/ClangASTContext.cpp
source/Symbol/ClangASTImporter.cpp
source/Symbol/ClangASTType.cpp [deleted file]
source/Symbol/ClangExternalASTSourceCallbacks.cpp
source/Symbol/ClangNamespaceDecl.cpp [deleted file]
source/Symbol/CompactUnwindInfo.cpp
source/Symbol/CompileUnit.cpp
source/Symbol/CompilerDecl.cpp [new file with mode: 0644]
source/Symbol/CompilerDeclContext.cpp [new file with mode: 0644]
source/Symbol/CompilerType.cpp [new file with mode: 0644]
source/Symbol/DWARFCallFrameInfo.cpp
source/Symbol/DebugMacros.cpp [new file with mode: 0644]
source/Symbol/FuncUnwinders.cpp
source/Symbol/Function.cpp
source/Symbol/GoASTContext.cpp [new file with mode: 0644]
source/Symbol/LineEntry.cpp
source/Symbol/LineTable.cpp
source/Symbol/ObjectFile.cpp
source/Symbol/SymbolContext.cpp
source/Symbol/SymbolFile.cpp
source/Symbol/SymbolVendor.cpp
source/Symbol/Symtab.cpp
source/Symbol/Type.cpp
source/Symbol/TypeList.cpp
source/Symbol/TypeMap.cpp [new file with mode: 0644]
source/Symbol/TypeSystem.cpp [new file with mode: 0644]
source/Symbol/UnwindTable.cpp
source/Symbol/Variable.cpp
source/Symbol/VariableList.cpp
source/Target/ABI.cpp
source/Target/CPPLanguageRuntime.cpp
source/Target/ExecutionContext.cpp
source/Target/Language.cpp [new file with mode: 0644]
source/Target/LanguageRuntime.cpp
source/Target/Memory.cpp
source/Target/ObjCLanguageRuntime.cpp
source/Target/Platform.cpp
source/Target/Process.cpp
source/Target/ProcessLaunchInfo.cpp
source/Target/RegisterContext.cpp
source/Target/StackFrame.cpp
source/Target/StackFrameList.cpp
source/Target/StopInfo.cpp
source/Target/Target.cpp
source/Target/TargetList.cpp
source/Target/Thread.cpp
source/Target/ThreadList.cpp
source/Target/ThreadPlan.cpp
source/Target/ThreadPlanCallFunction.cpp
source/Target/ThreadPlanCallFunctionUsingABI.cpp
source/Target/ThreadPlanCallUserExpression.cpp
source/Target/ThreadPlanRunToAddress.cpp
source/Target/ThreadPlanShouldStopHere.cpp
source/Target/ThreadPlanStepInRange.cpp
source/Target/ThreadPlanStepInstruction.cpp
source/Target/ThreadPlanStepOut.cpp
source/Target/ThreadPlanStepOverRange.cpp
source/Target/ThreadPlanStepRange.cpp
source/Target/ThreadPlanStepThrough.cpp
source/Target/ThreadPlanStepUntil.cpp
source/Target/ThreadPlanTracer.cpp
source/Target/ThreadSpec.cpp
source/Target/UnixSignals.cpp
source/Utility/ARM64_ehframe_Registers.h [moved from source/Utility/ARM64_GCC_Registers.h with 72% similarity]
source/Utility/ARM_GCC_Registers.h [deleted file]
source/Utility/ARM_ehframe_Registers.h [new file with mode: 0644]
source/Utility/ConvertEnum.cpp
source/Utility/JSON.cpp
source/Utility/ModuleCache.cpp
source/Utility/ModuleCache.h
source/Utility/SharingPtr.cpp
source/Utility/StringExtractor.cpp
source/Utility/StringExtractorGDBRemote.cpp
source/Utility/StringExtractorGDBRemote.h
source/Utility/TaskPool.cpp [new file with mode: 0644]
source/Utility/UriParser.cpp
source/Utility/UriParser.h
source/lldb.cpp
tools/argdumper/argdumper.exports [moved from tools/argdumper/exports with 100% similarity]
tools/driver/Driver.cpp
tools/driver/Driver.h
tools/lldb-mi/MICmdArgContext.cpp
tools/lldb-mi/MICmdArgContext.h
tools/lldb-mi/MICmdArgSet.cpp
tools/lldb-mi/MICmdArgSet.h
tools/lldb-mi/MICmdArgValBase.cpp
tools/lldb-mi/MICmdArgValBase.h
tools/lldb-mi/MICmdArgValConsume.cpp
tools/lldb-mi/MICmdArgValConsume.h
tools/lldb-mi/MICmdArgValFile.cpp
tools/lldb-mi/MICmdArgValFile.h
tools/lldb-mi/MICmdArgValListBase.cpp
tools/lldb-mi/MICmdArgValListBase.h
tools/lldb-mi/MICmdArgValListOfN.cpp
tools/lldb-mi/MICmdArgValListOfN.h
tools/lldb-mi/MICmdArgValNumber.cpp
tools/lldb-mi/MICmdArgValNumber.h
tools/lldb-mi/MICmdArgValOptionLong.cpp
tools/lldb-mi/MICmdArgValOptionLong.h
tools/lldb-mi/MICmdArgValOptionShort.cpp
tools/lldb-mi/MICmdArgValOptionShort.h
tools/lldb-mi/MICmdArgValPrintValues.cpp
tools/lldb-mi/MICmdArgValPrintValues.h
tools/lldb-mi/MICmdArgValString.cpp
tools/lldb-mi/MICmdArgValString.h
tools/lldb-mi/MICmdArgValThreadGrp.cpp
tools/lldb-mi/MICmdArgValThreadGrp.h
tools/lldb-mi/MICmdBase.cpp
tools/lldb-mi/MICmdBase.h
tools/lldb-mi/MICmdCmd.cpp
tools/lldb-mi/MICmdCmd.h
tools/lldb-mi/MICmdCmdBreak.cpp
tools/lldb-mi/MICmdCmdBreak.h
tools/lldb-mi/MICmdCmdData.cpp
tools/lldb-mi/MICmdCmdData.h
tools/lldb-mi/MICmdCmdEnviro.cpp
tools/lldb-mi/MICmdCmdEnviro.h
tools/lldb-mi/MICmdCmdExec.cpp
tools/lldb-mi/MICmdCmdExec.h
tools/lldb-mi/MICmdCmdFile.cpp
tools/lldb-mi/MICmdCmdFile.h
tools/lldb-mi/MICmdCmdGdbInfo.cpp
tools/lldb-mi/MICmdCmdGdbInfo.h
tools/lldb-mi/MICmdCmdGdbSet.cpp
tools/lldb-mi/MICmdCmdGdbSet.h
tools/lldb-mi/MICmdCmdGdbShow.cpp
tools/lldb-mi/MICmdCmdGdbShow.h
tools/lldb-mi/MICmdCmdGdbThread.cpp
tools/lldb-mi/MICmdCmdGdbThread.h
tools/lldb-mi/MICmdCmdMiscellanous.cpp
tools/lldb-mi/MICmdCmdMiscellanous.h
tools/lldb-mi/MICmdCmdStack.cpp
tools/lldb-mi/MICmdCmdStack.h
tools/lldb-mi/MICmdCmdSupportInfo.cpp
tools/lldb-mi/MICmdCmdSupportInfo.h
tools/lldb-mi/MICmdCmdSupportList.cpp
tools/lldb-mi/MICmdCmdSupportList.h
tools/lldb-mi/MICmdCmdSymbol.cpp
tools/lldb-mi/MICmdCmdSymbol.h
tools/lldb-mi/MICmdCmdTarget.cpp
tools/lldb-mi/MICmdCmdTarget.h
tools/lldb-mi/MICmdCmdThread.cpp
tools/lldb-mi/MICmdCmdThread.h
tools/lldb-mi/MICmdCmdTrace.cpp
tools/lldb-mi/MICmdCmdTrace.h
tools/lldb-mi/MICmdCmdVar.cpp
tools/lldb-mi/MICmdCmdVar.h
tools/lldb-mi/MICmdCommands.cpp
tools/lldb-mi/MICmdCommands.h
tools/lldb-mi/MICmdData.h
tools/lldb-mi/MICmdFactory.cpp
tools/lldb-mi/MICmdFactory.h
tools/lldb-mi/MICmdInterpreter.cpp
tools/lldb-mi/MICmdInterpreter.h
tools/lldb-mi/MICmdInvoker.cpp
tools/lldb-mi/MICmdInvoker.h
tools/lldb-mi/MICmdMgr.cpp
tools/lldb-mi/MICmdMgr.h
tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp
tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.h
tools/lldb-mi/MICmnBase.cpp
tools/lldb-mi/MICmnBase.h
tools/lldb-mi/MICmnLLDBBroadcaster.cpp
tools/lldb-mi/MICmnLLDBBroadcaster.h
tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp
tools/lldb-mi/MICmnLLDBDebugSessionInfo.h
tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.cpp
tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.h
tools/lldb-mi/MICmnLLDBDebugger.cpp
tools/lldb-mi/MICmnLLDBDebugger.h
tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp
tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h
tools/lldb-mi/MICmnLLDBProxySBValue.h
tools/lldb-mi/MICmnLLDBUtilSBValue.cpp
tools/lldb-mi/MICmnLLDBUtilSBValue.h
tools/lldb-mi/MICmnLog.cpp
tools/lldb-mi/MICmnLog.h
tools/lldb-mi/MICmnLogMediumFile.cpp
tools/lldb-mi/MICmnLogMediumFile.h
tools/lldb-mi/MICmnMIOutOfBandRecord.cpp
tools/lldb-mi/MICmnMIOutOfBandRecord.h
tools/lldb-mi/MICmnMIResultRecord.cpp
tools/lldb-mi/MICmnMIResultRecord.h
tools/lldb-mi/MICmnMIValue.cpp
tools/lldb-mi/MICmnMIValue.h
tools/lldb-mi/MICmnMIValueConst.cpp
tools/lldb-mi/MICmnMIValueConst.h
tools/lldb-mi/MICmnMIValueList.cpp
tools/lldb-mi/MICmnMIValueList.h
tools/lldb-mi/MICmnMIValueResult.cpp
tools/lldb-mi/MICmnMIValueResult.h
tools/lldb-mi/MICmnMIValueTuple.cpp
tools/lldb-mi/MICmnMIValueTuple.h
tools/lldb-mi/MICmnResources.cpp
tools/lldb-mi/MICmnResources.h
tools/lldb-mi/MICmnStreamStderr.cpp
tools/lldb-mi/MICmnStreamStderr.h
tools/lldb-mi/MICmnStreamStdin.cpp
tools/lldb-mi/MICmnStreamStdin.h
tools/lldb-mi/MICmnStreamStdout.cpp
tools/lldb-mi/MICmnStreamStdout.h
tools/lldb-mi/MICmnThreadMgrStd.cpp
tools/lldb-mi/MICmnThreadMgrStd.h
tools/lldb-mi/MIDataTypes.h
tools/lldb-mi/MIDriver.cpp
tools/lldb-mi/MIDriver.h
tools/lldb-mi/MIDriverBase.cpp
tools/lldb-mi/MIDriverBase.h
tools/lldb-mi/MIDriverMain.cpp
tools/lldb-mi/MIDriverMgr.cpp
tools/lldb-mi/MIDriverMgr.h
tools/lldb-mi/MIExtensions.txt
tools/lldb-mi/MIUtilDateTimeStd.cpp
tools/lldb-mi/MIUtilDateTimeStd.h
tools/lldb-mi/MIUtilDebug.cpp
tools/lldb-mi/MIUtilDebug.h
tools/lldb-mi/MIUtilFileStd.cpp
tools/lldb-mi/MIUtilFileStd.h
tools/lldb-mi/MIUtilMapIdToVariant.cpp
tools/lldb-mi/MIUtilMapIdToVariant.h
tools/lldb-mi/MIUtilParse.cpp [new file with mode: 0644]
tools/lldb-mi/MIUtilParse.h [new file with mode: 0644]
tools/lldb-mi/MIUtilSingletonBase.h
tools/lldb-mi/MIUtilSingletonHelper.h
tools/lldb-mi/MIUtilString.cpp
tools/lldb-mi/MIUtilString.h
tools/lldb-mi/MIUtilSystemLinux.cpp [deleted file]
tools/lldb-mi/MIUtilSystemLinux.h [deleted file]
tools/lldb-mi/MIUtilSystemOsx.cpp [deleted file]
tools/lldb-mi/MIUtilSystemOsx.h [deleted file]
tools/lldb-mi/MIUtilSystemWindows.cpp [deleted file]
tools/lldb-mi/MIUtilSystemWindows.h [deleted file]
tools/lldb-mi/MIUtilThreadBaseStd.cpp
tools/lldb-mi/MIUtilThreadBaseStd.h
tools/lldb-mi/MIUtilVariant.cpp
tools/lldb-mi/MIUtilVariant.h
tools/lldb-mi/lldb-mi.exports [moved from tools/lldb-server/exports with 100% similarity]
tools/lldb-server/Acceptor.cpp [new file with mode: 0644]
tools/lldb-server/Acceptor.h [new file with mode: 0644]
tools/lldb-server/LLDBServerUtilities.cpp
tools/lldb-server/lldb-gdbserver.cpp
tools/lldb-server/lldb-platform.cpp
tools/lldb-server/lldb-server.exports [new file with mode: 0644]