]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of lldb trunk r300890:
authorDimitry Andric <dim@FreeBSD.org>
Thu, 20 Apr 2017 21:21:28 +0000 (21:21 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Thu, 20 Apr 2017 21:21:28 +0000 (21:21 +0000)
commitd44a35e87e405ae98902dc491ba70ed82f58f592
treec943b2e42186cf1629dc15a3b6604514996993ee
parent74a628f776edb588bff8f8f5cc16eac947c9d631
Vendor import of lldb trunk r300890:
https://llvm.org/svn/llvm-project/lldb/trunk@300890
49 files changed:
cmake/modules/LLDBConfig.cmake
include/lldb/Core/ArchSpec.h
include/lldb/Expression/DiagnosticManager.h
include/lldb/Utility/StringLexer.h
lldb.xcodeproj/project.pbxproj
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/TestLibCxxAtomic.py
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/TestDataFormatterLibcxxSet.py
packages/Python/lldbsuite/test/functionalities/frame_var/Makefile [new file with mode: 0644]
packages/Python/lldbsuite/test/functionalities/frame_var/TestFrameVar.py [new file with mode: 0644]
packages/Python/lldbsuite/test/functionalities/frame_var/main.c [new file with mode: 0644]
packages/Python/lldbsuite/test/functionalities/history/TestHistoryRecall.py [new file with mode: 0644]
packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/TestLinuxCore.py
packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/TestGCore.py
packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/TestLinuxCoreThreads.py
packages/Python/lldbsuite/test/lang/c/register_variables/test.c
packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py
source/Commands/CommandObjectCommands.cpp
source/Commands/CommandObjectFrame.cpp
source/Core/ArchSpec.cpp
source/Core/Scalar.cpp
source/Expression/DiagnosticManager.cpp
source/Interpreter/CommandHistory.cpp
source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
source/Plugins/Platform/MacOSX/CMakeLists.txt
source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp
source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h
source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp
source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h
source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp [new file with mode: 0644]
source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h [new file with mode: 0644]
source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h
source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.cpp
source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.h
source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.h
source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp
source/Plugins/Process/NetBSD/NativeThreadNetBSD.h
source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
source/Plugins/Process/Utility/RegisterInfos_x86_64.h
source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
source/Symbol/ClangASTContext.cpp
source/Utility/StringLexer.cpp
unittests/Core/ArchSpecTest.cpp