Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2013 16:48:54 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org
Subject:   svn commit: r257752 - in vendor/lldb/dist: include/lldb include/lldb/API include/lldb/Breakpoint include/lldb/Core include/lldb/DataFormatters include/lldb/Expression include/lldb/Host include/lldb...
Message-ID:  <201311061648.rA6GmsEC055702@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Wed Nov  6 16:48:53 2013
New Revision: 257752
URL: http://svnweb.freebsd.org/changeset/base/257752

Log:
  Import lldb as of SVN r194122
  
  Sponsored by:	DARPA, AFRL

Added:
  vendor/lldb/dist/include/lldb/Core/StreamGDBRemote.h   (contents, props changed)
  vendor/lldb/dist/include/lldb/DataFormatters/ValueObjectPrinter.h   (contents, props changed)
  vendor/lldb/dist/include/lldb/Host/OptionParser.h   (contents, props changed)
  vendor/lldb/dist/include/lldb/Target/SystemRuntime.h   (contents, props changed)
  vendor/lldb/dist/source/Core/StreamGDBRemote.cpp   (contents, props changed)
  vendor/lldb/dist/source/DataFormatters/LibCxxUnorderedMap.cpp   (contents, props changed)
  vendor/lldb/dist/source/DataFormatters/ValueObjectPrinter.cpp   (contents, props changed)
  vendor/lldb/dist/source/Host/common/OptionParser.cpp   (contents, props changed)
  vendor/lldb/dist/source/Host/common/ProcessRunLock.cpp   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Platform/POSIX/
  vendor/lldb/dist/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Platform/POSIX/PlatformPOSIX.h   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextFreeBSD_i386.cpp   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextFreeBSD_i386.h   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextFreeBSD_mips64.cpp   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextFreeBSD_mips64.h   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextLinux_i386.cpp   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextLinux_i386.h   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_mips64.cpp   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_mips64.h   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_x86.cpp   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_x86.h   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextPOSIX_mips64.cpp   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextPOSIX_mips64.h   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextPOSIX_x86.cpp   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextPOSIX_x86.h   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContext_mips64.h   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterInfos_i386.h   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterInfos_mips64.h   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterInfos_x86_64.h   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp   (contents, props changed)
  vendor/lldb/dist/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h   (contents, props changed)
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp   (contents, props changed)
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h   (contents, props changed)
  vendor/lldb/dist/source/Target/SystemRuntime.cpp   (contents, props changed)
  vendor/lldb/dist/tools/driver/ELWrapper.cpp   (contents, props changed)
  vendor/lldb/dist/tools/driver/ELWrapper.h   (contents, props changed)
  vendor/lldb/dist/tools/driver/GetOptWrapper.cpp   (contents, props changed)
  vendor/lldb/dist/tools/driver/GetOptWrapper.h   (contents, props changed)
  vendor/lldb/dist/tools/driver/Platform.cpp   (contents, props changed)
  vendor/lldb/dist/tools/driver/Platform.h   (contents, props changed)
  vendor/lldb/dist/tools/lldb-platform/
  vendor/lldb/dist/tools/lldb-platform/lldb-platform.cpp   (contents, props changed)
Deleted:
  vendor/lldb/dist/include/lldb/Utility/RefCounter.h
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContext_i386.cpp
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContext_i386.h
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContext_x86_64.cpp
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContext_x86_64.h
  vendor/lldb/dist/source/Plugins/Process/elf-core/RegisterContextCoreFreeBSD_x86_64.cpp
  vendor/lldb/dist/source/Plugins/Process/elf-core/RegisterContextCoreFreeBSD_x86_64.h
  vendor/lldb/dist/source/Plugins/Process/elf-core/RegisterContextCoreLinux_x86_64.cpp
  vendor/lldb/dist/source/Plugins/Process/elf-core/RegisterContextCoreLinux_x86_64.h
  vendor/lldb/dist/source/Utility/RefCounter.cpp
Modified:
  vendor/lldb/dist/include/lldb/API/SBHostOS.h
  vendor/lldb/dist/include/lldb/API/SBProcess.h
  vendor/lldb/dist/include/lldb/API/SBTarget.h
  vendor/lldb/dist/include/lldb/API/SBThread.h
  vendor/lldb/dist/include/lldb/Breakpoint/Breakpoint.h
  vendor/lldb/dist/include/lldb/Breakpoint/BreakpointList.h
  vendor/lldb/dist/include/lldb/Breakpoint/BreakpointLocation.h
  vendor/lldb/dist/include/lldb/Breakpoint/BreakpointResolver.h
  vendor/lldb/dist/include/lldb/Breakpoint/BreakpointSiteList.h
  vendor/lldb/dist/include/lldb/Breakpoint/StoppointLocation.h
  vendor/lldb/dist/include/lldb/Core/Address.h
  vendor/lldb/dist/include/lldb/Core/ArchSpec.h
  vendor/lldb/dist/include/lldb/Core/ConnectionFileDescriptor.h
  vendor/lldb/dist/include/lldb/Core/ConnectionMachPort.h
  vendor/lldb/dist/include/lldb/Core/ConstString.h
  vendor/lldb/dist/include/lldb/Core/DataExtractor.h
  vendor/lldb/dist/include/lldb/Core/Debugger.h
  vendor/lldb/dist/include/lldb/Core/Disassembler.h
  vendor/lldb/dist/include/lldb/Core/EmulateInstruction.h
  vendor/lldb/dist/include/lldb/Core/Error.h
  vendor/lldb/dist/include/lldb/Core/Flags.h
  vendor/lldb/dist/include/lldb/Core/Log.h
  vendor/lldb/dist/include/lldb/Core/Module.h
  vendor/lldb/dist/include/lldb/Core/ModuleList.h
  vendor/lldb/dist/include/lldb/Core/ModuleSpec.h
  vendor/lldb/dist/include/lldb/Core/Opcode.h
  vendor/lldb/dist/include/lldb/Core/PluginManager.h
  vendor/lldb/dist/include/lldb/Core/RangeMap.h
  vendor/lldb/dist/include/lldb/Core/RegularExpression.h
  vendor/lldb/dist/include/lldb/Core/UUID.h
  vendor/lldb/dist/include/lldb/Core/Value.h
  vendor/lldb/dist/include/lldb/Core/ValueObject.h
  vendor/lldb/dist/include/lldb/Core/ValueObjectDynamicValue.h
  vendor/lldb/dist/include/lldb/Core/dwarf.h
  vendor/lldb/dist/include/lldb/DataFormatters/CXXFormatterFunctions.h
  vendor/lldb/dist/include/lldb/DataFormatters/DataVisualization.h
  vendor/lldb/dist/include/lldb/DataFormatters/FormatCache.h
  vendor/lldb/dist/include/lldb/DataFormatters/FormatClasses.h
  vendor/lldb/dist/include/lldb/DataFormatters/FormatManager.h
  vendor/lldb/dist/include/lldb/DataFormatters/FormatNavigator.h
  vendor/lldb/dist/include/lldb/DataFormatters/TypeCategory.h
  vendor/lldb/dist/include/lldb/DataFormatters/TypeCategoryMap.h
  vendor/lldb/dist/include/lldb/DataFormatters/TypeSummary.h
  vendor/lldb/dist/include/lldb/DataFormatters/TypeSynthetic.h
  vendor/lldb/dist/include/lldb/Expression/ClangExpressionDeclMap.h
  vendor/lldb/dist/include/lldb/Expression/ClangFunction.h
  vendor/lldb/dist/include/lldb/Expression/ClangUserExpression.h
  vendor/lldb/dist/include/lldb/Expression/DWARFExpression.h
  vendor/lldb/dist/include/lldb/Expression/IRExecutionUnit.h
  vendor/lldb/dist/include/lldb/Expression/IRForTarget.h
  vendor/lldb/dist/include/lldb/Host/Condition.h
  vendor/lldb/dist/include/lldb/Host/Config.h
  vendor/lldb/dist/include/lldb/Host/File.h
  vendor/lldb/dist/include/lldb/Host/FileSpec.h
  vendor/lldb/dist/include/lldb/Host/Host.h
  vendor/lldb/dist/include/lldb/Host/Mutex.h
  vendor/lldb/dist/include/lldb/Host/ProcessRunLock.h
  vendor/lldb/dist/include/lldb/Host/SocketAddress.h
  vendor/lldb/dist/include/lldb/Host/Symbols.h
  vendor/lldb/dist/include/lldb/Host/Terminal.h
  vendor/lldb/dist/include/lldb/Host/TimeValue.h
  vendor/lldb/dist/include/lldb/Interpreter/Args.h
  vendor/lldb/dist/include/lldb/Interpreter/CommandObject.h
  vendor/lldb/dist/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
  vendor/lldb/dist/include/lldb/Interpreter/OptionValueBoolean.h
  vendor/lldb/dist/include/lldb/Interpreter/OptionValueEnumeration.h
  vendor/lldb/dist/include/lldb/Interpreter/Options.h
  vendor/lldb/dist/include/lldb/Interpreter/PythonDataObjects.h
  vendor/lldb/dist/include/lldb/Interpreter/ScriptInterpreter.h
  vendor/lldb/dist/include/lldb/Interpreter/ScriptInterpreterPython.h
  vendor/lldb/dist/include/lldb/Symbol/Block.h
  vendor/lldb/dist/include/lldb/Symbol/ClangASTImporter.h
  vendor/lldb/dist/include/lldb/Symbol/ClangASTType.h
  vendor/lldb/dist/include/lldb/Symbol/ClangNamespaceDecl.h
  vendor/lldb/dist/include/lldb/Symbol/ObjectFile.h
  vendor/lldb/dist/include/lldb/Symbol/Symbol.h
  vendor/lldb/dist/include/lldb/Symbol/SymbolContext.h
  vendor/lldb/dist/include/lldb/Symbol/Symtab.h
  vendor/lldb/dist/include/lldb/Symbol/Type.h
  vendor/lldb/dist/include/lldb/Symbol/TypeList.h
  vendor/lldb/dist/include/lldb/Target/DynamicLoader.h
  vendor/lldb/dist/include/lldb/Target/ExecutionContext.h
  vendor/lldb/dist/include/lldb/Target/Platform.h
  vendor/lldb/dist/include/lldb/Target/Process.h
  vendor/lldb/dist/include/lldb/Target/RegisterContext.h
  vendor/lldb/dist/include/lldb/Target/StackFrame.h
  vendor/lldb/dist/include/lldb/Target/StackFrameList.h
  vendor/lldb/dist/include/lldb/Target/StackID.h
  vendor/lldb/dist/include/lldb/Target/Target.h
  vendor/lldb/dist/include/lldb/Target/Thread.h
  vendor/lldb/dist/include/lldb/Target/ThreadPlanCallFunction.h
  vendor/lldb/dist/include/lldb/Target/ThreadPlanStepOverRange.h
  vendor/lldb/dist/include/lldb/Utility/SharingPtr.h
  vendor/lldb/dist/include/lldb/lldb-defines.h
  vendor/lldb/dist/include/lldb/lldb-enumerations.h
  vendor/lldb/dist/include/lldb/lldb-forward.h
  vendor/lldb/dist/include/lldb/lldb-private-enumerations.h
  vendor/lldb/dist/include/lldb/lldb-private-interfaces.h
  vendor/lldb/dist/include/lldb/lldb-private-log.h
  vendor/lldb/dist/include/lldb/lldb-private.h
  vendor/lldb/dist/include/lldb/lldb-types.h
  vendor/lldb/dist/include/lldb/lldb-versioning.h
  vendor/lldb/dist/source/API/SBCommandInterpreter.cpp
  vendor/lldb/dist/source/API/SBData.cpp
  vendor/lldb/dist/source/API/SBDebugger.cpp
  vendor/lldb/dist/source/API/SBFileSpec.cpp
  vendor/lldb/dist/source/API/SBFunction.cpp
  vendor/lldb/dist/source/API/SBHostOS.cpp
  vendor/lldb/dist/source/API/SBModuleSpec.cpp
  vendor/lldb/dist/source/API/SBProcess.cpp
  vendor/lldb/dist/source/API/SBSymbol.cpp
  vendor/lldb/dist/source/API/SBTarget.cpp
  vendor/lldb/dist/source/API/SBThread.cpp
  vendor/lldb/dist/source/API/SBType.cpp
  vendor/lldb/dist/source/API/SBTypeCategory.cpp
  vendor/lldb/dist/source/API/SBTypeNameSpecifier.cpp
  vendor/lldb/dist/source/API/SBValue.cpp
  vendor/lldb/dist/source/Breakpoint/Breakpoint.cpp
  vendor/lldb/dist/source/Breakpoint/BreakpointList.cpp
  vendor/lldb/dist/source/Breakpoint/BreakpointLocation.cpp
  vendor/lldb/dist/source/Breakpoint/BreakpointLocationList.cpp
  vendor/lldb/dist/source/Breakpoint/BreakpointResolver.cpp
  vendor/lldb/dist/source/Breakpoint/BreakpointResolverFileLine.cpp
  vendor/lldb/dist/source/Breakpoint/BreakpointResolverFileRegex.cpp
  vendor/lldb/dist/source/Breakpoint/BreakpointResolverName.cpp
  vendor/lldb/dist/source/Breakpoint/StoppointLocation.cpp
  vendor/lldb/dist/source/Commands/CommandCompletions.cpp
  vendor/lldb/dist/source/Commands/CommandObjectArgs.cpp
  vendor/lldb/dist/source/Commands/CommandObjectBreakpoint.cpp
  vendor/lldb/dist/source/Commands/CommandObjectBreakpointCommand.cpp
  vendor/lldb/dist/source/Commands/CommandObjectCommands.cpp
  vendor/lldb/dist/source/Commands/CommandObjectDisassemble.cpp
  vendor/lldb/dist/source/Commands/CommandObjectExpression.cpp
  vendor/lldb/dist/source/Commands/CommandObjectExpression.h
  vendor/lldb/dist/source/Commands/CommandObjectFrame.cpp
  vendor/lldb/dist/source/Commands/CommandObjectHelp.cpp
  vendor/lldb/dist/source/Commands/CommandObjectLog.cpp
  vendor/lldb/dist/source/Commands/CommandObjectMemory.cpp
  vendor/lldb/dist/source/Commands/CommandObjectPlatform.cpp
  vendor/lldb/dist/source/Commands/CommandObjectProcess.cpp
  vendor/lldb/dist/source/Commands/CommandObjectRegister.cpp
  vendor/lldb/dist/source/Commands/CommandObjectSettings.cpp
  vendor/lldb/dist/source/Commands/CommandObjectSource.cpp
  vendor/lldb/dist/source/Commands/CommandObjectTarget.cpp
  vendor/lldb/dist/source/Commands/CommandObjectThread.cpp
  vendor/lldb/dist/source/Commands/CommandObjectType.cpp
  vendor/lldb/dist/source/Commands/CommandObjectWatchpoint.cpp
  vendor/lldb/dist/source/Commands/CommandObjectWatchpointCommand.cpp
  vendor/lldb/dist/source/Core/Address.cpp
  vendor/lldb/dist/source/Core/ArchSpec.cpp
  vendor/lldb/dist/source/Core/Communication.cpp
  vendor/lldb/dist/source/Core/ConnectionFileDescriptor.cpp
  vendor/lldb/dist/source/Core/ConnectionMachPort.cpp
  vendor/lldb/dist/source/Core/ConnectionSharedMemory.cpp
  vendor/lldb/dist/source/Core/ConstString.cpp
  vendor/lldb/dist/source/Core/DataBufferMemoryMap.cpp
  vendor/lldb/dist/source/Core/DataExtractor.cpp
  vendor/lldb/dist/source/Core/Debugger.cpp
  vendor/lldb/dist/source/Core/Disassembler.cpp
  vendor/lldb/dist/source/Core/Error.cpp
  vendor/lldb/dist/source/Core/FileLineResolver.cpp
  vendor/lldb/dist/source/Core/Log.cpp
  vendor/lldb/dist/source/Core/Mangled.cpp
  vendor/lldb/dist/source/Core/Module.cpp
  vendor/lldb/dist/source/Core/ModuleList.cpp
  vendor/lldb/dist/source/Core/Opcode.cpp
  vendor/lldb/dist/source/Core/PluginManager.cpp
  vendor/lldb/dist/source/Core/SearchFilter.cpp
  vendor/lldb/dist/source/Core/SourceManager.cpp
  vendor/lldb/dist/source/Core/Timer.cpp
  vendor/lldb/dist/source/Core/Value.cpp
  vendor/lldb/dist/source/Core/ValueObject.cpp
  vendor/lldb/dist/source/Core/ValueObjectDynamicValue.cpp
  vendor/lldb/dist/source/Core/ValueObjectSyntheticFilter.cpp
  vendor/lldb/dist/source/Core/ValueObjectVariable.cpp
  vendor/lldb/dist/source/DataFormatters/CXXFormatterFunctions.cpp
  vendor/lldb/dist/source/DataFormatters/DataVisualization.cpp
  vendor/lldb/dist/source/DataFormatters/FormatCache.cpp
  vendor/lldb/dist/source/DataFormatters/FormatManager.cpp
  vendor/lldb/dist/source/DataFormatters/TypeCategory.cpp
  vendor/lldb/dist/source/DataFormatters/TypeCategoryMap.cpp
  vendor/lldb/dist/source/DataFormatters/TypeFormat.cpp
  vendor/lldb/dist/source/DataFormatters/TypeSummary.cpp
  vendor/lldb/dist/source/Expression/ClangASTSource.cpp
  vendor/lldb/dist/source/Expression/ClangExpressionDeclMap.cpp
  vendor/lldb/dist/source/Expression/ClangExpressionParser.cpp
  vendor/lldb/dist/source/Expression/ClangFunction.cpp
  vendor/lldb/dist/source/Expression/ClangUserExpression.cpp
  vendor/lldb/dist/source/Expression/DWARFExpression.cpp
  vendor/lldb/dist/source/Expression/IRExecutionUnit.cpp
  vendor/lldb/dist/source/Expression/IRForTarget.cpp
  vendor/lldb/dist/source/Expression/IRInterpreter.cpp
  vendor/lldb/dist/source/Expression/IRMemoryMap.cpp
  vendor/lldb/dist/source/Expression/Materializer.cpp
  vendor/lldb/dist/source/Host/common/Condition.cpp
  vendor/lldb/dist/source/Host/common/File.cpp
  vendor/lldb/dist/source/Host/common/FileSpec.cpp
  vendor/lldb/dist/source/Host/common/Host.cpp
  vendor/lldb/dist/source/Host/common/Mutex.cpp
  vendor/lldb/dist/source/Host/common/SocketAddress.cpp
  vendor/lldb/dist/source/Host/common/Terminal.cpp
  vendor/lldb/dist/source/Host/common/TimeValue.cpp
  vendor/lldb/dist/source/Host/freebsd/Host.cpp
  vendor/lldb/dist/source/Interpreter/Args.cpp
  vendor/lldb/dist/source/Interpreter/CommandInterpreter.cpp
  vendor/lldb/dist/source/Interpreter/CommandObject.cpp
  vendor/lldb/dist/source/Interpreter/OptionGroupArchitecture.cpp
  vendor/lldb/dist/source/Interpreter/OptionGroupBoolean.cpp
  vendor/lldb/dist/source/Interpreter/OptionGroupFile.cpp
  vendor/lldb/dist/source/Interpreter/OptionGroupFormat.cpp
  vendor/lldb/dist/source/Interpreter/OptionGroupOutputFile.cpp
  vendor/lldb/dist/source/Interpreter/OptionGroupPlatform.cpp
  vendor/lldb/dist/source/Interpreter/OptionGroupString.cpp
  vendor/lldb/dist/source/Interpreter/OptionGroupUInt64.cpp
  vendor/lldb/dist/source/Interpreter/OptionGroupUUID.cpp
  vendor/lldb/dist/source/Interpreter/OptionGroupValueObjectDisplay.cpp
  vendor/lldb/dist/source/Interpreter/OptionGroupVariable.cpp
  vendor/lldb/dist/source/Interpreter/OptionGroupWatchpoint.cpp
  vendor/lldb/dist/source/Interpreter/OptionValueFileSpec.cpp
  vendor/lldb/dist/source/Interpreter/OptionValueProperties.cpp
  vendor/lldb/dist/source/Interpreter/Options.cpp
  vendor/lldb/dist/source/Interpreter/PythonDataObjects.cpp
  vendor/lldb/dist/source/Interpreter/ScriptInterpreter.cpp
  vendor/lldb/dist/source/Interpreter/ScriptInterpreterPython.cpp
  vendor/lldb/dist/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
  vendor/lldb/dist/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
  vendor/lldb/dist/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h
  vendor/lldb/dist/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  vendor/lldb/dist/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h
  vendor/lldb/dist/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
  vendor/lldb/dist/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp
  vendor/lldb/dist/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
  vendor/lldb/dist/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
  vendor/lldb/dist/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  vendor/lldb/dist/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
  vendor/lldb/dist/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
  vendor/lldb/dist/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
  vendor/lldb/dist/source/Plugins/Instruction/ARM/EmulationStateARM.h
  vendor/lldb/dist/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  vendor/lldb/dist/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
  vendor/lldb/dist/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  vendor/lldb/dist/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
  vendor/lldb/dist/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  vendor/lldb/dist/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  vendor/lldb/dist/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
  vendor/lldb/dist/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  vendor/lldb/dist/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
  vendor/lldb/dist/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
  vendor/lldb/dist/source/Plugins/Process/FreeBSD/ProcessFreeBSD.h
  vendor/lldb/dist/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
  vendor/lldb/dist/source/Plugins/Process/FreeBSD/ProcessMonitor.h
  vendor/lldb/dist/source/Plugins/Process/POSIX/POSIXThread.cpp
  vendor/lldb/dist/source/Plugins/Process/POSIX/POSIXThread.h
  vendor/lldb/dist/source/Plugins/Process/POSIX/ProcessMessage.cpp
  vendor/lldb/dist/source/Plugins/Process/POSIX/ProcessMessage.h
  vendor/lldb/dist/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
  vendor/lldb/dist/source/Plugins/Process/POSIX/ProcessPOSIX.h
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextFreeBSD_x86_64.cpp
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextFreeBSD_x86_64.h
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextLinux_x86_64.cpp
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextLinux_x86_64.h
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContextPOSIX.h
  vendor/lldb/dist/source/Plugins/Process/POSIX/RegisterContext_x86.h
  vendor/lldb/dist/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
  vendor/lldb/dist/source/Plugins/Process/Utility/DynamicRegisterInfo.h
  vendor/lldb/dist/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
  vendor/lldb/dist/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  vendor/lldb/dist/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
  vendor/lldb/dist/source/Plugins/Process/Utility/UnwindLLDB.cpp
  vendor/lldb/dist/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  vendor/lldb/dist/source/Plugins/Process/elf-core/ThreadElfCore.cpp
  vendor/lldb/dist/source/Plugins/Process/elf-core/ThreadElfCore.h
  vendor/lldb/dist/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  vendor/lldb/dist/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  vendor/lldb/dist/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  vendor/lldb/dist/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
  vendor/lldb/dist/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
  vendor/lldb/dist/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  vendor/lldb/dist/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
  vendor/lldb/dist/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  vendor/lldb/dist/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
  vendor/lldb/dist/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
  vendor/lldb/dist/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfoEntry.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfoEntry.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDefines.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFLocationList.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFLocationList.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  vendor/lldb/dist/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
  vendor/lldb/dist/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
  vendor/lldb/dist/source/Symbol/ClangASTImporter.cpp
  vendor/lldb/dist/source/Symbol/ClangASTType.cpp
  vendor/lldb/dist/source/Symbol/CompileUnit.cpp
  vendor/lldb/dist/source/Symbol/DWARFCallFrameInfo.cpp
  vendor/lldb/dist/source/Symbol/FuncUnwinders.cpp
  vendor/lldb/dist/source/Symbol/LineEntry.cpp
  vendor/lldb/dist/source/Symbol/ObjectFile.cpp
  vendor/lldb/dist/source/Symbol/Symbol.cpp
  vendor/lldb/dist/source/Symbol/SymbolContext.cpp
  vendor/lldb/dist/source/Symbol/Symtab.cpp
  vendor/lldb/dist/source/Symbol/Type.cpp
  vendor/lldb/dist/source/Symbol/UnwindTable.cpp
  vendor/lldb/dist/source/Symbol/Variable.cpp
  vendor/lldb/dist/source/Target/ExecutionContext.cpp
  vendor/lldb/dist/source/Target/LanguageRuntime.cpp
  vendor/lldb/dist/source/Target/Platform.cpp
  vendor/lldb/dist/source/Target/Process.cpp
  vendor/lldb/dist/source/Target/RegisterContext.cpp
  vendor/lldb/dist/source/Target/StackFrame.cpp
  vendor/lldb/dist/source/Target/StackFrameList.cpp
  vendor/lldb/dist/source/Target/StopInfo.cpp
  vendor/lldb/dist/source/Target/Target.cpp
  vendor/lldb/dist/source/Target/TargetList.cpp
  vendor/lldb/dist/source/Target/Thread.cpp
  vendor/lldb/dist/source/Target/ThreadPlanRunToAddress.cpp
  vendor/lldb/dist/source/Target/ThreadPlanStepOut.cpp
  vendor/lldb/dist/source/Target/ThreadPlanStepOverRange.cpp
  vendor/lldb/dist/source/Target/ThreadPlanStepRange.cpp
  vendor/lldb/dist/source/Target/ThreadPlanStepThrough.cpp
  vendor/lldb/dist/source/Target/ThreadPlanStepUntil.cpp
  vendor/lldb/dist/source/Target/UnixSignals.cpp
  vendor/lldb/dist/source/Utility/PseudoTerminal.cpp
  vendor/lldb/dist/source/Utility/SharingPtr.cpp
  vendor/lldb/dist/source/Utility/StringExtractor.cpp
  vendor/lldb/dist/source/Utility/StringExtractor.h
  vendor/lldb/dist/source/Utility/StringExtractorGDBRemote.cpp
  vendor/lldb/dist/source/Utility/StringExtractorGDBRemote.h
  vendor/lldb/dist/source/lldb-log.cpp
  vendor/lldb/dist/source/lldb.cpp
  vendor/lldb/dist/tools/driver/Driver.cpp
  vendor/lldb/dist/tools/driver/Driver.h
  vendor/lldb/dist/tools/driver/IOChannel.cpp
  vendor/lldb/dist/tools/driver/IOChannel.h

Modified: vendor/lldb/dist/include/lldb/API/SBHostOS.h
==============================================================================
--- vendor/lldb/dist/include/lldb/API/SBHostOS.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/API/SBHostOS.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -30,7 +30,7 @@ public:
 
     static lldb::thread_t
     ThreadCreate (const char *name,
-                  void *(*thread_function)(void *),
+                  thread_func_t thread_function,
                   void *thread_arg,
                   lldb::SBError *err);
 
@@ -43,7 +43,7 @@ public:
                   lldb::SBError *err);
     static bool
     ThreadJoin (lldb::thread_t thread,
-                void **result,
+                thread_result_t *result,
                 lldb::SBError *err);
 
 

Modified: vendor/lldb/dist/include/lldb/API/SBProcess.h
==============================================================================
--- vendor/lldb/dist/include/lldb/API/SBProcess.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/API/SBProcess.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -269,6 +269,38 @@ public:
     lldb::SBError
     UnloadImage (uint32_t image_token);
     
+    //------------------------------------------------------------------
+    /// Return the number of different thread-origin extended backtraces
+    /// this process can support.
+    ///
+    /// When the process is stopped and you have an SBThread, lldb may be
+    /// able to show a backtrace of when that thread was originally created,
+    /// or the work item was enqueued to it (in the case of a libdispatch 
+    /// queue).
+    ///
+    /// @return
+    ///   The number of thread-origin extended backtrace types that may be
+    ///   available.
+    //------------------------------------------------------------------
+    uint32_t
+    GetNumExtendedBacktraceTypes ();
+
+    //------------------------------------------------------------------
+    /// Return the name of one of the thread-origin extended backtrace 
+    /// methods.
+    ///
+    /// @param [in] idx
+    ///   The index of the name to return.  They will be returned in
+    ///   the order that the user will most likely want to see them.
+    ///   e.g. if the type at index 0 is not available for a thread, 
+    ///   see if the type at index 1 provides an extended backtrace.
+    ///
+    /// @return
+    ///   The name at that index.
+    //------------------------------------------------------------------
+    const char *
+    GetExtendedBacktraceTypeAtIndex (uint32_t idx);
+
 protected:
     friend class SBAddress;
     friend class SBBreakpoint;

Modified: vendor/lldb/dist/include/lldb/API/SBTarget.h
==============================================================================
--- vendor/lldb/dist/include/lldb/API/SBTarget.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/API/SBTarget.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -747,6 +747,9 @@ public:
     lldb::SBType
     GetBasicType(lldb::BasicType type);
     
+    lldb::SBValue
+    CreateValueFromAddress (const char *name, lldb::SBAddress addr, lldb::SBType type);
+    
     SBSourceManager
     GetSourceManager();
     

Modified: vendor/lldb/dist/include/lldb/API/SBThread.h
==============================================================================
--- vendor/lldb/dist/include/lldb/API/SBThread.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/API/SBThread.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -94,6 +94,9 @@ public:
     const char *
     GetQueueName() const;
 
+    lldb::queue_id_t
+    GetQueueID() const;
+
     void
     StepOver (lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
 
@@ -117,6 +120,9 @@ public:
                    lldb::SBFileSpec &file_spec, 
                    uint32_t line);
 
+    SBError
+    JumpToLine (lldb::SBFileSpec &file_spec, uint32_t line);
+
     void
     RunToAddress (lldb::addr_t addr);
     
@@ -195,6 +201,9 @@ public:
     bool
     GetStatus (lldb::SBStream &status) const;
 
+    SBThread
+    GetExtendedBacktrace (const char *type);
+
 protected:
     friend class SBBreakpoint;
     friend class SBBreakpointLocation;

Modified: vendor/lldb/dist/include/lldb/Breakpoint/Breakpoint.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Breakpoint/Breakpoint.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Breakpoint/Breakpoint.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -576,6 +576,12 @@ public:
     InvokeCallback (StoppointCallbackContext *context,
                     lldb::break_id_t bp_loc_id);
 
+    bool
+    IsHardware() const
+    {
+        return m_hardware;
+    }
+
 protected:
     friend class Target;
     //------------------------------------------------------------------
@@ -590,7 +596,10 @@ protected:
     /// variants that make breakpoints for some common cases.
     //------------------------------------------------------------------
     // This is the generic constructor
-    Breakpoint(Target &target, lldb::SearchFilterSP &filter_sp, lldb::BreakpointResolverSP &resolver_sp);
+    Breakpoint(Target &target,
+               lldb::SearchFilterSP &filter_sp,
+               lldb::BreakpointResolverSP &resolver_sp,
+               bool hardware);
     
     friend class BreakpointLocation;  // To call the following two when determining whether to stop.
 
@@ -609,12 +618,13 @@ private:
     // For Breakpoint only
     //------------------------------------------------------------------
     bool m_being_created;
+    bool m_hardware;                          // If this breakpoint is required to use a hardware breakpoint
     Target &m_target;                         // The target that holds this breakpoint.
     lldb::SearchFilterSP m_filter_sp;         // The filter that constrains the breakpoint's domain.
     lldb::BreakpointResolverSP m_resolver_sp; // The resolver that defines this breakpoint.
     BreakpointOptions m_options;              // Settable breakpoint options
     BreakpointLocationList m_locations;       // The list of locations currently found for this breakpoint.
-    std::string            m_kind_description;
+    std::string m_kind_description;
     
     void
     SendBreakpointChangedEvent (lldb::BreakpointEventType eventKind);

Modified: vendor/lldb/dist/include/lldb/Breakpoint/BreakpointList.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Breakpoint/BreakpointList.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Breakpoint/BreakpointList.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -149,11 +149,17 @@ public:
     /// @param[in] module_list
     ///   The module list that has changed.
     ///
-    /// @param[in] added
+    /// @param[in] load
     ///   \b true if the modules are loaded, \b false if unloaded.
+    ///
+    /// @param[in] delete_locations
+    ///   If \a load is \b false, then delete breakpoint locations when
+    ///   when updating breakpoints.
     //------------------------------------------------------------------
     void
-    UpdateBreakpoints (ModuleList &module_list, bool added);
+    UpdateBreakpoints (ModuleList &module_list,
+                       bool load,
+                       bool delete_locations);
     
     void
     UpdateBreakpointsWhenModuleIsReplaced (lldb::ModuleSP old_module_sp, lldb::ModuleSP new_module_sp);

Modified: vendor/lldb/dist/include/lldb/Breakpoint/BreakpointLocation.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Breakpoint/BreakpointLocation.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Breakpoint/BreakpointLocation.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -324,7 +324,6 @@ public:
 
 protected:
     friend class BreakpointLocationList;
-    friend class CommandObjectBreakpointCommandAdd;
     friend class Process;
 
     //------------------------------------------------------------------
@@ -375,8 +374,8 @@ private:
     BreakpointLocation (lldb::break_id_t bid,
                         Breakpoint &owner,
                         const Address &addr,
-                        lldb::tid_t tid = LLDB_INVALID_THREAD_ID,
-                        bool hardware = false);
+                        lldb::tid_t tid,
+                        bool hardware);
 
     //------------------------------------------------------------------
     // Data members:

Modified: vendor/lldb/dist/include/lldb/Breakpoint/BreakpointResolver.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Breakpoint/BreakpointResolver.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Breakpoint/BreakpointResolver.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -134,6 +134,13 @@ public:
     }
 
 protected:
+    //------------------------------------------------------------------
+    /// SetSCMatchesByLine - Takes a symbol context list of matches which supposedly represent the same file and
+    /// line number in a CU, and find the nearest actual line number that matches, and then filter down the
+    /// matching addresses to unique entries, and skip the prologue if asked to do so, and then set
+    /// breakpoint locations in this breakpoint for all the resultant addresses.
+    void SetSCMatchesByLine (SearchFilter &filter, SymbolContextList &sc_list, bool skip_prologue, const char *log_ident);
+    
     Breakpoint *m_breakpoint;  // This is the breakpoint we add locations to.
 
 private:

Modified: vendor/lldb/dist/include/lldb/Breakpoint/BreakpointSiteList.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Breakpoint/BreakpointSiteList.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Breakpoint/BreakpointSiteList.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -13,6 +13,7 @@
 // C Includes
 // C++ Includes
 #include <map>
+#include <functional>
 // Other libraries and framework includes
 // Project includes
 #include "lldb/Breakpoint/BreakpointSite.h"

Modified: vendor/lldb/dist/include/lldb/Breakpoint/StoppointLocation.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Breakpoint/StoppointLocation.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Breakpoint/StoppointLocation.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -72,20 +72,20 @@ public:
     uint32_t
     GetHardwareIndex () const
     {
-        return m_hw_index;
+        return m_hardware_index;
     }
 
 
     bool
-    HardwarePreferred () const
+    HardwareRequired () const
     {
-        return m_hw_preferred;
+        return m_hardware;
     }
 
     virtual bool
     IsHardware () const
     {
-        return m_hw_index != LLDB_INVALID_INDEX32;
+        return m_hardware_index != LLDB_INVALID_INDEX32;
     }
 
 
@@ -103,7 +103,7 @@ public:
     void
     SetHardwareIndex (uint32_t index)
     {
-        m_hw_index = index;
+        m_hardware_index = index;
     }
 
 
@@ -120,8 +120,8 @@ protected:
     lldb::break_id_t  m_loc_id;     // Stoppoint location ID
     lldb::addr_t      m_addr;       // The load address of this stop point. The base Stoppoint doesn't
                                     // store a full Address since that's not needed for the breakpoint sites.
-    bool        m_hw_preferred;     // 1 if this point has been requested to be set using hardware (which may fail due to lack of resources)
-    uint32_t    m_hw_index;         // The hardware resource index for this breakpoint/watchpoint
+    bool        m_hardware;         // True if this point has been is required to use hardware (which may fail due to lack of resources)
+    uint32_t    m_hardware_index;   // The hardware resource index for this breakpoint/watchpoint
     uint32_t    m_byte_size;        // The size in bytes of stop location.  e.g. the length of the trap opcode for
                                     // software breakpoints, or the optional length in bytes for
                                     // hardware breakpoints, or the length of the watchpoint.

Modified: vendor/lldb/dist/include/lldb/Core/Address.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/Address.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/Address.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -540,6 +540,18 @@ protected:
     //------------------------------------------------------------------
     lldb::SectionWP m_section_wp;   ///< The section for the address, can be NULL.
     std::atomic<lldb::addr_t> m_offset;      ///< Offset into section if \a m_section_wp is valid...
+    
+    //------------------------------------------------------------------
+    // Returns true if the m_section_wp once had a reference to a valid
+    // section shared pointer, but no longer does. This can happen if
+    // we have an address from a module that gets unloaded and deleted.
+    // This function should only be called if GetSection() returns an
+    // empty shared pointer and you want to know if this address used to
+    // have a valid section.
+    //------------------------------------------------------------------
+    bool
+    SectionWasDeleted() const;
+
 };
 
 

Modified: vendor/lldb/dist/include/lldb/Core/ArchSpec.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/ArchSpec.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/ArchSpec.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -41,6 +41,7 @@ public:
         eCore_arm_armv5e,
         eCore_arm_armv5t,
         eCore_arm_armv6,
+        eCore_arm_armv6m,
         eCore_arm_armv7,
         eCore_arm_armv7f,
         eCore_arm_armv7s,
@@ -53,6 +54,7 @@ public:
         eCore_thumbv5,
         eCore_thumbv5e,
         eCore_thumbv6,
+        eCore_thumbv6m,
         eCore_thumbv7,
         eCore_thumbv7f,
         eCore_thumbv7s,
@@ -60,6 +62,8 @@ public:
         eCore_thumbv7m,
         eCore_thumbv7em,
         
+        eCore_mips64,
+
         eCore_ppc_generic,
         eCore_ppc_ppc601,
         eCore_ppc_ppc602,

Modified: vendor/lldb/dist/include/lldb/Core/ConnectionFileDescriptor.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/ConnectionFileDescriptor.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/ConnectionFileDescriptor.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -11,20 +11,27 @@
 #define liblldb_ConnectionFileDescriptor_h_
 
 // C Includes
+#ifdef _WIN32
+typedef unsigned short in_port_t;
+#else
 #include <sys/socket.h>
 #include <sys/types.h>
 #include <netinet/in.h>
+#endif
 
 // C++ Includes
+#include <memory>
+
 // Other libraries and framework includes
 // Project includes
 #include "lldb/Core/Connection.h"
 #include "lldb/Host/Mutex.h"
 #include "lldb/Host/Predicate.h"
-#include "lldb/Host/SocketAddress.h"
 
 namespace lldb_private {
 
+class SocketAddress;
+
 class ConnectionFileDescriptor :
     public Connection
 {
@@ -70,6 +77,13 @@ public:
     GetWritePort () const;
 
 protected:
+
+    typedef enum
+    {
+        eFDTypeFile,        // Other FD requireing read/write
+        eFDTypeSocket,      // Socket requiring send/recv
+        eFDTypeSocketUDP    // Unconnected UDP socket requiring sendto/recvfrom
+    } FDType;
     
     void
     OpenCommandPipe ();
@@ -96,20 +110,13 @@ protected:
     NamedSocketConnect (const char *socket_name, Error *error_ptr);
     
     lldb::ConnectionStatus
-    Close (int& fd, Error *error);
-
-    typedef enum
-    {
-        eFDTypeFile,        // Other FD requireing read/write
-        eFDTypeSocket,      // Socket requiring send/recv
-        eFDTypeSocketUDP    // Unconnected UDP socket requiring sendto/recvfrom
-    } FDType;
+    Close (int& fd, FDType type, Error *error);
     
     int m_fd_send;
     int m_fd_recv;
     FDType m_fd_send_type;
     FDType m_fd_recv_type;
-    SocketAddress m_udp_send_sockaddr;
+    std::unique_ptr<SocketAddress> m_udp_send_sockaddr;
     bool m_should_close_fd;     // True if this class should close the file descriptor when it goes away.
     uint32_t m_socket_timeout_usec;
     int m_pipe_read;            // A pipe that we select on the reading end of along with

Modified: vendor/lldb/dist/include/lldb/Core/ConnectionMachPort.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/ConnectionMachPort.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/ConnectionMachPort.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -12,7 +12,8 @@
 #define liblldb_ConnectionMachPort_h_
 
 // C Includes
-#include <mach/mach.h>
+#include <mach/port.h>
+#include <mach/kern_return.h>
 
 // C++ Includes
 #include <string>

Modified: vendor/lldb/dist/include/lldb/Core/ConstString.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/ConstString.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/ConstString.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -86,7 +86,7 @@ public:
     /// @param[in] cstr
     ///     A pointer to the first character in the C string. The C 
     ///     string can be NULL terminated in a buffer that contains
-    ///     more characters than the length of the stirng, or the
+    ///     more characters than the length of the string, or the
     ///     string can be part of another string and a new substring
     ///     can be created.
     ///
@@ -148,11 +148,11 @@ public:
     ///     /b True this object contains a valid non-empty C string, \b 
     ///     false otherwise.
     //------------------------------------------------------------------
-    operator bool() const
+    explicit operator bool() const 
     {
         return m_string && m_string[0];
     }
-
+    
     //------------------------------------------------------------------
     /// Assignment operator
     ///

Modified: vendor/lldb/dist/include/lldb/Core/DataExtractor.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/DataExtractor.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/DataExtractor.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -468,6 +468,27 @@ public:
     }
     
     //------------------------------------------------------------------
+    /// Copy \a length bytes from \a *offset, without swapping bytes.
+    ///
+    /// @param[in] offset
+    ///     The offset into this data from which to start copying
+    ///
+    /// @param[in] length
+    ///     The length of the data to copy from this object
+    ///
+    /// @param[out] dst
+    ///     The buffer to place the output data.
+    ///
+    /// @return
+    ///     Returns the number of bytes that were copied, or zero if 
+    ///     anything goes wrong.
+    //------------------------------------------------------------------
+    lldb::offset_t
+    CopyData (lldb::offset_t offset,
+              lldb::offset_t length,
+              void *dst) const;
+
+    //------------------------------------------------------------------
     /// Copy \a dst_len bytes from \a *offset_ptr and ensure the copied
     /// data is treated as a value that can be swapped to match the
     /// specified byte order.

Modified: vendor/lldb/dist/include/lldb/Core/Debugger.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/Debugger.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/Debugger.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -13,7 +13,6 @@
 
 
 #include <stdint.h>
-#include <unistd.h>
 
 #include <stack>
 
@@ -323,6 +322,9 @@ public:
     GetDisassemblyLineCount () const;
     
     bool
+    GetAutoOneLineSummaries () const;
+    
+    bool
     GetNotifyVoid () const;
 
     

Modified: vendor/lldb/dist/include/lldb/Core/Disassembler.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/Disassembler.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/Disassembler.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -270,7 +270,8 @@ public:
                       const char *plugin_name,
                       const char *flavor,
                       const ExecutionContext &exe_ctx,
-                      const AddressRange &disasm_range);
+                      const AddressRange &disasm_range,
+                      bool prefer_file_cache);
     
     static lldb::DisassemblerSP 
     DisassembleBytes (const ArchSpec &arch,

Modified: vendor/lldb/dist/include/lldb/Core/EmulateInstruction.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/EmulateInstruction.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/EmulateInstruction.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -69,14 +69,14 @@
 /// debugging. The current debugging model is "process centric" where
 /// all threads must be stopped when any thread is stopped; when
 /// hitting software breakpoints we must disable the breakpoint by
-/// restoring the original breakpoint opcde, single stepping and 
+/// restoring the original breakpoint opcode, single stepping and
 /// restoring the breakpoint trap. If all threads were allowed to run
 /// then other threads could miss the breakpoint. 
 ///
 /// This class centralizes the code that usually is done in separate 
 /// code paths in a debugger (single step prediction, finding save
 /// restore locations of registers for unwinding stack frame variables)
-/// and emulating the intruction is just a bonus.
+/// and emulating the instruction is just a bonus.
 //----------------------------------------------------------------------
 
 namespace lldb_private {
@@ -394,7 +394,7 @@ public:
     // Mandatory overrides
     //----------------------------------------------------------------------    
     virtual bool
-    SupportsEmulatingIntructionsOfType (InstructionType inst_type) = 0;
+    SupportsEmulatingInstructionsOfType (InstructionType inst_type) = 0;
     
     virtual bool
     SetTargetTriple (const ArchSpec &arch) = 0;

Modified: vendor/lldb/dist/include/lldb/Core/Error.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/Error.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/Error.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -11,11 +11,10 @@
 #define __DCError_h__
 #if defined(__cplusplus)
 
-#if defined (__APPLE__)
-#include <mach/mach.h>
-#endif
-#include <stdint.h>
-#include <stdio.h>
+#include "llvm/Support/DataTypes.h"
+
+#include <cstdarg>
+#include <cstdio>
 #include <string>
 
 #include "lldb/lldb-private.h"
@@ -70,7 +69,7 @@ public:
     Error (ValueType err, lldb::ErrorType type = lldb::eErrorTypeGeneric);
 
     explicit
-    Error (const char* err_str);
+    Error (const char *format, ...) __attribute__ ((format (printf, 2, 3)));
     
     Error (const Error &rhs);
     //------------------------------------------------------------------

Modified: vendor/lldb/dist/include/lldb/Core/Flags.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/Flags.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/Flags.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -13,7 +13,6 @@
 
 
 #include <stdint.h>
-#include <unistd.h>
 
 namespace lldb_private {
 

Modified: vendor/lldb/dist/include/lldb/Core/Log.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/Log.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/Log.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -11,11 +11,10 @@
 #define liblldb_Log_h_
 
 // C Includes
-#include <stdbool.h>
+#include <stdarg.h>
 #include <stdint.h>
 #include <signal.h>
 #include <stdio.h>
-#include <unistd.h>
 
 // C++ Includes
 // Other libraries and framework includes

Modified: vendor/lldb/dist/include/lldb/Core/Module.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/Module.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/Module.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -347,6 +347,32 @@ public:
                    SymbolContextList& sc_list);
 
     //------------------------------------------------------------------
+    /// Find addresses by file/line
+    ///
+    /// @param[in] target_sp
+    ///     The target the addresses are desired for.
+    ///
+    /// @param[in] file
+    ///     Source file to locate.
+    ///
+    /// @param[in] line
+    ///     Source line to locate.
+    ///
+    /// @param[in] function
+    ///	    Optional filter function. Addresses within this function will be
+    ///     added to the 'local' list. All others will be added to the 'extern' list.
+    ///
+    /// @param[out] output_local
+    ///     All matching addresses within 'function'
+    ///
+    /// @param[out] output_extern
+    ///     All matching addresses not within 'function'
+    void FindAddressesForLine (const lldb::TargetSP target_sp,
+                               const FileSpec &file, uint32_t line,
+                               Function *function,
+                               std::vector<Address> &output_local, std::vector<Address> &output_extern);
+
+    //------------------------------------------------------------------
     /// Find global and static variables by name.
     ///
     /// @param[in] name
@@ -723,8 +749,49 @@ public:
     bool
     ResolveFileAddress (lldb::addr_t vm_addr, Address& so_addr);
 
+    //------------------------------------------------------------------
+    /// Resolve the symbol context for the given address.
+    ///
+    /// Tries to resolve the matching symbol context based on a lookup
+    /// from the current symbol vendor.  If the lazy lookup fails,
+    /// an attempt is made to parse the eh_frame section to handle 
+    /// stripped symbols.  If this fails, an attempt is made to resolve
+    /// the symbol to the previous address to handle the case of a 
+    /// function with a tail call.
+    ///
+    /// Use properties of the modified SymbolContext to inspect any
+    /// resolved target, module, compilation unit, symbol, function,
+    /// function block or line entry.  Use the return value to determine
+    /// which of these properties have been modified.
+    ///
+    /// @param[in] so_addr
+    ///     A load address to resolve.
+    ///
+    /// @param[in] resolve_scope
+    ///     The scope that should be resolved (see SymbolContext::Scope).
+    ///     A combination of flags from the enumeration SymbolContextItem
+    ///     requesting a resolution depth.  Note that the flags that are
+    ///     actually resolved may be a superset of the requested flags.
+    ///     For instance, eSymbolContextSymbol requires resolution of
+    ///     eSymbolContextModule, and eSymbolContextFunction requires
+    ///     eSymbolContextSymbol.
+    ///
+    /// @param[out] sc
+    ///     The SymbolContext that is modified based on symbol resolution.
+    ///
+    /// @param[in] resolve_tail_call_address
+    ///     Determines if so_addr should resolve to a symbol in the case
+    ///     of a function whose last instruction is a call.  In this case,
+    ///     the PC can be one past the address range of the function.
+    ///
+    /// @return
+    ///     The scope that has been resolved (see SymbolContext::Scope).
+    ///
+    /// @see SymbolContext::Scope
+    //------------------------------------------------------------------
     uint32_t
-    ResolveSymbolContextForAddress (const Address& so_addr, uint32_t resolve_scope, SymbolContext& sc);
+    ResolveSymbolContextForAddress (const Address& so_addr, uint32_t resolve_scope,
+                                    SymbolContext& sc, bool resolve_tail_call_address = false);
 
     //------------------------------------------------------------------
     /// Resolve items in the symbol context for a given file and line.

Modified: vendor/lldb/dist/include/lldb/Core/ModuleList.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/ModuleList.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/ModuleList.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -439,7 +439,35 @@ public:
     
     bool
     FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
-    
+
+
+    //------------------------------------------------------------------
+    /// Find addresses by file/line
+    ///
+    /// @param[in] target_sp
+    ///     The target the addresses are desired for.
+    ///
+    /// @param[in] file
+    ///     Source file to locate.
+    ///
+    /// @param[in] line
+    ///     Source line to locate.
+    ///
+    /// @param[in] function
+    ///     Optional filter function. Addresses within this function will be
+    ///     added to the 'local' list. All others will be added to the 'extern' list.
+    ///
+    /// @param[out] output_local
+    ///     All matching addresses within 'function'
+    ///
+    /// @param[out] output_extern
+    ///     All matching addresses not within 'function'
+    void FindAddressesForLine (const lldb::TargetSP target_sp,
+                               const FileSpec &file, uint32_t line,
+                               Function *function,
+                               std::vector<Address> &output_local, std::vector<Address> &output_extern);
+
+
     bool
     Remove (const lldb::ModuleSP &module_sp);
 

Modified: vendor/lldb/dist/include/lldb/Core/ModuleSpec.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/ModuleSpec.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/ModuleSpec.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -288,7 +288,7 @@ public:
     }
 
     
-    operator bool () const
+    explicit operator bool () const
     {
         if (m_file)
             return true;

Modified: vendor/lldb/dist/include/lldb/Core/Opcode.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/Opcode.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/Opcode.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -38,7 +38,7 @@ namespace lldb_private {
             eType64,
             eTypeBytes
         };
-        
+
         Opcode () : m_type (eTypeInvalid)
         {
         }
@@ -78,7 +78,7 @@ namespace lldb_private {
         {
             return m_type;
         }
-    
+
         uint8_t
         GetOpcode8 (uint8_t invalid_opcode = UINT8_MAX) const
         {
@@ -91,7 +91,6 @@ namespace lldb_private {
             case Opcode::eType32:       break;
             case Opcode::eType64:       break;
             case Opcode::eTypeBytes:    break;
-                break;
             }
             return invalid_opcode;
         }
@@ -157,7 +156,7 @@ namespace lldb_private {
             m_type = eType16;
             m_data.inst16 = inst;
         }
-        
+
         void
         SetOpcode16_2 (uint32_t inst)
         {
@@ -206,7 +205,7 @@ namespace lldb_private {
                 return m_data.inst.bytes;
             return NULL;
         }
-        
+
         uint32_t
         GetByteSize () const
         {
@@ -222,7 +221,7 @@ namespace lldb_private {
             }
             return 0;
         }
-        
+
         // Get the opcode exactly as it would be laid out in memory.
         uint32_t
         GetData (DataExtractor &data) const;
@@ -246,7 +245,7 @@ namespace lldb_private {
             }
             return NULL;
         }
-        
+
         lldb::ByteOrder
         GetDataByteOrder () const;
 
@@ -257,7 +256,7 @@ namespace lldb_private {
             uint16_t inst16;
             uint32_t inst32;
             uint64_t inst64;
-            struct 
+            struct
             {
                 uint8_t bytes[16]; // This must be big enough to handle any opcode for any supported target.
                 uint8_t length;

Modified: vendor/lldb/dist/include/lldb/Core/PluginManager.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/PluginManager.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/PluginManager.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -132,6 +132,24 @@ public:
 
 
     //------------------------------------------------------------------
+    // SystemRuntime
+    //------------------------------------------------------------------
+    static bool
+    RegisterPlugin (const ConstString &name,
+                    const char *description,
+                    SystemRuntimeCreateInstance create_callback);
+
+    static bool
+    UnregisterPlugin (SystemRuntimeCreateInstance create_callback);
+
+    static SystemRuntimeCreateInstance
+    GetSystemRuntimeCreateCallbackAtIndex (uint32_t idx);
+
+    static SystemRuntimeCreateInstance
+    GetSystemRuntimeCreateCallbackForPluginName (const ConstString &name);
+
+
+    //------------------------------------------------------------------
     // ObjectFile
     //------------------------------------------------------------------
     static bool

Modified: vendor/lldb/dist/include/lldb/Core/RangeMap.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/RangeMap.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/RangeMap.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -592,7 +592,7 @@ namespace lldb_private {
         void
         Reserve (typename Collection::size_type size)
         {
-            m_entries.resize (size);
+            m_entries.reserve (size);
         }
 
         bool
@@ -1229,16 +1229,11 @@ namespace lldb_private {
                 typename Collection::const_iterator end = m_entries.end();
                 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
                 
+                while(pos != begin && pos[-1].Contains(addr))
+                    --pos;
+
                 if (pos != end && pos->Contains(addr))
-                {
                     return std::distance (begin, pos);
-                }
-                else if (pos != begin)
-                {
-                    --pos;
-                    if (pos->Contains(addr))
-                        return std::distance (begin, pos);
-                }
             }
             return UINT32_MAX;
         }
@@ -1257,19 +1252,12 @@ namespace lldb_private {
                 typename Collection::iterator begin = m_entries.begin();
                 typename Collection::iterator end = m_entries.end();
                 typename Collection::iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
+
+                while(pos != begin && pos[-1].Contains(addr))
+                    --pos;
                 
                 if (pos != end && pos->Contains(addr))
-                {
                     return &(*pos);
-                }
-                else if (pos != begin)
-                {
-                    --pos;
-                    if (pos->Contains(addr))
-                    {
-                        return &(*pos);
-                    }
-                }
             }
             return NULL;
         }
@@ -1288,18 +1276,11 @@ namespace lldb_private {
                 typename Collection::const_iterator end = m_entries.end();
                 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
                 
-                if (pos != end && pos->Contains(addr))
-                {
-                    return &(*pos); 
-                }
-                else if (pos != begin)
-                {
+                while(pos != begin && pos[-1].Contains(addr))
                     --pos;
-                    if (pos->Contains(addr))
-                    {
-                        return &(*pos); 
-                    }
-                }
+
+                if (pos != end && pos->Contains(addr))
+                    return &(*pos);
             }
             return NULL;
         }
@@ -1316,18 +1297,11 @@ namespace lldb_private {
                 typename Collection::const_iterator end = m_entries.end();
                 typename Collection::const_iterator pos = std::lower_bound (begin, end, range, BaseLessThan);
                 
-                if (pos != end && pos->Contains(range))
-                {
-                    return &(*pos); 
-                }
-                else if (pos != begin)
-                {
+                while(pos != begin && pos[-1].Contains(range))
                     --pos;
-                    if (pos->Contains(range))
-                    {
-                        return &(*pos); 
-                    }
-                }
+
+                if (pos != end && pos->Contains(range))
+                    return &(*pos);
             }
             return NULL;
         }
@@ -1501,12 +1475,15 @@ namespace lldb_private {
                 typename Collection::iterator end = m_entries.end();
                 typename Collection::iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
                 
+                while(pos != begin && pos[-1].addr == addr)
+                    --pos;
+
                 if (pos != end)
                 {
                     if (pos->addr == addr || !exact_match_only)
                         return &(*pos);
                 }
-           }
+            }
             return NULL;
         }
         

Modified: vendor/lldb/dist/include/lldb/Core/RegularExpression.h
==============================================================================
--- vendor/lldb/dist/include/lldb/Core/RegularExpression.h	Wed Nov  6 16:28:26 2013	(r257751)
+++ vendor/lldb/dist/include/lldb/Core/RegularExpression.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -11,7 +11,36 @@
 #define liblldb_DBRegex_h_
 #if defined(__cplusplus)
 
+#ifdef _WIN32
+#include "../lib/Support/regex_impl.h"
+
+typedef llvm_regmatch_t regmatch_t;
+typedef llvm_regex_t regex_t;
+
+inline int regcomp(llvm_regex_t * a, const char *b, int c)
+{
+    return llvm_regcomp(a, b, c);
+}
+
+inline size_t regerror(int a, const llvm_regex_t *b, char *c, size_t d)
+{
+    return llvm_regerror(a, b, c, d);
+}
+
+inline int regexec(const llvm_regex_t * a, const char * b, size_t c,
+    llvm_regmatch_t d [], int e)
+{
+    return llvm_regexec(a, b, c, d, e);
+}
+
+inline void regfree(llvm_regex_t * a)
+{
+    llvm_regfree(a);
+}
+
+#else
 #include <regex.h>
+#endif
 #include <stdint.h>
 
 #include <string>

Added: vendor/lldb/dist/include/lldb/Core/StreamGDBRemote.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/lldb/dist/include/lldb/Core/StreamGDBRemote.h	Wed Nov  6 16:48:53 2013	(r257752)
@@ -0,0 +1,54 @@
+//===-- StreamGDBRemote.h ----------------------------------------*- C++ -*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef liblldb_StreamGDBRemote_h_
+#define liblldb_StreamGDBRemote_h_
+
+// C Includes
+// C++ Includes
+
+// Other libraries and framework includes
+// Project includes
+
+#include "lldb/Core/StreamString.h"
+
+namespace lldb_private {
+    
+    class StreamGDBRemote : public StreamString
+    {
+        public:
+        StreamGDBRemote ();
+        
+        StreamGDBRemote (uint32_t flags,
+                         uint32_t addr_size,
+                         lldb::ByteOrder byte_order);
+        
+        virtual
+        ~StreamGDBRemote ();
+        
+        //------------------------------------------------------------------
+        /// Output a block of data to the stream performing GDB-remote escaping.
+        ///
+        /// @param[in] s
+        ///     A block of data.
+        ///
+        /// @param[in] src_len
+        ///     The amount of data to write.
+        ///
+        /// @return
+        ///     Number of bytes written.
+        //------------------------------------------------------------------
+        int

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311061648.rA6GmsEC055702>