]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of lldb trunk r307894:
authordim <dim@FreeBSD.org>
Thu, 13 Jul 2017 19:26:17 +0000 (19:26 +0000)
committerdim <dim@FreeBSD.org>
Thu, 13 Jul 2017 19:26:17 +0000 (19:26 +0000)
commite36ca53ad809664cd2f9c9ee44667bdb42dcd3e1
tree29ec5bd173694acbbcbb8207114ef7ca189436ba
parentb28a14fcb98eacd9e37d2ac15dd43595539753af
Vendor import of lldb trunk r307894:
https://llvm.org/svn/llvm-project/lldb/trunk@307894
78 files changed:
docs/lldb-gdb-remote.txt
include/lldb/Host/Host.h
include/lldb/Host/common/NativeProcessProtocol.h
lit/lit.cfg
lldb.xcodeproj/project.pbxproj
packages/Python/lldbsuite/test/expression_command/call-restarts/TestCallThatRestarts.py
packages/Python/lldbsuite/test/expression_command/call-throws/TestCallThatThrows.py
packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py
packages/Python/lldbsuite/test/expression_command/fixits/TestFixIts.py
packages/Python/lldbsuite/test/expression_command/issue_11588/Test11588.py
packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py
packages/Python/lldbsuite/test/expression_command/options/TestExprOptions.py
packages/Python/lldbsuite/test/expression_command/save_jit_objects/TestSaveJITObjects.py
packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py
packages/Python/lldbsuite/test/functionalities/mtc/simple/Makefile [new file with mode: 0644]
packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py [new file with mode: 0644]
packages/Python/lldbsuite/test/functionalities/mtc/simple/main.m [new file with mode: 0644]
packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py
packages/Python/lldbsuite/test/functionalities/signal/raise/TestRaise.py
packages/Python/lldbsuite/test/functionalities/signal/raise/main.c
packages/Python/lldbsuite/test/functionalities/ubsan/user-expression/Makefile [new file with mode: 0644]
packages/Python/lldbsuite/test/functionalities/ubsan/user-expression/TestUbsanUserExpression.py [new file with mode: 0644]
packages/Python/lldbsuite/test/functionalities/ubsan/user-expression/main.c [new file with mode: 0644]
packages/Python/lldbsuite/test/lang/go/types/TestGoASTContext.py
packages/Python/lldbsuite/test/lldbplatformutil.py
packages/Python/lldbsuite/test/lldbutil.py
packages/Python/lldbsuite/test/make/Android.rules
packages/Python/lldbsuite/test/sample_test/TestSampleTest.py
source/Commands/CommandObjectThread.cpp
source/Core/DumpDataExtractor.cpp
source/Host/common/File.cpp
source/Host/common/MainLoop.cpp
source/Host/common/NativeProcessProtocol.cpp
source/Host/common/SocketAddress.cpp
source/Host/macosx/Host.mm
source/Host/posix/ConnectionFileDescriptorPosix.cpp
source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp
source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.h
source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
source/Plugins/Language/ObjC/Cocoa.cpp
source/Plugins/Platform/Android/PlatformAndroid.cpp
source/Plugins/Platform/Android/PlatformAndroid.h
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
source/Plugins/Platform/POSIX/PlatformPOSIX.h
source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
source/Plugins/Process/Linux/NativeProcessLinux.cpp
source/Plugins/Process/Linux/NativeProcessLinux.h
source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
source/Plugins/Process/Linux/ProcessorTrace.cpp
source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
source/Plugins/Process/NetBSD/NativeProcessNetBSD.h
source/Plugins/Process/gdb-remote/CMakeLists.txt
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h
source/Utility/StringExtractorGDBRemote.cpp
source/Utility/StringExtractorGDBRemote.h
tools/lldb-server/CMakeLists.txt
tools/lldb-server/lldb-gdbserver.cpp
tools/lldb-server/lldb-platform.cpp
unittests/Process/Linux/ProcessorTraceTest.cpp
unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
www/architecture.html [deleted file]
www/architecture/index.html
www/sidebar.incl