]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import LLDB as of upstream SVN r225923 (git 2b588ecd)
authoremaste <emaste@FreeBSD.org>
Fri, 6 Feb 2015 21:38:51 +0000 (21:38 +0000)
committeremaste <emaste@FreeBSD.org>
Fri, 6 Feb 2015 21:38:51 +0000 (21:38 +0000)
commit0c2019f4ca6b2dc6d710f6bb16a0e3ed10271531
tree09bc83f73246ee3c7a779605cd0122093d2a8a19
parent01ee1789d6aa7294e5966a97f8d29387f6f81699
Import LLDB as of upstream SVN r225923 (git 2b588ecd)

This corresponds with the branchpoint for the 3.6 release.
A number of files not required for the FreeBSD build have been removed.

Sponsored by: DARPA, AFRL
666 files changed:
docs/lldb.1
include/lldb/API/LLDB.h
include/lldb/API/SBAddress.h
include/lldb/API/SBBreakpoint.h
include/lldb/API/SBCommandInterpreter.h
include/lldb/API/SBCompileUnit.h
include/lldb/API/SBData.h
include/lldb/API/SBDebugger.h
include/lldb/API/SBDefines.h
include/lldb/API/SBEvent.h
include/lldb/API/SBExecutionContext.h [new file with mode: 0644]
include/lldb/API/SBFileSpec.h
include/lldb/API/SBFrame.h
include/lldb/API/SBFunction.h
include/lldb/API/SBListener.h
include/lldb/API/SBProcess.h
include/lldb/API/SBSection.h
include/lldb/API/SBStream.h
include/lldb/API/SBTarget.h
include/lldb/API/SBThread.h
include/lldb/API/SBThreadCollection.h [new file with mode: 0644]
include/lldb/API/SBThreadPlan.h [new file with mode: 0644]
include/lldb/API/SBType.h
include/lldb/API/SBTypeSummary.h
include/lldb/API/SBValue.h
include/lldb/API/SBValueList.h
include/lldb/Breakpoint/Breakpoint.h
include/lldb/Breakpoint/BreakpointID.h
include/lldb/Breakpoint/BreakpointIDList.h
include/lldb/Breakpoint/BreakpointList.h
include/lldb/Breakpoint/BreakpointLocation.h
include/lldb/Breakpoint/BreakpointLocationCollection.h
include/lldb/Breakpoint/BreakpointLocationList.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/Core/Address.h
include/lldb/Core/ArchSpec.h
include/lldb/Core/Communication.h
include/lldb/Core/Connection.h
include/lldb/Core/ConnectionFileDescriptor.h [deleted file]
include/lldb/Core/DataBuffer.h
include/lldb/Core/DataExtractor.h
include/lldb/Core/Debugger.h
include/lldb/Core/Disassembler.h
include/lldb/Core/FileSpecList.h
include/lldb/Core/IOHandler.h
include/lldb/Core/Mangled.h
include/lldb/Core/ModuleList.h
include/lldb/Core/PluginManager.h
include/lldb/Core/RegularExpression.h
include/lldb/Core/SearchFilter.h
include/lldb/Core/Section.h
include/lldb/Core/StreamString.h
include/lldb/Core/ThreadSafeDenseMap.h [new file with mode: 0644]
include/lldb/Core/ThreadSafeSTLMap.h
include/lldb/Core/ValueObject.h
include/lldb/Core/ValueObjectChild.h
include/lldb/Core/ValueObjectConstResult.h
include/lldb/Core/ValueObjectConstResultImpl.h
include/lldb/Core/ValueObjectSyntheticFilter.h
include/lldb/DataFormatters/CXXFormatterFunctions.h
include/lldb/DataFormatters/DataVisualization.h
include/lldb/DataFormatters/FormatCache.h
include/lldb/DataFormatters/FormatManager.h
include/lldb/DataFormatters/FormattersContainer.h
include/lldb/DataFormatters/StringPrinter.h [new file with mode: 0644]
include/lldb/DataFormatters/TypeCategory.h
include/lldb/DataFormatters/TypeCategoryMap.h
include/lldb/DataFormatters/TypeSummary.h
include/lldb/DataFormatters/TypeSynthetic.h
include/lldb/DataFormatters/TypeValidator.h [new file with mode: 0644]
include/lldb/DataFormatters/ValueObjectPrinter.h
include/lldb/Expression/ClangExpressionParser.h
include/lldb/Expression/ClangExpressionVariable.h
include/lldb/Expression/ClangFunction.h
include/lldb/Expression/ClangModulesDeclVendor.h [new file with mode: 0644]
include/lldb/Expression/ClangUserExpression.h
include/lldb/Expression/IRExecutionUnit.h
include/lldb/Host/Config.h
include/lldb/Host/ConnectionFileDescriptor.h [new file with mode: 0644]
include/lldb/Host/Editline.h
include/lldb/Host/FileSpec.h
include/lldb/Host/Host.h
include/lldb/Host/HostInfoBase.h
include/lldb/Host/HostNativeProcess.h [new file with mode: 0644]
include/lldb/Host/HostNativeProcessBase.h [new file with mode: 0644]
include/lldb/Host/HostNativeThread.h [new file with mode: 0644]
include/lldb/Host/HostNativeThreadBase.h [new file with mode: 0644]
include/lldb/Host/HostNativeThreadForward.h [new file with mode: 0644]
include/lldb/Host/HostProcess.h
include/lldb/Host/HostThread.h [new file with mode: 0644]
include/lldb/Host/MonitoringProcessLauncher.h [new file with mode: 0644]
include/lldb/Host/Pipe.h
include/lldb/Host/PipeBase.h [new file with mode: 0644]
include/lldb/Host/Predicate.h
include/lldb/Host/ProcessLauncher.h [new file with mode: 0644]
include/lldb/Host/Socket.h
include/lldb/Host/ThisThread.h [new file with mode: 0644]
include/lldb/Host/ThreadLauncher.h [new file with mode: 0644]
include/lldb/Host/TimeValue.h
include/lldb/Host/freebsd/HostInfoFreeBSD.h
include/lldb/Host/freebsd/HostThreadFreeBSD.h [new file with mode: 0644]
include/lldb/Host/posix/ConnectionFileDescriptorPosix.h [new file with mode: 0644]
include/lldb/Host/posix/HostInfoPosix.h
include/lldb/Host/posix/HostProcessPosix.h
include/lldb/Host/posix/HostThreadPosix.h [new file with mode: 0644]
include/lldb/Host/posix/PipePosix.h [new file with mode: 0644]
include/lldb/Host/posix/ProcessLauncherPosix.h [new file with mode: 0644]
include/lldb/Interpreter/Args.h
include/lldb/Interpreter/CommandInterpreter.h
include/lldb/Interpreter/CommandObject.h
include/lldb/Interpreter/CommandObjectRegexCommand.h
include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
include/lldb/Interpreter/OptionValue.h
include/lldb/Interpreter/OptionValueChar.h [new file with mode: 0644]
include/lldb/Interpreter/OptionValueProperties.h
include/lldb/Interpreter/OptionValues.h
include/lldb/Interpreter/Property.h
include/lldb/Interpreter/ScriptInterpreter.h
include/lldb/Interpreter/ScriptInterpreterPython.h
include/lldb/Symbol/ClangASTContext.h
include/lldb/Symbol/ClangASTType.h
include/lldb/Symbol/ClangExternalASTSourceCommon.h
include/lldb/Symbol/CompactUnwindInfo.h [new file with mode: 0644]
include/lldb/Symbol/DWARFCallFrameInfo.h
include/lldb/Symbol/DeclVendor.h [moved from include/lldb/Symbol/TypeVendor.h with 53% similarity]
include/lldb/Symbol/FuncUnwinders.h
include/lldb/Symbol/SymbolContext.h
include/lldb/Symbol/Type.h
include/lldb/Symbol/UnwindPlan.h
include/lldb/Symbol/UnwindTable.h
include/lldb/Target/ABI.h
include/lldb/Target/CPPLanguageRuntime.h
include/lldb/Target/FileAction.h
include/lldb/Target/InstrumentationRuntime.h [new file with mode: 0644]
include/lldb/Target/InstrumentationRuntimeStopInfo.h [new file with mode: 0644]
include/lldb/Target/MemoryHistory.h [new file with mode: 0644]
include/lldb/Target/ObjCLanguageRuntime.h
include/lldb/Target/Platform.h
include/lldb/Target/Process.h
include/lldb/Target/ProcessLaunchInfo.h
include/lldb/Target/StackFrame.h
include/lldb/Target/StopInfo.h
include/lldb/Target/Target.h
include/lldb/Target/TargetList.h
include/lldb/Target/Thread.h
include/lldb/Target/ThreadCollection.h [new file with mode: 0644]
include/lldb/Target/ThreadList.h
include/lldb/Target/ThreadPlan.h
include/lldb/Target/ThreadPlanPython.h [new file with mode: 0644]
include/lldb/Target/ThreadPlanStepOverBreakpoint.h
include/lldb/Target/ThreadPlanStepRange.h
include/lldb/Target/Unwind.h
include/lldb/Utility/CleanUp.h
include/lldb/Utility/Iterable.h
include/lldb/Utility/ProcessStructReader.h [new file with mode: 0644]
include/lldb/Utility/RegisterNumber.h [new file with mode: 0644]
include/lldb/Utility/StringLexer.h
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-private.h
include/lldb/lldb-types.h
source/API/SBAddress.cpp
source/API/SBBreakpoint.cpp
source/API/SBCommandInterpreter.cpp
source/API/SBCommunication.cpp
source/API/SBCompileUnit.cpp
source/API/SBDebugger.cpp
source/API/SBEvent.cpp
source/API/SBExecutionContext.cpp [new file with mode: 0644]
source/API/SBFunction.cpp
source/API/SBHostOS.cpp
source/API/SBInstruction.cpp
source/API/SBInstructionList.cpp
source/API/SBListener.cpp
source/API/SBPlatform.cpp
source/API/SBProcess.cpp
source/API/SBSection.cpp
source/API/SBTarget.cpp
source/API/SBThread.cpp
source/API/SBThreadCollection.cpp [new file with mode: 0644]
source/API/SBThreadPlan.cpp [new file with mode: 0644]
source/API/SBType.cpp
source/API/SBTypeSummary.cpp
source/API/SBValue.cpp
source/API/SBValueList.cpp
source/Breakpoint/Breakpoint.cpp
source/Breakpoint/BreakpointID.cpp
source/Breakpoint/BreakpointIDList.cpp
source/Breakpoint/BreakpointLocation.cpp
source/Breakpoint/BreakpointLocationCollection.cpp
source/Breakpoint/BreakpointLocationList.cpp
source/Breakpoint/BreakpointOptions.cpp
source/Breakpoint/BreakpointResolverAddress.cpp
source/Breakpoint/BreakpointResolverFileLine.cpp
source/Breakpoint/BreakpointResolverFileRegex.cpp
source/Breakpoint/BreakpointResolverName.cpp
source/Breakpoint/BreakpointSite.cpp
source/Commands/CommandCompletions.cpp
source/Commands/CommandObjectBreakpoint.cpp
source/Commands/CommandObjectBreakpoint.h
source/Commands/CommandObjectBreakpointCommand.cpp
source/Commands/CommandObjectCommands.cpp
source/Commands/CommandObjectExpression.cpp
source/Commands/CommandObjectMemory.cpp
source/Commands/CommandObjectPlatform.cpp
source/Commands/CommandObjectProcess.cpp
source/Commands/CommandObjectSource.cpp
source/Commands/CommandObjectSyntax.cpp
source/Commands/CommandObjectTarget.cpp
source/Commands/CommandObjectThread.cpp
source/Commands/CommandObjectType.cpp
source/Commands/CommandObjectWatchpointCommand.cpp
source/Core/Address.cpp
source/Core/AddressRange.cpp
source/Core/AddressResolverFileLine.cpp
source/Core/ArchSpec.cpp
source/Core/Communication.cpp
source/Core/Connection.cpp
source/Core/ConnectionSharedMemory.cpp
source/Core/ConstString.cpp
source/Core/DataExtractor.cpp
source/Core/Debugger.cpp
source/Core/Disassembler.cpp
source/Core/FastDemangle.cpp
source/Core/FileSpecList.cpp
source/Core/IOHandler.cpp
source/Core/Log.cpp
source/Core/Mangled.cpp
source/Core/Module.cpp
source/Core/ModuleList.cpp
source/Core/PluginManager.cpp
source/Core/RegularExpression.cpp
source/Core/SearchFilter.cpp
source/Core/Section.cpp
source/Core/StreamString.cpp
source/Core/ValueObject.cpp
source/Core/ValueObjectCast.cpp
source/Core/ValueObjectChild.cpp
source/Core/ValueObjectConstResult.cpp
source/Core/ValueObjectConstResultImpl.cpp
source/Core/ValueObjectDynamicValue.cpp
source/Core/ValueObjectMemory.cpp
source/Core/ValueObjectSyntheticFilter.cpp
source/Core/ValueObjectVariable.cpp
source/DataFormatters/CF.cpp
source/DataFormatters/CXXFormatterFunctions.cpp
source/DataFormatters/Cocoa.cpp
source/DataFormatters/DataVisualization.cpp
source/DataFormatters/FormatCache.cpp
source/DataFormatters/FormatManager.cpp
source/DataFormatters/LibCxx.cpp
source/DataFormatters/LibCxxInitializerList.cpp [new file with mode: 0644]
source/DataFormatters/LibCxxList.cpp
source/DataFormatters/LibCxxMap.cpp
source/DataFormatters/LibCxxUnorderedMap.cpp
source/DataFormatters/LibCxxVector.cpp [new file with mode: 0644]
source/DataFormatters/LibStdcpp.cpp
source/DataFormatters/NSArray.cpp
source/DataFormatters/NSDictionary.cpp
source/DataFormatters/NSIndexPath.cpp [new file with mode: 0644]
source/DataFormatters/NSSet.cpp
source/DataFormatters/StringPrinter.cpp [new file with mode: 0644]
source/DataFormatters/TypeCategory.cpp
source/DataFormatters/TypeCategoryMap.cpp
source/DataFormatters/TypeFormat.cpp
source/DataFormatters/TypeSummary.cpp
source/DataFormatters/TypeSynthetic.cpp
source/DataFormatters/TypeValidator.cpp [new file with mode: 0644]
source/DataFormatters/ValueObjectPrinter.cpp
source/Expression/ClangASTSource.cpp
source/Expression/ClangExpressionDeclMap.cpp
source/Expression/ClangExpressionParser.cpp
source/Expression/ClangExpressionVariable.cpp
source/Expression/ClangFunction.cpp
source/Expression/ClangModulesDeclVendor.cpp [new file with mode: 0644]
source/Expression/ClangUserExpression.cpp
source/Expression/DWARFExpression.cpp
source/Expression/IRExecutionUnit.cpp
source/Expression/IRForTarget.cpp
source/Host/common/Editline.cpp
source/Host/common/File.cpp
source/Host/common/FileSpec.cpp
source/Host/common/Host.cpp
source/Host/common/HostInfoBase.cpp
source/Host/common/HostNativeThreadBase.cpp [new file with mode: 0644]
source/Host/common/HostProcess.cpp [new file with mode: 0644]
source/Host/common/HostThread.cpp [new file with mode: 0644]
source/Host/common/MonitoringProcessLauncher.cpp [new file with mode: 0644]
source/Host/common/NativeProcessProtocol.cpp
source/Host/common/NativeProcessProtocol.h
source/Host/common/NativeThreadProtocol.h
source/Host/common/Pipe.cpp [deleted file]
source/Host/common/PipeBase.cpp [new file with mode: 0644]
source/Host/common/Socket.cpp
source/Host/common/SocketAddress.cpp
source/Host/common/SoftwareBreakpoint.cpp
source/Host/common/ThisThread.cpp [new file with mode: 0644]
source/Host/common/ThreadLauncher.cpp [new file with mode: 0644]
source/Host/freebsd/Host.cpp
source/Host/freebsd/HostInfoFreeBSD.cpp
source/Host/freebsd/HostThreadFreeBSD.cpp [new file with mode: 0644]
source/Host/freebsd/ThisThread.cpp [new file with mode: 0644]
source/Host/posix/ConnectionFileDescriptorPosix.cpp [moved from source/Core/ConnectionFileDescriptor.cpp with 52% similarity]
source/Host/posix/HostInfoPosix.cpp
source/Host/posix/HostProcessPosix.cpp
source/Host/posix/HostThreadPosix.cpp [new file with mode: 0644]
source/Host/posix/PipePosix.cpp [new file with mode: 0644]
source/Host/posix/ProcessLauncherPosix.cpp [new file with mode: 0644]
source/Interpreter/Args.cpp
source/Interpreter/CommandInterpreter.cpp
source/Interpreter/CommandObject.cpp
source/Interpreter/CommandObjectRegexCommand.cpp
source/Interpreter/OptionGroupPlatform.cpp
source/Interpreter/OptionGroupValueObjectDisplay.cpp
source/Interpreter/OptionValue.cpp
source/Interpreter/OptionValueArch.cpp
source/Interpreter/OptionValueArray.cpp
source/Interpreter/OptionValueBoolean.cpp
source/Interpreter/OptionValueChar.cpp [new file with mode: 0644]
source/Interpreter/OptionValueDictionary.cpp
source/Interpreter/OptionValueEnumeration.cpp
source/Interpreter/OptionValueFileSpec.cpp
source/Interpreter/OptionValueFileSpecLIst.cpp
source/Interpreter/OptionValueFormat.cpp
source/Interpreter/OptionValuePathMappings.cpp
source/Interpreter/OptionValueProperties.cpp
source/Interpreter/OptionValueRegex.cpp
source/Interpreter/OptionValueSInt64.cpp
source/Interpreter/OptionValueString.cpp
source/Interpreter/OptionValueUInt64.cpp
source/Interpreter/OptionValueUUID.cpp
source/Interpreter/Property.cpp
source/Interpreter/ScriptInterpreter.cpp
source/Interpreter/ScriptInterpreterPython.cpp
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.h
source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h
source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp [new file with mode: 0644]
source/Plugins/ABI/SysV-ppc/ABISysV_ppc.h [new file with mode: 0644]
source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp [new file with mode: 0644]
source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.h [new file with mode: 0644]
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/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp [new file with mode: 0644]
source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.h [new file with mode: 0644]
source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
source/Plugins/JITLoader/GDB/JITLoaderGDB.h
source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp [new file with mode: 0644]
source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h [new file with mode: 0644]
source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
source/Plugins/ObjectFile/ELF/ELFHeader.cpp
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
source/Plugins/ObjectFile/ELF/ObjectFileELF.h
source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
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/ProcessFreeBSD.cpp
source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
source/Plugins/Process/FreeBSD/ProcessMonitor.h
source/Plugins/Process/POSIX/POSIXThread.cpp
source/Plugins/Process/POSIX/POSIXThread.h
source/Plugins/Process/POSIX/ProcessPOSIX.cpp
source/Plugins/Process/POSIX/ProcessPOSIX.h
source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_arm64.cpp
source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_mips64.cpp
source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_powerpc.cpp [new file with mode: 0644]
source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_powerpc.h [new file with mode: 0644]
source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_x86.cpp
source/Plugins/Process/Utility/ARMDefines.h
source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
source/Plugins/Process/Utility/HistoryThread.cpp
source/Plugins/Process/Utility/HistoryThread.h
source/Plugins/Process/Utility/HistoryUnwind.cpp
source/Plugins/Process/Utility/HistoryUnwind.h
source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
source/Plugins/Process/Utility/InstructionUtils.h
source/Plugins/Process/Utility/LinuxSignals.cpp
source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp [new file with mode: 0644]
source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h [new file with mode: 0644]
source/Plugins/Process/Utility/RegisterContextLLDB.cpp
source/Plugins/Process/Utility/RegisterContextLLDB.h
source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp [new file with mode: 0644]
source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h [new file with mode: 0644]
source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h
source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
source/Plugins/Process/Utility/RegisterContext_powerpc.h [new file with mode: 0644]
source/Plugins/Process/Utility/RegisterInfos_arm64.h
source/Plugins/Process/Utility/RegisterInfos_i386.h
source/Plugins/Process/Utility/RegisterInfos_powerpc.h [new file with mode: 0644]
source/Plugins/Process/Utility/RegisterInfos_x86_64.h
source/Plugins/Process/Utility/StopInfoMachException.cpp
source/Plugins/Process/Utility/UnwindLLDB.cpp
source/Plugins/Process/Utility/UnwindLLDB.h
source/Plugins/Process/Utility/lldb-x86-register-enums.h
source/Plugins/Process/elf-core/ProcessElfCore.cpp
source/Plugins/Process/elf-core/ProcessElfCore.h
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp [new file with mode: 0644]
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h [new file with mode: 0644]
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
source/Plugins/Process/elf-core/ThreadElfCore.cpp
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/GDBRemoteCommunicationServer.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h
source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.cpp
source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
source/Symbol/ClangASTContext.cpp
source/Symbol/ClangASTImporter.cpp
source/Symbol/ClangASTType.cpp
source/Symbol/ClangExternalASTSourceCommon.cpp
source/Symbol/CompactUnwindInfo.cpp [new file with mode: 0644]
source/Symbol/CompileUnit.cpp
source/Symbol/DWARFCallFrameInfo.cpp
source/Symbol/Declaration.cpp
source/Symbol/FuncUnwinders.cpp
source/Symbol/LineTable.cpp
source/Symbol/ObjectFile.cpp
source/Symbol/Symbol.cpp
source/Symbol/SymbolContext.cpp
source/Symbol/Type.cpp
source/Symbol/UnwindPlan.cpp
source/Symbol/UnwindTable.cpp
source/Symbol/Variable.cpp
source/Target/CPPLanguageRuntime.cpp
source/Target/FileAction.cpp
source/Target/InstrumentationRuntime.cpp [new file with mode: 0644]
source/Target/InstrumentationRuntimeStopInfo.cpp [new file with mode: 0644]
source/Target/LanguageRuntime.cpp
source/Target/Memory.cpp
source/Target/MemoryHistory.cpp [new file with mode: 0644]
source/Target/ObjCLanguageRuntime.cpp
source/Target/Platform.cpp
source/Target/Process.cpp
source/Target/ProcessLaunchInfo.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/ThreadCollection.cpp [new file with mode: 0644]
source/Target/ThreadList.cpp
source/Target/ThreadPlanPython.cpp [new file with mode: 0644]
source/Target/ThreadPlanStepInRange.cpp
source/Target/ThreadPlanStepInstruction.cpp
source/Target/ThreadPlanStepOut.cpp
source/Target/ThreadPlanStepOverBreakpoint.cpp
source/Target/ThreadPlanStepOverRange.cpp
source/Target/ThreadPlanStepRange.cpp
source/Target/ThreadPlanStepThrough.cpp
source/Target/ThreadPlanTracer.cpp
source/Utility/PseudoTerminal.cpp
source/Utility/RegisterNumber.cpp [new file with mode: 0644]
source/Utility/StringExtractor.cpp
source/Utility/StringExtractor.h
source/Utility/StringExtractorGDBRemote.cpp
source/Utility/StringLexer.cpp
source/Utility/UriParser.cpp [new file with mode: 0644]
source/Utility/UriParser.h [new file with mode: 0644]
source/lldb-log.cpp
source/lldb.cpp
tools/compact-unwind/compact-unwind-dumper.c [new file with mode: 0644]
tools/driver/Driver.cpp
tools/driver/Driver.h
tools/driver/Platform.h
tools/lldb-mi/Driver.cpp
tools/lldb-mi/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/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/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/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.cpp
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/MICmnConfig.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.cpp
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/MICmnStreamStdinLinux.cpp
tools/lldb-mi/MICmnStreamStdinLinux.h
tools/lldb-mi/MICmnStreamStdinWindows.cpp
tools/lldb-mi/MICmnStreamStdinWindows.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/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/MIUtilSingletonBase.h
tools/lldb-mi/MIUtilSingletonHelper.h
tools/lldb-mi/MIUtilString.cpp
tools/lldb-mi/MIUtilString.h
tools/lldb-mi/MIUtilSystemLinux.cpp
tools/lldb-mi/MIUtilSystemLinux.h
tools/lldb-mi/MIUtilSystemOsx.cpp
tools/lldb-mi/MIUtilSystemOsx.h
tools/lldb-mi/MIUtilSystemWindows.cpp
tools/lldb-mi/MIUtilSystemWindows.h
tools/lldb-mi/MIUtilTermios.cpp
tools/lldb-mi/MIUtilTermios.h
tools/lldb-mi/MIUtilThreadBaseStd.cpp
tools/lldb-mi/MIUtilThreadBaseStd.h
tools/lldb-mi/MIUtilVariant.cpp
tools/lldb-mi/MIUtilVariant.h
tools/lldb-mi/Platform.cpp
tools/lldb-mi/Platform.h
tools/lldb-platform/lldb-platform.cpp