From owner-svn-src-vendor@freebsd.org Sat Jul 23 20:50:15 2016 Return-Path: Delivered-To: svn-src-vendor@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 497B8BA2C02; Sat, 23 Jul 2016 20:50:15 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 794F01EC0; Sat, 23 Jul 2016 20:50:14 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6NKoDX0012549; Sat, 23 Jul 2016 20:50:13 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6NKoAHA012520; Sat, 23 Jul 2016 20:50:10 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201607232050.u6NKoAHA012520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Sat, 23 Jul 2016 20:50:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r303241 - in vendor/lldb/dist: . cmake cmake/modules cmake/platforms docs examples/python examples/synthetic include include/lldb include/lldb/API include/lldb/Breakpoint include/lldb/C... X-SVN-Group: vendor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-vendor@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the vendor work area tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jul 2016 20:50:15 -0000 Author: dim Date: Sat Jul 23 20:50:09 2016 New Revision: 303241 URL: https://svnweb.freebsd.org/changeset/base/303241 Log: Vendor import of lldb release_39 branch r276489: https://llvm.org/svn/llvm-project/lldb/branches/release_39@276489 Added: vendor/lldb/dist/examples/python/shadow.py (contents, props changed) vendor/lldb/dist/include/lldb/API/SBMemoryRegionInfo.h (contents, props changed) vendor/lldb/dist/include/lldb/API/SBMemoryRegionInfoList.h (contents, props changed) vendor/lldb/dist/include/lldb/Core/ThreadSafeSTLVector.h (contents, props changed) vendor/lldb/dist/include/lldb/Expression/DiagnosticManager.h (contents, props changed) vendor/lldb/dist/include/lldb/Interpreter/CommandAlias.h (contents, props changed) vendor/lldb/dist/include/lldb/Symbol/ClangUtil.h (contents, props changed) vendor/lldb/dist/include/lldb/Symbol/JavaASTContext.h (contents, props changed) vendor/lldb/dist/include/lldb/lldb-private-defines.h (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/support/encoded_file.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/support/funcutils.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/support/gmodules.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/support/optional_with.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/api/listeners/ vendor/lldb/dist/packages/Python/lldbsuite/test/api/listeners/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/api/listeners/TestListener.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/api/listeners/main.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/decorators.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/anonymous-struct/ vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/anonymous-struct/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/anonymous-struct/TestCallUserAnonTypedef.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/anonymous-struct/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/fixits/ vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/fixits/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/fixits/TestFixIts.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/fixits/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/ir-interpreter/ vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/ vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/ir-interpreter/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/ir-interpreter/main.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/multiline/ vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/multiline/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/multiline/TestMultilineExpressions.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/multiline/main.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/top-level/ vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/top-level/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/top-level/TestTopLevelExprs.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/top-level/dummy.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/top-level/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/top-level/test.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/unwind_expression/ vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/unwind_expression/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/unwind_expression/TestUnwindExpression.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/unwind_expression/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/apropos_with_process/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/apropos_with_process/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/apropos_with_process/TestAproposWithProcess.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/apropos_with_process/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_case_sensitivity/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_case_sensitivity/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_case_sensitivity/TestBreakpointCaseSensitivity.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_case_sensitivity/main.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/TestBreakpointSetRestart.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/TestSourceRegexBreakpoints.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/a.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/a.h (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/main.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/command_script_alias/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/command_script_alias/.categories vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/command_script_alias/TestCommandScriptAlias.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/command_script_alias/tcsacmd.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/custom_command.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/TestLibCxxAtomic.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/TestDataFormatterStdSmartPtr.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthtype/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthtype/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthtype/TestDataFormatterSynthType.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthtype/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthtype/myIntSynthProvider.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/parray/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/parray/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/parray/TestPrintArray.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/parray/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/poarray/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/poarray/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/poarray/TestPrintObjectArray.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/poarray/main.mm vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_arg/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_arg/TestTypeSummaryListArg.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_script/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_script/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_script/TestTypeSummaryListScript.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_script/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_script/tslsformatters.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/llvm/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/llvm/TestLLVM.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/memory/cache/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/memory/cache/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/memory/cache/TestMemoryCache.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/memory/cache/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/multidebugger_commands/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/multidebugger_commands/TestMultipleDebuggersCommands.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/nested_alias/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/nested_alias/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/nested_alias/TestNestedAlias.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/nested_alias/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/TestLinuxCore.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/altmain.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/altmain.core (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/altmain.out (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/i386.core (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/i386.out (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/main.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/make-core.sh (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/s390x.core (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/s390x.out (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/x86_64.core (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/x86_64.out (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/postmortem/wow64_minidump/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/postmortem/wow64_minidump/TestWow64MiniDump.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/postmortem/wow64_minidump/fizzbuzz.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/postmortem/wow64_minidump/fizzbuzz_wow64.dmp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/ptr_refs/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/ptr_refs/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/ptr_refs/TestPtrRefs.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/ptr_refs/main.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/basic/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/basic/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/basic/main.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/cpp_global_location/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/cpp_global_location/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/cpp_global_location/TestTsanCPPGlobalLocation.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/cpp_global_location/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/global_location/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/global_location/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/global_location/TestTsanGlobalLocation.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/global_location/main.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/multiple/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/multiple/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/multiple/TestTsanMultiple.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/multiple/main.m vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/TestTsanThreadLeak.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/main.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/thread_numbers/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/thread_numbers/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/thread_numbers/TestTsanThreadNumbers.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tsan/thread_numbers/main.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/unwind/ehframe/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/unwind/ehframe/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/unwind/ehframe/TestEhFrameUnwind.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/unwind/ehframe/main.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/watchpoint_command.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_size/ vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_size/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_size/TestWatchpointSizes.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_size/main.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/help/TestApropos.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/issue_verification/TestInvalidDecorator.py.park vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/inlines/TestRedefinitionsInInlines.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/inlines/main.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/step-target/ vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/step-target/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/step-target/TestStepTarget.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/step-target/main.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/unions/ vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/unions/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/unions/TestUnionMembers.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/unions/main.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/const_this/ vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/const_this/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/const_this/TestConstThis.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/const_this/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/extern_c/ vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/extern_c/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/extern_c/TestExternCSymbols.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/extern_c/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/gmodules/ vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/gmodules/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/gmodules/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/gmodules/pch.h (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/inlines/ vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/inlines/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/inlines/TestInlines.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/inlines/inlines.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/inlines/inlines.h (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/lambdas/ vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/lambdas/TestLambdas.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/lambdas/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/member-and-local-vars-with-same-name/ vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/member-and-local-vars-with-same-name/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/member-and-local-vars-with-same-name/TestMembersAndLocalsWithSameName.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/member-and-local-vars-with-same-name/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/ vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/TestNamespaceDefinitions.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/a.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/a.mk (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/b.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/b.mk (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/foo.h (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/printf/ vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/printf/TestPrintf.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/printf/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/template/ vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/template/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/template/TestTemplateArgs.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/template/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/unicode-literals/ vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/unicode-literals/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/unicode-literals/TestUnicodeLiterals.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/unicode-literals/main.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/bitfield_ivars/ vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/bitfield_ivars/TestBitfieldIvars.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/bitfield_ivars/main.m vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/single-entry-dictionary/ vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/single-entry-dictionary/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/single-entry-dictionary/TestObjCSingleEntryDictionary.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/single-entry-dictionary/main.m vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/variadic_methods/ vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/variadic_methods/TestVariadicMethods.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/variadic_methods/main.m vendor/lldb/dist/packages/Python/lldbsuite/test/lldbplatform.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/macosx/nslog/ vendor/lldb/dist/packages/Python/lldbsuite/test/macosx/nslog/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/macosx/nslog/TestDarwinNSLogOutput.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/macosx/nslog/main.m vendor/lldb/dist/packages/Python/lldbsuite/test/plugins/builder_linux.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/frame/get-variables/ vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/frame/get-variables/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/frame/get-variables/TestGetVariables.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/frame/get-variables/main.c (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/ vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/TestSymbolContextTwoFiles.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/decls.h (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/file1.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/file2.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/test_runner/__init__.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/test_runner/process_control.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/test_runner/test/__init__.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/test_runner/test/test_process_control.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/ vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/TestMiThreadInfo.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/test_threadinfo.cpp (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test_event/ vendor/lldb/dist/packages/Python/lldbsuite/test_event/__init__.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test_event/build_exception.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test_event/dotest_channels.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test_event/event_builder.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test_event/formatter/ vendor/lldb/dist/packages/Python/lldbsuite/test_event/formatter/__init__.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test_event/formatter/curses.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test_event/formatter/dump_formatter.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test_event/formatter/pickled.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test_event/formatter/results_formatter.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test_event/formatter/xunit.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test_event/test/ vendor/lldb/dist/packages/Python/lldbsuite/test_event/test/resources/ vendor/lldb/dist/packages/Python/lldbsuite/test_event/test/resources/invalid_decorator/ vendor/lldb/dist/packages/Python/lldbsuite/test_event/test/resources/invalid_decorator/TestInvalidDecorator.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test_event/test/src/ vendor/lldb/dist/packages/Python/lldbsuite/test_event/test/src/TestCatchInvalidDecorator.py (contents, props changed) vendor/lldb/dist/packages/Python/lldbsuite/test_event/test/src/event_collector.py (contents, props changed) vendor/lldb/dist/scripts/Xcode/ vendor/lldb/dist/scripts/Xcode/build-llvm.py (contents, props changed) vendor/lldb/dist/scripts/Xcode/lldbbuild.py (contents, props changed) vendor/lldb/dist/scripts/Xcode/package-clang-headers.py (contents, props changed) vendor/lldb/dist/scripts/interface/SBMemoryRegionInfo.i vendor/lldb/dist/scripts/interface/SBMemoryRegionInfoList.i vendor/lldb/dist/source/API/SBMemoryRegionInfo.cpp (contents, props changed) vendor/lldb/dist/source/API/SBMemoryRegionInfoList.cpp (contents, props changed) vendor/lldb/dist/source/Expression/DiagnosticManager.cpp (contents, props changed) vendor/lldb/dist/source/Interpreter/CommandAlias.cpp (contents, props changed) vendor/lldb/dist/source/Plugins/ABI/SysV-s390x/ vendor/lldb/dist/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp (contents, props changed) vendor/lldb/dist/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.h (contents, props changed) vendor/lldb/dist/source/Plugins/ABI/SysV-s390x/CMakeLists.txt (contents, props changed) vendor/lldb/dist/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp (contents, props changed) vendor/lldb/dist/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h (contents, props changed) vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h (contents, props changed) vendor/lldb/dist/source/Plugins/InstrumentationRuntime/ThreadSanitizer/ vendor/lldb/dist/source/Plugins/InstrumentationRuntime/ThreadSanitizer/CMakeLists.txt (contents, props changed) vendor/lldb/dist/source/Plugins/InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntime.cpp (contents, props changed) vendor/lldb/dist/source/Plugins/InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntime.h (contents, props changed) vendor/lldb/dist/source/Plugins/Language/CPlusPlus/BlockPointer.cpp (contents, props changed) vendor/lldb/dist/source/Plugins/Language/CPlusPlus/BlockPointer.h (contents, props changed) vendor/lldb/dist/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp (contents, props changed) vendor/lldb/dist/source/Plugins/Language/CPlusPlus/LibCxxAtomic.h (contents, props changed) vendor/lldb/dist/source/Plugins/Language/Java/ vendor/lldb/dist/source/Plugins/Language/Java/CMakeLists.txt (contents, props changed) vendor/lldb/dist/source/Plugins/Language/Java/JavaFormatterFunctions.cpp (contents, props changed) vendor/lldb/dist/source/Plugins/Language/Java/JavaFormatterFunctions.h (contents, props changed) vendor/lldb/dist/source/Plugins/Language/Java/JavaLanguage.cpp (contents, props changed) vendor/lldb/dist/source/Plugins/Language/Java/JavaLanguage.h (contents, props changed) vendor/lldb/dist/source/Plugins/LanguageRuntime/Java/ vendor/lldb/dist/source/Plugins/LanguageRuntime/Java/CMakeLists.txt (contents, props changed) vendor/lldb/dist/source/Plugins/LanguageRuntime/Java/JavaLanguageRuntime.cpp (contents, props changed) vendor/lldb/dist/source/Plugins/LanguageRuntime/Java/JavaLanguageRuntime.h (contents, props changed) vendor/lldb/dist/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp (contents, props changed) vendor/lldb/dist/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.h (contents, props changed) vendor/lldb/dist/source/Plugins/Process/Linux/SingleStepCheck.cpp (contents, props changed) vendor/lldb/dist/source/Plugins/Process/Linux/SingleStepCheck.h (contents, props changed) vendor/lldb/dist/source/Plugins/Process/Utility/RegisterContextLinux_s390x.cpp (contents, props changed) vendor/lldb/dist/source/Plugins/Process/Utility/RegisterContextLinux_s390x.h (contents, props changed) vendor/lldb/dist/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp (contents, props changed) vendor/lldb/dist/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h (contents, props changed) vendor/lldb/dist/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.cpp (contents, props changed) vendor/lldb/dist/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h (contents, props changed) vendor/lldb/dist/source/Plugins/Process/Utility/RegisterContext_s390x.h (contents, props changed) vendor/lldb/dist/source/Plugins/Process/Utility/RegisterInfos_s390x.h (contents, props changed) vendor/lldb/dist/source/Plugins/Process/Utility/lldb-s390x-register-enums.h (contents, props changed) vendor/lldb/dist/source/Plugins/Process/Windows/Common/NtStructures.h (contents, props changed) vendor/lldb/dist/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.cpp (contents, props changed) vendor/lldb/dist/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.h (contents, props changed) vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFASTParserJava.cpp (contents, props changed) vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFASTParserJava.h (contents, props changed) vendor/lldb/dist/source/Plugins/SymbolFile/PDB/ vendor/lldb/dist/source/Plugins/SymbolFile/PDB/CMakeLists.txt (contents, props changed) vendor/lldb/dist/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp (contents, props changed) vendor/lldb/dist/source/Plugins/SymbolFile/PDB/PDBASTParser.h (contents, props changed) vendor/lldb/dist/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp (contents, props changed) vendor/lldb/dist/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h (contents, props changed) vendor/lldb/dist/source/Symbol/ClangUtil.cpp (contents, props changed) vendor/lldb/dist/source/Symbol/JavaASTContext.cpp (contents, props changed) vendor/lldb/dist/unittests/Core/ vendor/lldb/dist/unittests/Core/CMakeLists.txt (contents, props changed) vendor/lldb/dist/unittests/Core/DataExtractorTest.cpp (contents, props changed) vendor/lldb/dist/unittests/Core/ScalarTest.cpp (contents, props changed) vendor/lldb/dist/unittests/Host/FileSpecTest.cpp (contents, props changed) vendor/lldb/dist/unittests/Symbol/ vendor/lldb/dist/unittests/Symbol/CMakeLists.txt (contents, props changed) vendor/lldb/dist/unittests/Symbol/TestClangASTContext.cpp (contents, props changed) vendor/lldb/dist/unittests/SymbolFile/ vendor/lldb/dist/unittests/SymbolFile/CMakeLists.txt (contents, props changed) vendor/lldb/dist/unittests/SymbolFile/PDB/ vendor/lldb/dist/unittests/SymbolFile/PDB/CMakeLists.txt (contents, props changed) vendor/lldb/dist/unittests/SymbolFile/PDB/Inputs/ vendor/lldb/dist/unittests/SymbolFile/PDB/Inputs/test-dwarf.cpp (contents, props changed) vendor/lldb/dist/unittests/SymbolFile/PDB/Inputs/test-dwarf.exe (contents, props changed) vendor/lldb/dist/unittests/SymbolFile/PDB/Inputs/test-pdb-alt.cpp (contents, props changed) vendor/lldb/dist/unittests/SymbolFile/PDB/Inputs/test-pdb-nested.h (contents, props changed) vendor/lldb/dist/unittests/SymbolFile/PDB/Inputs/test-pdb-types.cpp (contents, props changed) vendor/lldb/dist/unittests/SymbolFile/PDB/Inputs/test-pdb-types.exe (contents, props changed) vendor/lldb/dist/unittests/SymbolFile/PDB/Inputs/test-pdb-types.pdb (contents, props changed) vendor/lldb/dist/unittests/SymbolFile/PDB/Inputs/test-pdb.cpp (contents, props changed) vendor/lldb/dist/unittests/SymbolFile/PDB/Inputs/test-pdb.exe (contents, props changed) vendor/lldb/dist/unittests/SymbolFile/PDB/Inputs/test-pdb.h (contents, props changed) vendor/lldb/dist/unittests/SymbolFile/PDB/Inputs/test-pdb.pdb (contents, props changed) vendor/lldb/dist/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp (contents, props changed) vendor/lldb/dist/unittests/Utility/Inputs/ vendor/lldb/dist/unittests/Utility/Inputs/TestModule.c (contents, props changed) vendor/lldb/dist/unittests/Utility/Inputs/TestModule.so (contents, props changed) vendor/lldb/dist/unittests/Utility/ModuleCacheTest.cpp (contents, props changed) Deleted: vendor/lldb/dist/Makefile vendor/lldb/dist/include/Makefile vendor/lldb/dist/include/lldb/Host/linux/Signalfd.h vendor/lldb/dist/include/lldb/Makefile vendor/lldb/dist/lib/Makefile vendor/lldb/dist/packages/Python/lldbsuite/test/curses_results.py vendor/lldb/dist/packages/Python/lldbsuite/test/dotest_channels.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoins/Makefile vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoins/TestConsecutiveBreakpoints.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoins/main.cpp vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/inlines/Makefile vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/inlines/inlines.c vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/inlines/inlines.h vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/rdar12991846/ vendor/lldb/dist/packages/Python/lldbsuite/test/plugins/builder_linux2.py vendor/lldb/dist/packages/Python/lldbsuite/test/result_formatter.py vendor/lldb/dist/packages/Python/lldbsuite/test/test_runner/lib/lldb_utils.py vendor/lldb/dist/packages/Python/lldbsuite/test/test_runner/lib/process_control.py vendor/lldb/dist/packages/Python/lldbsuite/test/test_runner/test/process_control_tests.py vendor/lldb/dist/packages/Python/lldbsuite/test/xunit_formatter.py vendor/lldb/dist/scripts/Makefile vendor/lldb/dist/scripts/Python/Makefile vendor/lldb/dist/scripts/Python/modules/Makefile vendor/lldb/dist/scripts/Python/modules/readline/Makefile vendor/lldb/dist/scripts/build-llvm.pl vendor/lldb/dist/scripts/package-clang-headers.py vendor/lldb/dist/source/API/Makefile vendor/lldb/dist/source/Breakpoint/Makefile vendor/lldb/dist/source/Commands/Makefile vendor/lldb/dist/source/Core/Makefile vendor/lldb/dist/source/DataFormatters/Makefile vendor/lldb/dist/source/Expression/Makefile vendor/lldb/dist/source/Host/Makefile vendor/lldb/dist/source/Host/netbsd/Makefile vendor/lldb/dist/source/Initialization/Makefile vendor/lldb/dist/source/Interpreter/Makefile vendor/lldb/dist/source/Makefile vendor/lldb/dist/source/Plugins/ABI/MacOSX-arm/Makefile vendor/lldb/dist/source/Plugins/ABI/MacOSX-arm64/Makefile vendor/lldb/dist/source/Plugins/ABI/MacOSX-i386/Makefile vendor/lldb/dist/source/Plugins/ABI/SysV-arm/Makefile vendor/lldb/dist/source/Plugins/ABI/SysV-arm64/Makefile vendor/lldb/dist/source/Plugins/ABI/SysV-hexagon/Makefile vendor/lldb/dist/source/Plugins/ABI/SysV-i386/Makefile vendor/lldb/dist/source/Plugins/ABI/SysV-mips/Makefile vendor/lldb/dist/source/Plugins/ABI/SysV-mips64/Makefile vendor/lldb/dist/source/Plugins/ABI/SysV-ppc/Makefile vendor/lldb/dist/source/Plugins/ABI/SysV-ppc64/Makefile vendor/lldb/dist/source/Plugins/ABI/SysV-x86_64/Makefile vendor/lldb/dist/source/Plugins/Disassembler/llvm/Makefile vendor/lldb/dist/source/Plugins/DynamicLoader/Darwin-Kernel/Makefile vendor/lldb/dist/source/Plugins/DynamicLoader/Hexagon-DYLD/Makefile vendor/lldb/dist/source/Plugins/DynamicLoader/MacOSX-DYLD/Makefile vendor/lldb/dist/source/Plugins/DynamicLoader/POSIX-DYLD/Makefile vendor/lldb/dist/source/Plugins/DynamicLoader/Static/Makefile vendor/lldb/dist/source/Plugins/DynamicLoader/Windows-DYLD/Makefile vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/Makefile vendor/lldb/dist/source/Plugins/ExpressionParser/Go/Makefile vendor/lldb/dist/source/Plugins/Instruction/ARM/Makefile vendor/lldb/dist/source/Plugins/Instruction/ARM64/Makefile vendor/lldb/dist/source/Plugins/Instruction/MIPS/Makefile vendor/lldb/dist/source/Plugins/Instruction/MIPS64/Makefile vendor/lldb/dist/source/Plugins/InstrumentationRuntime/AddressSanitizer/Makefile vendor/lldb/dist/source/Plugins/JITLoader/GDB/Makefile vendor/lldb/dist/source/Plugins/Language/CPlusPlus/Makefile vendor/lldb/dist/source/Plugins/Language/Go/Makefile vendor/lldb/dist/source/Plugins/Language/ObjC/Makefile vendor/lldb/dist/source/Plugins/Language/ObjCPlusPlus/Makefile vendor/lldb/dist/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/Makefile vendor/lldb/dist/source/Plugins/LanguageRuntime/Go/Makefile vendor/lldb/dist/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/Makefile vendor/lldb/dist/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/Makefile vendor/lldb/dist/source/Plugins/Makefile vendor/lldb/dist/source/Plugins/MemoryHistory/asan/Makefile vendor/lldb/dist/source/Plugins/ObjectContainer/BSD-Archive/Makefile vendor/lldb/dist/source/Plugins/ObjectContainer/Universal-Mach-O/Makefile vendor/lldb/dist/source/Plugins/ObjectFile/ELF/Makefile vendor/lldb/dist/source/Plugins/ObjectFile/JIT/Makefile vendor/lldb/dist/source/Plugins/ObjectFile/Mach-O/Makefile vendor/lldb/dist/source/Plugins/ObjectFile/PECOFF/Makefile vendor/lldb/dist/source/Plugins/OperatingSystem/Go/Makefile vendor/lldb/dist/source/Plugins/OperatingSystem/Python/Makefile vendor/lldb/dist/source/Plugins/Platform/Android/Makefile vendor/lldb/dist/source/Plugins/Platform/FreeBSD/Makefile vendor/lldb/dist/source/Plugins/Platform/Kalimba/Makefile vendor/lldb/dist/source/Plugins/Platform/Linux/Makefile vendor/lldb/dist/source/Plugins/Platform/MacOSX/Makefile vendor/lldb/dist/source/Plugins/Platform/Makefile vendor/lldb/dist/source/Plugins/Platform/NetBSD/Makefile vendor/lldb/dist/source/Plugins/Platform/POSIX/Makefile vendor/lldb/dist/source/Plugins/Platform/Windows/Makefile vendor/lldb/dist/source/Plugins/Platform/gdb-server/Makefile vendor/lldb/dist/source/Plugins/Process/FreeBSD/Makefile vendor/lldb/dist/source/Plugins/Process/Linux/Makefile vendor/lldb/dist/source/Plugins/Process/MacOSX-Kernel/Makefile vendor/lldb/dist/source/Plugins/Process/POSIX/Makefile vendor/lldb/dist/source/Plugins/Process/Utility/Makefile vendor/lldb/dist/source/Plugins/Process/elf-core/Makefile vendor/lldb/dist/source/Plugins/Process/gdb-remote/Makefile vendor/lldb/dist/source/Plugins/Process/mach-core/Makefile vendor/lldb/dist/source/Plugins/ScriptInterpreter/None/Makefile vendor/lldb/dist/source/Plugins/ScriptInterpreter/Python/Makefile vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/Makefile vendor/lldb/dist/source/Plugins/SymbolFile/Symtab/Makefile vendor/lldb/dist/source/Plugins/SymbolVendor/ELF/Makefile vendor/lldb/dist/source/Plugins/SymbolVendor/MacOSX/Makefile vendor/lldb/dist/source/Plugins/SystemRuntime/MacOSX/Makefile vendor/lldb/dist/source/Plugins/UnwindAssembly/InstEmulation/Makefile vendor/lldb/dist/source/Plugins/UnwindAssembly/x86/Makefile vendor/lldb/dist/source/Symbol/Makefile vendor/lldb/dist/source/Target/Makefile vendor/lldb/dist/source/Utility/Makefile vendor/lldb/dist/tools/Makefile vendor/lldb/dist/tools/debugserver/Makefile vendor/lldb/dist/tools/debugserver/source/MacOSX/Makefile vendor/lldb/dist/tools/debugserver/source/MacOSX/i386/Makefile vendor/lldb/dist/tools/debugserver/source/MacOSX/x86_64/Makefile vendor/lldb/dist/tools/debugserver/source/Makefile vendor/lldb/dist/tools/driver/Makefile vendor/lldb/dist/tools/lldb-mi/Makefile vendor/lldb/dist/tools/lldb-mi/Platform.cpp vendor/lldb/dist/tools/lldb-server/Makefile Modified: vendor/lldb/dist/.arcconfig vendor/lldb/dist/.gitignore vendor/lldb/dist/CMakeLists.txt vendor/lldb/dist/cmake/LLDBDependencies.cmake vendor/lldb/dist/cmake/modules/AddLLDB.cmake vendor/lldb/dist/cmake/modules/LLDBConfig.cmake vendor/lldb/dist/cmake/modules/LLDBStandalone.cmake vendor/lldb/dist/cmake/platforms/Android.cmake vendor/lldb/dist/docs/lldb-for-gdb-users.txt vendor/lldb/dist/docs/lldb-gdb-remote.txt vendor/lldb/dist/examples/python/crashlog.py vendor/lldb/dist/examples/python/scripted_step.py vendor/lldb/dist/examples/python/symbolication.py vendor/lldb/dist/examples/synthetic/gnu_libstdcpp.py vendor/lldb/dist/include/lldb/API/LLDB.h vendor/lldb/dist/include/lldb/API/SBCommandReturnObject.h vendor/lldb/dist/include/lldb/API/SBDefines.h vendor/lldb/dist/include/lldb/API/SBExpressionOptions.h vendor/lldb/dist/include/lldb/API/SBFileSpec.h vendor/lldb/dist/include/lldb/API/SBHostOS.h vendor/lldb/dist/include/lldb/API/SBInstruction.h vendor/lldb/dist/include/lldb/API/SBLaunchInfo.h vendor/lldb/dist/include/lldb/API/SBListener.h vendor/lldb/dist/include/lldb/API/SBProcess.h vendor/lldb/dist/include/lldb/API/SBStream.h vendor/lldb/dist/include/lldb/API/SBStringList.h vendor/lldb/dist/include/lldb/API/SBTarget.h vendor/lldb/dist/include/lldb/API/SBThread.h vendor/lldb/dist/include/lldb/API/SBThreadCollection.h vendor/lldb/dist/include/lldb/API/SBValue.h vendor/lldb/dist/include/lldb/Breakpoint/BreakpointList.h vendor/lldb/dist/include/lldb/Breakpoint/BreakpointLocation.h vendor/lldb/dist/include/lldb/Breakpoint/BreakpointLocationCollection.h vendor/lldb/dist/include/lldb/Breakpoint/BreakpointLocationList.h vendor/lldb/dist/include/lldb/Breakpoint/BreakpointResolver.h vendor/lldb/dist/include/lldb/Breakpoint/BreakpointResolverFileLine.h vendor/lldb/dist/include/lldb/Breakpoint/BreakpointResolverFileRegex.h vendor/lldb/dist/include/lldb/Breakpoint/BreakpointResolverName.h vendor/lldb/dist/include/lldb/Breakpoint/BreakpointSite.h vendor/lldb/dist/include/lldb/Breakpoint/BreakpointSiteList.h vendor/lldb/dist/include/lldb/Breakpoint/WatchpointList.h vendor/lldb/dist/include/lldb/Core/ArchSpec.h vendor/lldb/dist/include/lldb/Core/Broadcaster.h vendor/lldb/dist/include/lldb/Core/Communication.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/EmulateInstruction.h vendor/lldb/dist/include/lldb/Core/Event.h vendor/lldb/dist/include/lldb/Core/History.h vendor/lldb/dist/include/lldb/Core/IOHandler.h vendor/lldb/dist/include/lldb/Core/Listener.h vendor/lldb/dist/include/lldb/Core/Logging.h vendor/lldb/dist/include/lldb/Core/MappedHash.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/RangeMap.h vendor/lldb/dist/include/lldb/Core/RegisterValue.h vendor/lldb/dist/include/lldb/Core/Scalar.h vendor/lldb/dist/include/lldb/Core/SearchFilter.h vendor/lldb/dist/include/lldb/Core/Section.h vendor/lldb/dist/include/lldb/Core/StreamCallback.h vendor/lldb/dist/include/lldb/Core/StreamTee.h vendor/lldb/dist/include/lldb/Core/ThreadSafeSTLMap.h vendor/lldb/dist/include/lldb/Core/ThreadSafeValue.h vendor/lldb/dist/include/lldb/Core/Timer.h vendor/lldb/dist/include/lldb/Core/UserSettingsController.h vendor/lldb/dist/include/lldb/Core/Value.h vendor/lldb/dist/include/lldb/Core/ValueObject.h vendor/lldb/dist/include/lldb/Core/ValueObjectConstResult.h vendor/lldb/dist/include/lldb/Core/ValueObjectConstResultCast.h vendor/lldb/dist/include/lldb/Core/ValueObjectConstResultChild.h vendor/lldb/dist/include/lldb/Core/ValueObjectConstResultImpl.h vendor/lldb/dist/include/lldb/Core/ValueObjectDynamicValue.h vendor/lldb/dist/include/lldb/Core/ValueObjectSyntheticFilter.h vendor/lldb/dist/include/lldb/DataFormatters/DumpValueObjectOptions.h vendor/lldb/dist/include/lldb/DataFormatters/FormatCache.h vendor/lldb/dist/include/lldb/DataFormatters/FormatManager.h vendor/lldb/dist/include/lldb/DataFormatters/FormattersContainer.h vendor/lldb/dist/include/lldb/DataFormatters/FormattersHelpers.h vendor/lldb/dist/include/lldb/DataFormatters/TypeCategory.h vendor/lldb/dist/include/lldb/DataFormatters/TypeCategoryMap.h vendor/lldb/dist/include/lldb/DataFormatters/TypeSynthetic.h vendor/lldb/dist/include/lldb/DataFormatters/ValueObjectPrinter.h vendor/lldb/dist/include/lldb/DataFormatters/VectorIterator.h vendor/lldb/dist/include/lldb/Expression/DWARFExpression.h vendor/lldb/dist/include/lldb/Expression/ExpressionParser.h vendor/lldb/dist/include/lldb/Expression/ExpressionSourceCode.h vendor/lldb/dist/include/lldb/Expression/ExpressionVariable.h vendor/lldb/dist/include/lldb/Expression/FunctionCaller.h vendor/lldb/dist/include/lldb/Expression/IRDynamicChecks.h vendor/lldb/dist/include/lldb/Expression/IRExecutionUnit.h vendor/lldb/dist/include/lldb/Expression/IRInterpreter.h vendor/lldb/dist/include/lldb/Expression/IRMemoryMap.h vendor/lldb/dist/include/lldb/Expression/LLVMUserExpression.h vendor/lldb/dist/include/lldb/Expression/UserExpression.h vendor/lldb/dist/include/lldb/Expression/UtilityFunction.h vendor/lldb/dist/include/lldb/Host/Editline.h vendor/lldb/dist/include/lldb/Host/File.h vendor/lldb/dist/include/lldb/Host/FileSpec.h vendor/lldb/dist/include/lldb/Host/FileSystem.h vendor/lldb/dist/include/lldb/Host/Host.h vendor/lldb/dist/include/lldb/Host/HostInfoBase.h vendor/lldb/dist/include/lldb/Host/HostNativeProcessBase.h vendor/lldb/dist/include/lldb/Host/HostProcess.h vendor/lldb/dist/include/lldb/Host/OptionParser.h vendor/lldb/dist/include/lldb/Host/ProcessRunLock.h vendor/lldb/dist/include/lldb/Host/common/NativeBreakpointList.h vendor/lldb/dist/include/lldb/Host/common/NativeProcessProtocol.h vendor/lldb/dist/include/lldb/Host/macosx/HostInfoMacOSX.h vendor/lldb/dist/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h vendor/lldb/dist/include/lldb/Host/posix/HostInfoPosix.h vendor/lldb/dist/include/lldb/Host/posix/HostProcessPosix.h vendor/lldb/dist/include/lldb/Host/windows/HostInfoWindows.h vendor/lldb/dist/include/lldb/Host/windows/HostProcessWindows.h vendor/lldb/dist/include/lldb/Initialization/SystemLifetimeManager.h vendor/lldb/dist/include/lldb/Interpreter/Args.h vendor/lldb/dist/include/lldb/Interpreter/CommandHistory.h vendor/lldb/dist/include/lldb/Interpreter/CommandInterpreter.h vendor/lldb/dist/include/lldb/Interpreter/CommandObject.h vendor/lldb/dist/include/lldb/Interpreter/CommandObjectMultiword.h vendor/lldb/dist/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h vendor/lldb/dist/include/lldb/Interpreter/ScriptInterpreter.h vendor/lldb/dist/include/lldb/Symbol/ArmUnwindInfo.h vendor/lldb/dist/include/lldb/Symbol/Block.h vendor/lldb/dist/include/lldb/Symbol/ClangASTContext.h vendor/lldb/dist/include/lldb/Symbol/ClangASTImporter.h vendor/lldb/dist/include/lldb/Symbol/CompactUnwindInfo.h vendor/lldb/dist/include/lldb/Symbol/CompileUnit.h vendor/lldb/dist/include/lldb/Symbol/CompilerDecl.h vendor/lldb/dist/include/lldb/Symbol/CompilerDeclContext.h vendor/lldb/dist/include/lldb/Symbol/CompilerType.h vendor/lldb/dist/include/lldb/Symbol/DWARFCallFrameInfo.h vendor/lldb/dist/include/lldb/Symbol/FuncUnwinders.h vendor/lldb/dist/include/lldb/Symbol/Function.h vendor/lldb/dist/include/lldb/Symbol/GoASTContext.h vendor/lldb/dist/include/lldb/Symbol/LineEntry.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/SymbolFile.h vendor/lldb/dist/include/lldb/Symbol/SymbolVendor.h vendor/lldb/dist/include/lldb/Symbol/Symtab.h vendor/lldb/dist/include/lldb/Symbol/Type.h vendor/lldb/dist/include/lldb/Symbol/TypeSystem.h vendor/lldb/dist/include/lldb/Symbol/UnwindPlan.h vendor/lldb/dist/include/lldb/Symbol/UnwindTable.h vendor/lldb/dist/include/lldb/Symbol/Variable.h vendor/lldb/dist/include/lldb/Target/ABI.h vendor/lldb/dist/include/lldb/Target/DynamicLoader.h vendor/lldb/dist/include/lldb/Target/ExecutionContext.h vendor/lldb/dist/include/lldb/Target/InstrumentationRuntime.h vendor/lldb/dist/include/lldb/Target/JITLoaderList.h vendor/lldb/dist/include/lldb/Target/Language.h vendor/lldb/dist/include/lldb/Target/LanguageRuntime.h vendor/lldb/dist/include/lldb/Target/Memory.h vendor/lldb/dist/include/lldb/Target/MemoryRegionInfo.h vendor/lldb/dist/include/lldb/Target/PathMappingList.h vendor/lldb/dist/include/lldb/Target/Platform.h vendor/lldb/dist/include/lldb/Target/Process.h vendor/lldb/dist/include/lldb/Target/ProcessLaunchInfo.h vendor/lldb/dist/include/lldb/Target/QueueList.h vendor/lldb/dist/include/lldb/Target/SectionLoadHistory.h vendor/lldb/dist/include/lldb/Target/SectionLoadList.h vendor/lldb/dist/include/lldb/Target/StackFrame.h vendor/lldb/dist/include/lldb/Target/StackFrameList.h vendor/lldb/dist/include/lldb/Target/Target.h vendor/lldb/dist/include/lldb/Target/TargetList.h vendor/lldb/dist/include/lldb/Target/Thread.h vendor/lldb/dist/include/lldb/Target/ThreadCollection.h vendor/lldb/dist/include/lldb/Target/ThreadList.h vendor/lldb/dist/include/lldb/Target/ThreadPlan.h vendor/lldb/dist/include/lldb/Target/ThreadPlanPython.h vendor/lldb/dist/include/lldb/Target/ThreadPlanStepInstruction.h vendor/lldb/dist/include/lldb/Target/Unwind.h vendor/lldb/dist/include/lldb/Utility/Iterable.h vendor/lldb/dist/include/lldb/Utility/ProcessStructReader.h vendor/lldb/dist/include/lldb/Utility/SharedCluster.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-types.h vendor/lldb/dist/include/lldb/lldb-private.h vendor/lldb/dist/lit/CMakeLists.txt vendor/lldb/dist/lit/Unit/lit.site.cfg.in vendor/lldb/dist/lit/lit.site.cfg.in vendor/lldb/dist/lldb.xcodeproj/project.pbxproj vendor/lldb/dist/lldb.xcodeproj/xcshareddata/xcschemes/desktop.xcscheme vendor/lldb/dist/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme vendor/lldb/dist/packages/Python/lldbsuite/test/android/platform/TestDefaultCacheLineSize.py vendor/lldb/dist/packages/Python/lldbsuite/test/api/check_public_api_headers/TestPublicAPIHeaders.py vendor/lldb/dist/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py vendor/lldb/dist/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py vendor/lldb/dist/packages/Python/lldbsuite/test/api/multithreaded/test_listener_event_process_state.cpp vendor/lldb/dist/packages/Python/lldbsuite/test/arm_emulation/TestEmulations.py vendor/lldb/dist/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py vendor/lldb/dist/packages/Python/lldbsuite/test/benchmarks/disassembly/TestDisassembly.py vendor/lldb/dist/packages/Python/lldbsuite/test/benchmarks/disassembly/TestDoAttachThenDisassembly.py vendor/lldb/dist/packages/Python/lldbsuite/test/benchmarks/disassembly/TestXcode41Vs42GDBDisassembly.py vendor/lldb/dist/packages/Python/lldbsuite/test/benchmarks/expression/TestExpressionCmd.py vendor/lldb/dist/packages/Python/lldbsuite/test/benchmarks/expression/TestRepeatedExprs.py vendor/lldb/dist/packages/Python/lldbsuite/test/benchmarks/frame_variable/TestFrameVariableResponse.py vendor/lldb/dist/packages/Python/lldbsuite/test/benchmarks/libcxxlist/TestBenchmarkLibcxxList.py vendor/lldb/dist/packages/Python/lldbsuite/test/benchmarks/libcxxmap/TestBenchmarkLibcxxMap.py vendor/lldb/dist/packages/Python/lldbsuite/test/benchmarks/startup/TestStartupDelays.py vendor/lldb/dist/packages/Python/lldbsuite/test/benchmarks/stepping/TestSteppingSpeed.py vendor/lldb/dist/packages/Python/lldbsuite/test/benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py vendor/lldb/dist/packages/Python/lldbsuite/test/configuration.py vendor/lldb/dist/packages/Python/lldbsuite/test/dosep.py vendor/lldb/dist/packages/Python/lldbsuite/test/dotest.py vendor/lldb/dist/packages/Python/lldbsuite/test/dotest_args.py vendor/lldb/dist/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/call-restarts/TestCallThatRestarts.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/call-throws/TestCallThatThrows.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/formatters/TestFormatters.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/issue_11588/Test11588.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/persist_objc_pointeetype/TestPersistObjCPointeeType.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/persistent_types/TestNestedPersistentTypes.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/persistent_types/TestPersistentTypes.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/po_verbosity/TestPoVerbosity.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/radar_9531204/TestPrintfAfterUp.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/radar_9673664/TestExprHelpExamples.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/test/TestExprs.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/test/TestExprs2.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py vendor/lldb/dist/packages/Python/lldbsuite/test/expression_command/two-files/TestObjCTypeQueryFromOtherCompileUnit.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/abbreviation/TestCommonShortSpellings.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/archives/TestBSDArchives.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/attach_resume/TestAttachResume.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/avoids-fd-leak/TestFdLeak.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/backticks/TestBackticksWithoutATarget.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/TestBreakpointIgnoreCount.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/TestAvoidBreakpointInDelaySlot.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/TestCompDirSymLink.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/main.cpp vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/TestDebugBreak.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/command_history/TestCommandHistory.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/command_regex/TestCommandRegex.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/command_script/TestCommandScript.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/command_script/import/TestImport.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/command_script/import/rdar-12586188/TestRdar12586188.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/command_script/import/thepackage/__init__.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/command_source/TestCommandSource.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/conditional_break/TestConditionalBreak.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/boolreference/TestFormattersBoolRefPtr.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/boolreference/main.mm vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/compactvectors/TestCompactVectors.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-categories/TestDataFormatterCategories.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-disabling/TestDataFormatterDisabling.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-named-summaries/TestDataFormatterNamedSummaries.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjC.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/main.m vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsstring/TestDataFormatterNSString.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-proper-plurals/TestFormattersOneIsSingular.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-proper-plurals/main.m vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/main.cpp vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-script/TestDataFormatterScript.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-skip-summary/Makefile vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-skip-summary/TestDataFormatterSkipSummary.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-smart-array/TestDataFormatterSmartArray.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/TestInitializerList.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/TestDataFormatterLibccIterator.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/TestDataFormatterLibcxxMultiSet.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/TestDataFormatterLibcxxSet.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/TestDataFormatterLibcxxString.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/TestDataFormatterLibcxxVector.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/TestDataFormatterStdIterator.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/TestDataFormatterStdList.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/TestDataFormatterStdString.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/TestDataFormatterStdVBool.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/TestDataFormatterStdVector.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/dump_dynamic/TestDumpDynamic.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/nsarraysynth/TestNSArraySynthetic.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/nsdictionarysynth/TestNSDictionarySynthetic.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/nssetsynth/TestNSSetSynthetic.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/ostypeformatting/TestFormattersOsType.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/setvaluefromcstring/TestSetValueFromCString.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/stringprinter/TestStringPrinter.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/synthcapping/TestSyntheticCapping.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/synthcapping/fooSynthProvider.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/synthcapping/main.cpp vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/TestSyntheticFilterRecompute.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/typedef_array/TestTypedefArray.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/varscript_formatting/TestDataFormatterVarScriptFormatting.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/data-formatter/vector-types/TestVectorTypesFormatting.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/dead-strip/TestDeadStrip.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/disassembly/TestDisassembleBreakpoint.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/embedded_interpreter/TestConvenienceVariables.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/fat_archives/TestFatArchives.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/format/TestFormats.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/inferior-assert/TestInferiorAssert.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/inferior-changed/TestInferiorChanged.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/inferior-crashing/TestInferiorCrashing.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/jitloader_gdb/TestJITLoaderGDB.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/longjmp/TestLongjmp.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/paths/TestPaths.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/platform/TestPlatformCommand.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/TestMiniDump.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/process_attach/attach_denied/TestAttachDenied.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/process_group/TestChangeProcessGroup.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/process_launch/TestProcessLaunch.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/process_launch/print_env.cpp vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/process_save_core/TestProcessSaveCore.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/register/TestRegisters.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/rerun/TestRerun.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/set-data/TestSetData.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/signal/TestSendSignal.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/signal/handle-segv/TestHandleSegv.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/signal/raise/TestRaise.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/single-quote-in-filename-to-lldb/TestSingleQuoteInFilename.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/stop-hook/TestStopHookCmd.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/stop-hook/TestStopHookMechanism.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/backtrace_all/TestBacktraceAll.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/break_after_join/main.cpp vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/main.cpp vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/crash_during_step/TestCrashDuringStep.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/create_during_step/TestCreateDuringStep.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/create_during_step/main.cpp vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/main.cpp vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/TestExitDuringStep.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/main.cpp vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/jump/TestThreadJump.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/multi_break/main.cpp vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/state/TestThreadStates.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/step_out/TestThreadStepOut.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/step_out/main.cpp vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/thread_exit/TestThreadExit.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/thread_exit/main.cpp vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/type_completion/TestTypeCompletion.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/unwind/sigtramp/TestSigtrampUnwind.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/value_md5_crash/TestValueMD5Crash.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchlocation/main.cpp vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_threads/main.cpp vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandLLDB.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_on_vectors/TestValueOfVectorVariable.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_on_vectors/main.c vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py vendor/lldb/dist/packages/Python/lldbsuite/test/help/TestHelp.py vendor/lldb/dist/packages/Python/lldbsuite/test/issue_verification/TestRerunTimeout.py.park vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/anonymous/TestAnonymous.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/array_types/TestArrayTypes.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/bitfields/main.c vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/blocks/TestBlocks.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/enum_types/main.c vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/function_types/TestFunctionTypes.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/register_variables/Makefile vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/register_variables/TestRegisterVariables.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/register_variables/test.c vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/set_values/TestSetValues.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/shared_lib_stripped_symbols/TestSharedLibStrippedSymbols.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/stepping/TestStepAndBreakpoints.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/strings/TestCStrings.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/struct_types/TestStructTypes.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/tls_globals/TestTlsGlobals.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/tls_globals/a.c vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/tls_globals/main.c vendor/lldb/dist/packages/Python/lldbsuite/test/lang/c/typedef/Testtypedef.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/call-function/TestCallCPPFunction.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/chained-calls/TestCppChainedCalls.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/char1632_t/TestChar1632T.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/class_types/TestClassTypes.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/class_types/TestClassTypesDisassembly.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/diamond/TestDiamond.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestCppValueCast.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestDynamicValue.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/frame-var-anon-unions/TestFrameVariableAnonymousUnions.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/global_operators/TestCppGlobalOperators.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/TestCppIncompleteTypes.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/rvalue-references/TestRvalueReferences.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/signed_types/TestSignedTypes.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/static_members/TestCPPStaticMembers.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/static_methods/TestCPPStaticMethods.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/stl/TestSTL.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/stl/TestStdCXXDisassembly.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/this/TestCPPThis.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/unsigned_types/TestUnsignedTypes.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/virtual/TestVirtual.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/cpp/virtual/main.cpp vendor/lldb/dist/packages/Python/lldbsuite/test/lang/go/expressions/TestExpressions.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/go/formatters/TestGoFormatters.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/go/goroutines/TestGoroutines.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/go/runtime/TestGoLanguageRuntime vendor/lldb/dist/packages/Python/lldbsuite/test/lang/go/types/TestGoASTContext.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/blocks/TestObjCIvarsInBlocks.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/forward-decl/TestForwardDecl.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/foundation/TestConstStrings.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/foundation/TestFoundationDisassembly.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjCMethods.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjCMethods2.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjectDescriptionAPI.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/foundation/TestRuntimeTypes.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/foundation/TestSymbolTable.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/global_ptrs/TestGlobalObjects.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/hidden-ivars/TestHiddenIvars.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/TestObjCiVarIMP.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/modules-auto-import/TestModulesAutoImport.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/modules-incomplete/TestIncompleteModules.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/modules/TestObjCModules.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc++/TestObjCXX.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-baseclass-sbtype/TestObjCBaseClassSBType.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-builtin-types/TestObjCBuiltinTypes.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-checker/TestObjCCheckers.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-class-method/TestObjCClassMethod.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-dyn-sbtype/TestObjCDynamicSBType.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-ivar-protocols/TestIvarProtocols.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-optimized/TestObjcOptimized.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-property/TestObjCProperty.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-property/main.m vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-runtime-ivars/TestRuntimeIvars.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/Makefile vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-static-method/TestObjCStaticMethod.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-stepping/TestObjCStepping.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/TestObjCStructArgument.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-struct-return/TestObjCStructReturn.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/objc-super/TestObjCSuper.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/print-obj/TestPrintObj.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/radar-9691614/TestObjCMethodReturningBOOL.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/rdar-10967107/TestRdar10967107.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/rdar-11355592/TestRdar11355592.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/rdar-12408181/TestRdar12408181.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/real-definition/TestRealDefinition.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objc/self/TestObjCSelf.py vendor/lldb/dist/packages/Python/lldbsuite/test/lang/objcxx/objcxx-ivar-vector/TestIvarVector.py vendor/lldb/dist/packages/Python/lldbsuite/test/linux/builtin_trap/TestBuiltinTrap.py vendor/lldb/dist/packages/Python/lldbsuite/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py vendor/lldb/dist/packages/Python/lldbsuite/test/lldbinline.py vendor/lldb/dist/packages/Python/lldbsuite/test/lldbpexpect.py vendor/lldb/dist/packages/Python/lldbsuite/test/lldbplatformutil.py vendor/lldb/dist/packages/Python/lldbsuite/test/lldbtest.py vendor/lldb/dist/packages/Python/lldbsuite/test/lldbutil.py vendor/lldb/dist/packages/Python/lldbsuite/test/logging/TestLogging.py vendor/lldb/dist/packages/Python/lldbsuite/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py vendor/lldb/dist/packages/Python/lldbsuite/test/macosx/debug-info/apple_types/TestAppleTypesIsProduced.py vendor/lldb/dist/packages/Python/lldbsuite/test/macosx/indirect_symbol/TestIndirectSymbols.py vendor/lldb/dist/packages/Python/lldbsuite/test/macosx/order/TestOrderFile.py vendor/lldb/dist/packages/Python/lldbsuite/test/macosx/queues/TestQueues.py vendor/lldb/dist/packages/Python/lldbsuite/test/macosx/safe-to-func-call/TestSafeFuncCalls.py vendor/lldb/dist/packages/Python/lldbsuite/test/macosx/universal/TestUniversal.py vendor/lldb/dist/packages/Python/lldbsuite/test/macosx/universal/main.c vendor/lldb/dist/packages/Python/lldbsuite/test/make/Makefile.rules vendor/lldb/dist/packages/Python/lldbsuite/test/make/test_common.h vendor/lldb/dist/packages/Python/lldbsuite/test/plugins/builder_base.py vendor/lldb/dist/packages/Python/lldbsuite/test/plugins/builder_darwin.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/class_members/TestSBTypeClassMembers.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/disassemble-raw-data/TestDisassembleRawData.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/event/TestEvents.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/exprpath_synthetic/TestExprPathSynthetic.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/findvalue_duplist/TestSBFrameFindValue.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/frame/inlines/TestInlinedFrame.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/function_symbol/TestDisasmAPI.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/function_symbol/TestSymbolAPI.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/lldbutil/frame/TestFrameUtils.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/lldbutil/iter/TestLLDBIterator.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/lldbutil/iter/TestRegistersIterator.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/lldbutil/process/TestPrintStackTraces.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/module_section/TestModuleAndSection.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/objc_type/TestObjCType.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/process/io/TestProcessIO.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/sbtype_typeclass/TestSBTypeTypeClass.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/sbvalue_persist/TestSBValuePersist.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/type/TestTypeList.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/value/change_values/TestChangeValueAPI.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/value/linked_list/TestValueAPILinkedList.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/value/main.c vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/value_var_update/TestValueVarUpdate.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/watchpoint/TestSetWatchpoint.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/watchpoint/TestWatchpointIgnoreCount.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/watchpoint/TestWatchpointIter.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py vendor/lldb/dist/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py vendor/lldb/dist/packages/Python/lldbsuite/test/settings/TestSettings.py vendor/lldb/dist/packages/Python/lldbsuite/test/settings/quoting/TestQuoting.py vendor/lldb/dist/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py vendor/lldb/dist/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py vendor/lldb/dist/packages/Python/lldbsuite/test/test_categories.py vendor/lldb/dist/packages/Python/lldbsuite/test/test_result.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiExit.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiFile.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiGdbSetShow.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiLibraryLoaded.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiPrompt.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/breakpoint/TestMiBreak.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/data/TestMiData.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiCliSupport.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/signal/TestMiSignal.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/stack/TestMiStack.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/stack/main.cpp vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/startup_options/TestMiStartupOptions.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/symbol/TestMiSymbol.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/syntax/TestMiSyntax.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/target/TestMiTarget.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/variable/TestMiGdbSetShowPrint.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-mi/variable/TestMiVar.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/TestGDBRemoteMemoryRead.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteAttach.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteAuxvSupport.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteExpeditedRegisters.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteKill.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteRegisterState.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteSingleStep.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_vCont.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubSetSID.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/TestGdbRemoteSegFault.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/platform-process-connect/TestPlatformProcessConnect.py vendor/lldb/dist/packages/Python/lldbsuite/test/tools/lldb-server/socket_packet_pump.py vendor/lldb/dist/packages/Python/lldbsuite/test/types/TestFloatTypes.py vendor/lldb/dist/packages/Python/lldbsuite/test/types/TestFloatTypesExpr.py vendor/lldb/dist/packages/Python/lldbsuite/test/types/TestIntegerTypes.py vendor/lldb/dist/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py vendor/lldb/dist/packages/Python/lldbsuite/test/warnings/uuid/TestAddDsymCommand.py vendor/lldb/dist/resources/LLDB-Info.plist vendor/lldb/dist/scripts/CMakeLists.txt vendor/lldb/dist/scripts/Python/finishSwigPythonLLDB.py vendor/lldb/dist/scripts/Python/modules/readline/readline.cpp vendor/lldb/dist/scripts/Python/prepare_binding_Python.py vendor/lldb/dist/scripts/Python/python-extensions.swig vendor/lldb/dist/scripts/Python/python-typemaps.swig vendor/lldb/dist/scripts/Python/python-wrapper.swig vendor/lldb/dist/scripts/Python/use_lldb_suite.py vendor/lldb/dist/scripts/finishSwigWrapperClasses.py vendor/lldb/dist/scripts/interface/SBCommandReturnObject.i vendor/lldb/dist/scripts/interface/SBDebugger.i vendor/lldb/dist/scripts/interface/SBExpressionOptions.i vendor/lldb/dist/scripts/interface/SBFileSpec.i vendor/lldb/dist/scripts/interface/SBHostOS.i vendor/lldb/dist/scripts/interface/SBProcess.i vendor/lldb/dist/scripts/interface/SBTarget.i vendor/lldb/dist/scripts/interface/SBThread.i vendor/lldb/dist/scripts/interface/SBValue.i vendor/lldb/dist/scripts/lldb.swig vendor/lldb/dist/scripts/prepare_bindings.py vendor/lldb/dist/scripts/use_lldb_suite.py vendor/lldb/dist/source/API/CMakeLists.txt vendor/lldb/dist/source/API/SBAddress.cpp vendor/lldb/dist/source/API/SBBlock.cpp vendor/lldb/dist/source/API/SBBreakpoint.cpp vendor/lldb/dist/source/API/SBBreakpointLocation.cpp vendor/lldb/dist/source/API/SBBroadcaster.cpp vendor/lldb/dist/source/API/SBCommandInterpreter.cpp vendor/lldb/dist/source/API/SBCommandReturnObject.cpp vendor/lldb/dist/source/API/SBDebugger.cpp vendor/lldb/dist/source/API/SBExpressionOptions.cpp vendor/lldb/dist/source/API/SBFileSpec.cpp vendor/lldb/dist/source/API/SBFrame.cpp vendor/lldb/dist/source/API/SBFunction.cpp vendor/lldb/dist/source/API/SBHostOS.cpp vendor/lldb/dist/source/API/SBInstruction.cpp vendor/lldb/dist/source/API/SBInstructionList.cpp vendor/lldb/dist/source/API/SBListener.cpp vendor/lldb/dist/source/API/SBModule.cpp vendor/lldb/dist/source/API/SBProcess.cpp vendor/lldb/dist/source/API/SBStringList.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/SBValue.cpp vendor/lldb/dist/source/API/SBWatchpoint.cpp vendor/lldb/dist/source/API/SystemInitializerFull.cpp vendor/lldb/dist/source/API/liblldb.exports 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/BreakpointLocationCollection.cpp vendor/lldb/dist/source/Breakpoint/BreakpointLocationList.cpp vendor/lldb/dist/source/Breakpoint/BreakpointResolver.cpp vendor/lldb/dist/source/Breakpoint/BreakpointResolverAddress.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/BreakpointSite.cpp vendor/lldb/dist/source/Breakpoint/BreakpointSiteList.cpp vendor/lldb/dist/source/Breakpoint/WatchpointList.cpp vendor/lldb/dist/source/Commands/CommandCompletions.cpp vendor/lldb/dist/source/Commands/CommandObjectApropos.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/CommandObjectBugreport.cpp vendor/lldb/dist/source/Commands/CommandObjectCommands.cpp vendor/lldb/dist/source/Commands/CommandObjectDisassemble.cpp vendor/lldb/dist/source/Commands/CommandObjectDisassemble.h 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/CommandObjectHelp.h vendor/lldb/dist/source/Commands/CommandObjectLanguage.cpp vendor/lldb/dist/source/Commands/CommandObjectLanguage.h vendor/lldb/dist/source/Commands/CommandObjectLog.cpp vendor/lldb/dist/source/Commands/CommandObjectMemory.cpp vendor/lldb/dist/source/Commands/CommandObjectMultiword.cpp vendor/lldb/dist/source/Commands/CommandObjectPlatform.cpp vendor/lldb/dist/source/Commands/CommandObjectPlugin.cpp vendor/lldb/dist/source/Commands/CommandObjectProcess.cpp vendor/lldb/dist/source/Commands/CommandObjectQuit.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/CommandObjectSyntax.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/CommandObjectVersion.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/AddressRange.cpp vendor/lldb/dist/source/Core/AddressResolverName.cpp vendor/lldb/dist/source/Core/ArchSpec.cpp vendor/lldb/dist/source/Core/Broadcaster.cpp vendor/lldb/dist/source/Core/Communication.cpp vendor/lldb/dist/source/Core/ConnectionSharedMemory.cpp vendor/lldb/dist/source/Core/ConstString.cpp vendor/lldb/dist/source/Core/CxaDemangle.cpp vendor/lldb/dist/source/Core/DataBufferHeap.cpp vendor/lldb/dist/source/Core/DataBufferMemoryMap.cpp vendor/lldb/dist/source/Core/DataEncoder.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/DynamicLoader.cpp vendor/lldb/dist/source/Core/EmulateInstruction.cpp vendor/lldb/dist/source/Core/Error.cpp vendor/lldb/dist/source/Core/Event.cpp vendor/lldb/dist/source/Core/FastDemangle.cpp vendor/lldb/dist/source/Core/FileSpecList.cpp vendor/lldb/dist/source/Core/FormatEntity.cpp vendor/lldb/dist/source/Core/IOHandler.cpp vendor/lldb/dist/source/Core/Listener.cpp vendor/lldb/dist/source/Core/Log.cpp vendor/lldb/dist/source/Core/Logging.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/RegisterValue.cpp vendor/lldb/dist/source/Core/RegularExpression.cpp vendor/lldb/dist/source/Core/Scalar.cpp vendor/lldb/dist/source/Core/SearchFilter.cpp vendor/lldb/dist/source/Core/Section.cpp vendor/lldb/dist/source/Core/StreamCallback.cpp vendor/lldb/dist/source/Core/Timer.cpp vendor/lldb/dist/source/Core/UserSettingsController.cpp vendor/lldb/dist/source/Core/Value.cpp vendor/lldb/dist/source/Core/ValueObject.cpp vendor/lldb/dist/source/Core/ValueObjectConstResult.cpp vendor/lldb/dist/source/Core/ValueObjectConstResultCast.cpp vendor/lldb/dist/source/Core/ValueObjectConstResultChild.cpp vendor/lldb/dist/source/Core/ValueObjectConstResultImpl.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/DumpValueObjectOptions.cpp vendor/lldb/dist/source/DataFormatters/FormatCache.cpp vendor/lldb/dist/source/DataFormatters/FormatManager.cpp vendor/lldb/dist/source/DataFormatters/FormattersHelpers.cpp vendor/lldb/dist/source/DataFormatters/StringPrinter.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/DataFormatters/TypeSynthetic.cpp vendor/lldb/dist/source/DataFormatters/ValueObjectPrinter.cpp vendor/lldb/dist/source/Expression/CMakeLists.txt vendor/lldb/dist/source/Expression/DWARFExpression.cpp vendor/lldb/dist/source/Expression/ExpressionSourceCode.cpp vendor/lldb/dist/source/Expression/ExpressionVariable.cpp vendor/lldb/dist/source/Expression/FunctionCaller.cpp vendor/lldb/dist/source/Expression/IRDynamicChecks.cpp vendor/lldb/dist/source/Expression/IRExecutionUnit.cpp vendor/lldb/dist/source/Expression/IRInterpreter.cpp vendor/lldb/dist/source/Expression/IRMemoryMap.cpp vendor/lldb/dist/source/Expression/LLVMUserExpression.cpp vendor/lldb/dist/source/Expression/Materializer.cpp vendor/lldb/dist/source/Expression/REPL.cpp vendor/lldb/dist/source/Expression/UserExpression.cpp vendor/lldb/dist/source/Expression/UtilityFunction.cpp vendor/lldb/dist/source/Host/android/LibcGlue.cpp vendor/lldb/dist/source/Host/common/Editline.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/HostInfoBase.cpp vendor/lldb/dist/source/Host/common/HostProcess.cpp vendor/lldb/dist/source/Host/common/MonitoringProcessLauncher.cpp vendor/lldb/dist/source/Host/common/NativeBreakpointList.cpp vendor/lldb/dist/source/Host/common/NativeProcessProtocol.cpp vendor/lldb/dist/source/Host/common/OptionParser.cpp vendor/lldb/dist/source/Host/common/Socket.cpp vendor/lldb/dist/source/Host/common/SocketAddress.cpp vendor/lldb/dist/source/Host/common/SoftwareBreakpoint.cpp vendor/lldb/dist/source/Host/common/TCPSocket.cpp vendor/lldb/dist/source/Host/common/UDPSocket.cpp vendor/lldb/dist/source/Host/linux/Host.cpp vendor/lldb/dist/source/Host/linux/HostInfoLinux.cpp vendor/lldb/dist/source/Host/macosx/Host.mm vendor/lldb/dist/source/Host/macosx/HostInfoMacOSX.mm vendor/lldb/dist/source/Host/macosx/ThisThread.cpp vendor/lldb/dist/source/Host/posix/ConnectionFileDescriptorPosix.cpp vendor/lldb/dist/source/Host/posix/DomainSocket.cpp vendor/lldb/dist/source/Host/posix/FileSystem.cpp vendor/lldb/dist/source/Host/posix/HostInfoPosix.cpp vendor/lldb/dist/source/Host/posix/HostProcessPosix.cpp vendor/lldb/dist/source/Host/posix/HostThreadPosix.cpp vendor/lldb/dist/source/Host/windows/ConnectionGenericFileWindows.cpp vendor/lldb/dist/source/Host/windows/FileSystem.cpp vendor/lldb/dist/source/Host/windows/Host.cpp vendor/lldb/dist/source/Host/windows/HostInfoWindows.cpp vendor/lldb/dist/source/Host/windows/HostProcessWindows.cpp vendor/lldb/dist/source/Host/windows/PipeWindows.cpp vendor/lldb/dist/source/Host/windows/ProcessLauncherWindows.cpp vendor/lldb/dist/source/Host/windows/Windows.cpp vendor/lldb/dist/source/Initialization/SystemInitializerCommon.cpp vendor/lldb/dist/source/Initialization/SystemLifetimeManager.cpp vendor/lldb/dist/source/Interpreter/Args.cpp vendor/lldb/dist/source/Interpreter/CMakeLists.txt vendor/lldb/dist/source/Interpreter/CommandHistory.cpp vendor/lldb/dist/source/Interpreter/CommandInterpreter.cpp vendor/lldb/dist/source/Interpreter/CommandObject.cpp vendor/lldb/dist/source/Interpreter/CommandObjectScript.cpp vendor/lldb/dist/source/Interpreter/OptionGroupValueObjectDisplay.cpp vendor/lldb/dist/source/Interpreter/OptionValueArray.cpp vendor/lldb/dist/source/Interpreter/OptionValueFileSpecLIst.cpp vendor/lldb/dist/source/Interpreter/OptionValuePathMappings.cpp vendor/lldb/dist/source/Interpreter/OptionValueProperties.cpp vendor/lldb/dist/source/Interpreter/Options.cpp vendor/lldb/dist/source/Plugins/ABI/CMakeLists.txt vendor/lldb/dist/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp vendor/lldb/dist/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp vendor/lldb/dist/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp vendor/lldb/dist/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp vendor/lldb/dist/source/Plugins/ABI/SysV-arm/ABISysV_arm.h vendor/lldb/dist/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp vendor/lldb/dist/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp vendor/lldb/dist/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp vendor/lldb/dist/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp vendor/lldb/dist/source/Plugins/ABI/SysV-mips/ABISysV_mips.h vendor/lldb/dist/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp vendor/lldb/dist/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.h vendor/lldb/dist/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp vendor/lldb/dist/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp vendor/lldb/dist/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp vendor/lldb/dist/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp vendor/lldb/dist/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.h vendor/lldb/dist/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp vendor/lldb/dist/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h vendor/lldb/dist/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp vendor/lldb/dist/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h vendor/lldb/dist/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeLists.txt vendor/lldb/dist/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp vendor/lldb/dist/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.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/DynamicLoader/Static/DynamicLoaderStatic.cpp vendor/lldb/dist/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ASTDumper.cpp vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ClangASTSource.h vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp vendor/lldb/dist/source/Plugins/ExpressionParser/Clang/IRForTarget.h vendor/lldb/dist/source/Plugins/ExpressionParser/Go/GoAST.h vendor/lldb/dist/source/Plugins/ExpressionParser/Go/GoUserExpression.cpp vendor/lldb/dist/source/Plugins/ExpressionParser/Go/GoUserExpression.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.cpp vendor/lldb/dist/source/Plugins/Instruction/ARM/EmulationStateARM.h vendor/lldb/dist/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp vendor/lldb/dist/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp vendor/lldb/dist/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp vendor/lldb/dist/source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp vendor/lldb/dist/source/Plugins/InstrumentationRuntime/CMakeLists.txt vendor/lldb/dist/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp vendor/lldb/dist/source/Plugins/Language/CMakeLists.txt vendor/lldb/dist/source/Plugins/Language/CPlusPlus/CMakeLists.txt vendor/lldb/dist/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp vendor/lldb/dist/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp vendor/lldb/dist/source/Plugins/Language/CPlusPlus/LibCxx.cpp vendor/lldb/dist/source/Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp vendor/lldb/dist/source/Plugins/Language/CPlusPlus/LibCxxList.cpp vendor/lldb/dist/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp vendor/lldb/dist/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp vendor/lldb/dist/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp vendor/lldb/dist/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp vendor/lldb/dist/source/Plugins/Language/CPlusPlus/LibStdcpp.h vendor/lldb/dist/source/Plugins/Language/ObjC/CF.cpp vendor/lldb/dist/source/Plugins/Language/ObjC/Cocoa.cpp vendor/lldb/dist/source/Plugins/Language/ObjC/Cocoa.h vendor/lldb/dist/source/Plugins/Language/ObjC/NSArray.cpp vendor/lldb/dist/source/Plugins/Language/ObjC/NSDictionary.cpp vendor/lldb/dist/source/Plugins/Language/ObjC/NSError.cpp vendor/lldb/dist/source/Plugins/Language/ObjC/NSException.cpp vendor/lldb/dist/source/Plugins/Language/ObjC/NSIndexPath.cpp vendor/lldb/dist/source/Plugins/Language/ObjC/NSSet.cpp vendor/lldb/dist/source/Plugins/Language/ObjC/ObjCLanguage.cpp vendor/lldb/dist/source/Plugins/Language/ObjC/ObjCLanguage.h vendor/lldb/dist/source/Plugins/LanguageRuntime/CMakeLists.txt vendor/lldb/dist/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp vendor/lldb/dist/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h vendor/lldb/dist/source/Plugins/LanguageRuntime/Go/GoLanguageRuntime.cpp vendor/lldb/dist/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp vendor/lldb/dist/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h vendor/lldb/dist/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp vendor/lldb/dist/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp vendor/lldb/dist/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp vendor/lldb/dist/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp vendor/lldb/dist/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h vendor/lldb/dist/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp vendor/lldb/dist/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h vendor/lldb/dist/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp vendor/lldb/dist/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp vendor/lldb/dist/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp vendor/lldb/dist/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h vendor/lldb/dist/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp vendor/lldb/dist/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp vendor/lldb/dist/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h vendor/lldb/dist/source/Plugins/ObjectFile/ELF/ELFHeader.cpp vendor/lldb/dist/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp vendor/lldb/dist/source/Plugins/ObjectFile/ELF/ObjectFileELF.h vendor/lldb/dist/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp vendor/lldb/dist/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp vendor/lldb/dist/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h vendor/lldb/dist/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp vendor/lldb/dist/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h vendor/lldb/dist/source/Plugins/OperatingSystem/Go/OperatingSystemGo.cpp vendor/lldb/dist/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp vendor/lldb/dist/source/Plugins/Platform/Android/AdbClient.cpp vendor/lldb/dist/source/Plugins/Platform/Android/AdbClient.h vendor/lldb/dist/source/Plugins/Platform/Android/PlatformAndroid.cpp vendor/lldb/dist/source/Plugins/Platform/Android/PlatformAndroid.h vendor/lldb/dist/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp vendor/lldb/dist/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h vendor/lldb/dist/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp vendor/lldb/dist/source/Plugins/Platform/Linux/PlatformLinux.cpp vendor/lldb/dist/source/Plugins/Platform/Linux/PlatformLinux.h vendor/lldb/dist/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp vendor/lldb/dist/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.cpp vendor/lldb/dist/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.cpp vendor/lldb/dist/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp vendor/lldb/dist/source/Plugins/Platform/MacOSX/PlatformDarwin.h vendor/lldb/dist/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp vendor/lldb/dist/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp vendor/lldb/dist/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp vendor/lldb/dist/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp vendor/lldb/dist/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp vendor/lldb/dist/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp vendor/lldb/dist/source/Plugins/Platform/NetBSD/PlatformNetBSD.h vendor/lldb/dist/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp vendor/lldb/dist/source/Plugins/Platform/POSIX/PlatformPOSIX.h vendor/lldb/dist/source/Plugins/Platform/Windows/PlatformWindows.cpp vendor/lldb/dist/source/Plugins/Platform/Windows/PlatformWindows.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/FreeBSDThread.cpp 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/Linux/CMakeLists.txt vendor/lldb/dist/source/Plugins/Process/Linux/NativeProcessLinux.cpp vendor/lldb/dist/source/Plugins/Process/Linux/NativeProcessLinux.h vendor/lldb/dist/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp vendor/lldb/dist/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.h vendor/lldb/dist/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp vendor/lldb/dist/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.h vendor/lldb/dist/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp vendor/lldb/dist/source/Plugins/Process/Linux/NativeThreadLinux.cpp vendor/lldb/dist/source/Plugins/Process/Linux/NativeThreadLinux.h vendor/lldb/dist/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp vendor/lldb/dist/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h vendor/lldb/dist/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp vendor/lldb/dist/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h vendor/lldb/dist/source/Plugins/Process/Utility/CMakeLists.txt vendor/lldb/dist/source/Plugins/Process/Utility/HistoryThread.cpp vendor/lldb/dist/source/Plugins/Process/Utility/HistoryThread.h vendor/lldb/dist/source/Plugins/Process/Utility/HistoryUnwind.cpp vendor/lldb/dist/source/Plugins/Process/Utility/HistoryUnwind.h vendor/lldb/dist/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp vendor/lldb/dist/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp vendor/lldb/dist/source/Plugins/Process/Utility/RegisterContextDarwin_arm.h vendor/lldb/dist/source/Plugins/Process/Utility/RegisterContextLLDB.cpp vendor/lldb/dist/source/Plugins/Process/Utility/RegisterInfos_mips.h vendor/lldb/dist/source/Plugins/Process/Utility/RegisterInfos_mips64.h vendor/lldb/dist/source/Plugins/Process/Utility/StopInfoMachException.cpp vendor/lldb/dist/source/Plugins/Process/Windows/Common/ProcessWindows.cpp vendor/lldb/dist/source/Plugins/Process/Windows/Common/ProcessWindows.h vendor/lldb/dist/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp vendor/lldb/dist/source/Plugins/Process/Windows/Common/x86/RegisterContextWindows_x86.cpp vendor/lldb/dist/source/Plugins/Process/Windows/Common/x86/RegisterContextWindows_x86.h vendor/lldb/dist/source/Plugins/Process/Windows/Live/DebuggerThread.cpp vendor/lldb/dist/source/Plugins/Process/Windows/Live/ProcessWindowsLive.cpp vendor/lldb/dist/source/Plugins/Process/Windows/Live/ProcessWindowsLive.h vendor/lldb/dist/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.cpp vendor/lldb/dist/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h vendor/lldb/dist/source/Plugins/Process/elf-core/CMakeLists.txt vendor/lldb/dist/source/Plugins/Process/elf-core/ProcessElfCore.cpp vendor/lldb/dist/source/Plugins/Process/elf-core/ProcessElfCore.h 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/GDBRemoteCommunicationServerCommon.h vendor/lldb/dist/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp vendor/lldb/dist/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h vendor/lldb/dist/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp vendor/lldb/dist/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h vendor/lldb/dist/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp 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/mach-core/ProcessMachCore.cpp vendor/lldb/dist/source/Plugins/Process/mach-core/ProcessMachCore.h vendor/lldb/dist/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp vendor/lldb/dist/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h vendor/lldb/dist/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp vendor/lldb/dist/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h vendor/lldb/dist/source/Plugins/SymbolFile/CMakeLists.txt vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/CMakeLists.txt vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DIERef.cpp vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DIERef.h vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.cpp 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/DWARFDIE.cpp vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDIE.h vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDIECollection.cpp vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDIECollection.h vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h 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/DWARFDeclContext.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/HashedNameToDIE.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/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp vendor/lldb/dist/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h vendor/lldb/dist/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp vendor/lldb/dist/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp vendor/lldb/dist/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h vendor/lldb/dist/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp vendor/lldb/dist/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h vendor/lldb/dist/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp vendor/lldb/dist/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h vendor/lldb/dist/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp vendor/lldb/dist/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h vendor/lldb/dist/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp vendor/lldb/dist/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h vendor/lldb/dist/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp vendor/lldb/dist/source/Symbol/ArmUnwindInfo.cpp vendor/lldb/dist/source/Symbol/Block.cpp vendor/lldb/dist/source/Symbol/CMakeLists.txt vendor/lldb/dist/source/Symbol/ClangASTContext.cpp vendor/lldb/dist/source/Symbol/ClangASTImporter.cpp vendor/lldb/dist/source/Symbol/ClangExternalASTSourceCommon.cpp vendor/lldb/dist/source/Symbol/CompactUnwindInfo.cpp vendor/lldb/dist/source/Symbol/CompileUnit.cpp vendor/lldb/dist/source/Symbol/CompilerDecl.cpp vendor/lldb/dist/source/Symbol/CompilerDeclContext.cpp vendor/lldb/dist/source/Symbol/CompilerType.cpp vendor/lldb/dist/source/Symbol/DWARFCallFrameInfo.cpp vendor/lldb/dist/source/Symbol/FuncUnwinders.cpp vendor/lldb/dist/source/Symbol/Function.cpp vendor/lldb/dist/source/Symbol/GoASTContext.cpp vendor/lldb/dist/source/Symbol/LineEntry.cpp vendor/lldb/dist/source/Symbol/LineTable.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/SymbolFile.cpp vendor/lldb/dist/source/Symbol/SymbolVendor.cpp vendor/lldb/dist/source/Symbol/Symtab.cpp vendor/lldb/dist/source/Symbol/Type.cpp vendor/lldb/dist/source/Symbol/TypeSystem.cpp vendor/lldb/dist/source/Symbol/UnwindPlan.cpp vendor/lldb/dist/source/Symbol/UnwindTable.cpp vendor/lldb/dist/source/Symbol/Variable.cpp vendor/lldb/dist/source/Target/ABI.cpp vendor/lldb/dist/source/Target/ExecutionContext.cpp vendor/lldb/dist/source/Target/InstrumentationRuntime.cpp vendor/lldb/dist/source/Target/JITLoader.cpp vendor/lldb/dist/source/Target/JITLoaderList.cpp vendor/lldb/dist/source/Target/Language.cpp vendor/lldb/dist/source/Target/LanguageRuntime.cpp vendor/lldb/dist/source/Target/Memory.cpp vendor/lldb/dist/source/Target/MemoryHistory.cpp vendor/lldb/dist/source/Target/ObjCLanguageRuntime.cpp vendor/lldb/dist/source/Target/OperatingSystem.cpp vendor/lldb/dist/source/Target/PathMappingList.cpp vendor/lldb/dist/source/Target/Platform.cpp vendor/lldb/dist/source/Target/Process.cpp vendor/lldb/dist/source/Target/ProcessInfo.cpp vendor/lldb/dist/source/Target/ProcessLaunchInfo.cpp vendor/lldb/dist/source/Target/Queue.cpp vendor/lldb/dist/source/Target/QueueList.cpp vendor/lldb/dist/source/Target/RegisterContext.cpp vendor/lldb/dist/source/Target/SectionLoadHistory.cpp vendor/lldb/dist/source/Target/SectionLoadList.cpp vendor/lldb/dist/source/Target/StackFrame.cpp vendor/lldb/dist/source/Target/StackFrameList.cpp vendor/lldb/dist/source/Target/StackID.cpp vendor/lldb/dist/source/Target/StopInfo.cpp vendor/lldb/dist/source/Target/SystemRuntime.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/ThreadCollection.cpp vendor/lldb/dist/source/Target/ThreadList.cpp vendor/lldb/dist/source/Target/ThreadPlan.cpp vendor/lldb/dist/source/Target/ThreadPlanCallUserExpression.cpp vendor/lldb/dist/source/Target/ThreadPlanShouldStopHere.cpp vendor/lldb/dist/source/Target/ThreadPlanStepInstruction.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/UnixSignals.cpp vendor/lldb/dist/source/Target/UnwindAssembly.cpp vendor/lldb/dist/source/Utility/ConvertEnum.cpp vendor/lldb/dist/source/Utility/JSON.cpp vendor/lldb/dist/source/Utility/ModuleCache.cpp vendor/lldb/dist/source/Utility/SharingPtr.cpp vendor/lldb/dist/source/Utility/StringExtractor.cpp vendor/lldb/dist/source/Utility/StringExtractorGDBRemote.cpp vendor/lldb/dist/source/Utility/StringExtractorGDBRemote.h vendor/lldb/dist/source/Utility/TaskPool.cpp vendor/lldb/dist/test/CMakeLists.txt vendor/lldb/dist/test/use_lldb_suite.py vendor/lldb/dist/tools/compact-unwind/compact-unwind-dumper.c vendor/lldb/dist/tools/debugserver/debugserver.xcodeproj/project.pbxproj vendor/lldb/dist/tools/debugserver/source/DNB.cpp vendor/lldb/dist/tools/debugserver/source/DNB.h vendor/lldb/dist/tools/debugserver/source/DNBDataRef.cpp vendor/lldb/dist/tools/debugserver/source/MacOSX/CMakeLists.txt vendor/lldb/dist/tools/debugserver/source/MacOSX/MachException.cpp vendor/lldb/dist/tools/debugserver/source/MacOSX/MachProcess.h vendor/lldb/dist/tools/debugserver/source/MacOSX/MachProcess.mm vendor/lldb/dist/tools/debugserver/source/MacOSX/MachTask.h vendor/lldb/dist/tools/debugserver/source/MacOSX/MachTask.mm vendor/lldb/dist/tools/debugserver/source/RNBDefs.h vendor/lldb/dist/tools/debugserver/source/RNBRemote.cpp vendor/lldb/dist/tools/debugserver/source/RNBRemote.h vendor/lldb/dist/tools/debugserver/source/debugserver.cpp vendor/lldb/dist/tools/driver/Driver.cpp vendor/lldb/dist/tools/driver/Driver.h vendor/lldb/dist/tools/driver/Platform.cpp vendor/lldb/dist/tools/driver/Platform.h vendor/lldb/dist/tools/driver/lldb-Info.plist vendor/lldb/dist/tools/lldb-mi/CMakeLists.txt vendor/lldb/dist/tools/lldb-mi/MICmdCmdBreak.cpp vendor/lldb/dist/tools/lldb-mi/MICmdCmdData.cpp vendor/lldb/dist/tools/lldb-mi/MICmdCmdData.h vendor/lldb/dist/tools/lldb-mi/MICmdCmdThread.cpp vendor/lldb/dist/tools/lldb-mi/MICmdCmdThread.h vendor/lldb/dist/tools/lldb-mi/MICmdCmdVar.cpp vendor/lldb/dist/tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp vendor/lldb/dist/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp vendor/lldb/dist/tools/lldb-mi/MIUtilFileStd.cpp vendor/lldb/dist/tools/lldb-mi/Platform.h vendor/lldb/dist/tools/lldb-server/lldb-gdbserver.cpp vendor/lldb/dist/tools/lldb-server/lldb-server.cpp vendor/lldb/dist/unittests/CMakeLists.txt vendor/lldb/dist/unittests/Editline/EditlineTest.cpp vendor/lldb/dist/unittests/Host/CMakeLists.txt vendor/lldb/dist/unittests/Host/SocketAddressTest.cpp vendor/lldb/dist/unittests/Host/SocketTest.cpp vendor/lldb/dist/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp vendor/lldb/dist/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp vendor/lldb/dist/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp vendor/lldb/dist/unittests/Utility/CMakeLists.txt vendor/lldb/dist/www/build.html vendor/lldb/dist/www/status.html vendor/lldb/dist/www/test.html Modified: vendor/lldb/dist/.arcconfig ============================================================================== --- vendor/lldb/dist/.arcconfig Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/.arcconfig Sat Jul 23 20:50:09 2016 (r303241) @@ -1,4 +1,4 @@ { "project_id" : "lldb", - "conduit_uri" : "http://reviews.llvm.org/" + "conduit_uri" : "https://reviews.llvm.org/" } Modified: vendor/lldb/dist/.gitignore ============================================================================== --- vendor/lldb/dist/.gitignore Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/.gitignore Sat Jul 23 20:50:09 2016 (r303241) @@ -31,6 +31,7 @@ DerivedData/ build/ pyproj/ llvm-build/ +ninja/ *xcuserdata test/20* __pycache__/ Modified: vendor/lldb/dist/CMakeLists.txt ============================================================================== --- vendor/lldb/dist/CMakeLists.txt Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/CMakeLists.txt Sat Jul 23 20:50:09 2016 (r303241) @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.4.3) include(cmake/modules/LLDBStandalone.cmake) include(cmake/modules/LLDBConfig.cmake) @@ -31,7 +31,7 @@ add_subdirectory(lit) if (NOT LLDB_DISABLE_PYTHON) # Add a Post-Build Event to copy over Python files and create the symlink to liblldb.so for the Python API(hardlink on Windows) add_custom_target( finish_swig ALL - COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/scripts/finishSwigWrapperClasses.py "--srcRoot=${LLDB_SOURCE_DIR}" "--targetDir=${CMAKE_CURRENT_BINARY_DIR}/scripts" "--cfgBldDir=${CMAKE_CURRENT_BINARY_DIR}/scripts" "--prefix=${CMAKE_BINARY_DIR}" "--cmakeBuildConfiguration=${CMAKE_CFG_INTDIR}" -m + COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/scripts/finishSwigWrapperClasses.py "--srcRoot=${LLDB_SOURCE_DIR}" "--targetDir=${CMAKE_CURRENT_BINARY_DIR}/scripts" "--cfgBldDir=${CMAKE_CURRENT_BINARY_DIR}/scripts" "--prefix=${CMAKE_BINARY_DIR}" "--cmakeBuildConfiguration=${CMAKE_CFG_INTDIR}" "--lldbLibDir=lib${LLVM_LIBDIR_SUFFIX}" -m DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/scripts/finishSwigWrapperClasses.py DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/scripts/lldb.py COMMENT "Python script sym-linking LLDB Python API") Modified: vendor/lldb/dist/cmake/LLDBDependencies.cmake ============================================================================== --- vendor/lldb/dist/cmake/LLDBDependencies.cmake Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/cmake/LLDBDependencies.cmake Sat Jul 23 20:50:09 2016 (r303241) @@ -15,6 +15,7 @@ set( LLDB_USED_LIBS # Plugins lldbPluginDisassemblerLLVM lldbPluginSymbolFileDWARF + lldbPluginSymbolFilePDB lldbPluginSymbolFileSymtab lldbPluginDynamicLoaderStatic lldbPluginDynamicLoaderPosixDYLD @@ -23,6 +24,7 @@ set( LLDB_USED_LIBS lldbPluginCPlusPlusLanguage lldbPluginGoLanguage + lldbPluginJavaLanguage lldbPluginObjCLanguage lldbPluginObjCPlusPlusLanguage @@ -50,6 +52,7 @@ set( LLDB_USED_LIBS lldbPluginAppleObjCRuntime lldbPluginRenderScriptRuntime lldbPluginLanguageRuntimeGo + lldbPluginLanguageRuntimeJava lldbPluginCXXItaniumABI lldbPluginABIMacOSX_arm lldbPluginABIMacOSX_arm64 @@ -63,6 +66,7 @@ set( LLDB_USED_LIBS lldbPluginABISysV_ppc64 lldbPluginABISysV_mips lldbPluginABISysV_mips64 + lldbPluginABISysV_s390x lldbPluginInstructionARM lldbPluginInstructionARM64 lldbPluginInstructionMIPS @@ -72,6 +76,7 @@ set( LLDB_USED_LIBS lldbPluginOSPython lldbPluginMemoryHistoryASan lldbPluginInstrumentationRuntimeAddressSanitizer + lldbPluginInstrumentationRuntimeThreadSanitizer lldbPluginSystemRuntimeMacOSX lldbPluginProcessElfCore lldbPluginJITLoaderGDB @@ -152,6 +157,11 @@ if (NOT CMAKE_SYSTEM_NAME MATCHES "Windo endif() endif() endif() + +if (NOT HAVE_CXX_ATOMICS64_WITHOUT_LIB ) + list(APPEND LLDB_SYSTEM_LIBS atomic) +endif() + # On FreeBSD/NetBSD backtrace() is provided by libexecinfo, not libc. if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR CMAKE_SYSTEM_NAME MATCHES "NetBSD") list(APPEND LLDB_SYSTEM_LIBS execinfo) @@ -172,7 +182,7 @@ if (LLVM_BUILD_STATIC) endif() endif() -set( LLVM_LINK_COMPONENTS +set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} interpreter asmparser @@ -190,6 +200,7 @@ set( LLVM_LINK_COMPONENTS runtimedyld option support + coverage ) if ( NOT LLDB_DISABLE_PYTHON ) Modified: vendor/lldb/dist/cmake/modules/AddLLDB.cmake ============================================================================== --- vendor/lldb/dist/cmake/modules/AddLLDB.cmake Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/cmake/modules/AddLLDB.cmake Sat Jul 23 20:50:09 2016 (r303241) @@ -68,7 +68,7 @@ macro(add_lldb_library name) target_link_libraries(${name} ${cmake_2_8_12_PUBLIC} ${CLANG_USED_LIBS}) endif() endif() - llvm_config(${name} ${LLVM_LINK_COMPONENTS}) + llvm_config(${name} ${LLVM_LINK_COMPONENTS} ${LLVM_PRIVATE_LINK_COMPONENTS}) if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY OR ${name} STREQUAL "liblldb") if (PARAM_SHARED) Modified: vendor/lldb/dist/cmake/modules/LLDBConfig.cmake ============================================================================== --- vendor/lldb/dist/cmake/modules/LLDBConfig.cmake Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/cmake/modules/LLDBConfig.cmake Sat Jul 23 20:50:09 2016 (r303241) @@ -1,3 +1,5 @@ +include(CheckCXXSymbolExists) + set(LLDB_PROJECT_ROOT ${CMAKE_CURRENT_SOURCE_DIR}) set(LLDB_SOURCE_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/source") set(LLDB_INCLUDE_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/include") @@ -245,6 +247,11 @@ if( MSVC ) ) endif() +# Use the Unicode (UTF-16) APIs by default on Win32 +if (CMAKE_SYSTEM_NAME MATCHES "Windows") + add_definitions( /D _UNICODE /D UNICODE ) +endif() + set(LLDB_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}) set(LLDB_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}) @@ -331,28 +338,6 @@ if (HAVE_LIBDL) list(APPEND system_libs ${CMAKE_DL_LIBS}) endif() -if(LLDB_REQUIRES_EH) - set(LLDB_REQUIRES_RTTI ON) -else() - if(LLVM_COMPILER_IS_GCC_COMPATIBLE) - set(LLDB_COMPILE_FLAGS "${LLDB_COMPILE_FLAGS} -fno-exceptions") - elseif(MSVC) - add_definitions( -D_HAS_EXCEPTIONS=0 ) - set(LLDB_COMPILE_FLAGS "${LLDB_COMPILE_FLAGS} /EHs-c-") - endif() -endif() - -# Disable RTTI by default -if(NOT LLDB_REQUIRES_RTTI) - if (LLVM_COMPILER_IS_GCC_COMPATIBLE) - set(LLDB_COMPILE_FLAGS "${LLDB_COMPILE_FLAGS} -fno-rtti") - elseif(MSVC) - set(LLDB_COMPILE_FLAGS "${LLDB_COMPILE_FLAGS} /GR-") - endif() -endif() - -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${LLDB_COMPILE_FLAGS}") - if (CMAKE_SYSTEM_NAME MATCHES "Linux") # Check for syscall used by lldb-server on linux. # If these are not found, it will fall back to ptrace (slow) for memory reads. @@ -410,3 +395,25 @@ if (NOT LLDB_DISABLE_CURSES) list(APPEND system_libs ${CURSES_LIBRARIES}) include_directories(${CURSES_INCLUDE_DIR}) endif () + +check_cxx_symbol_exists("__GLIBCXX__" "string" LLDB_USING_LIBSTDCXX) +if(LLDB_USING_LIBSTDCXX) + # There doesn't seem to be an easy way to check the library version. Instead, we rely on the + # fact that std::set did not have the allocator constructor available until version 4.9 + check_cxx_source_compiles(" + #include + std::set s = std::set(std::allocator()); + int main() { return 0; }" + LLDB_USING_LIBSTDCXX_4_9) + if (NOT LLDB_USING_LIBSTDCXX_4_9 AND NOT LLVM_ENABLE_EH) + message(WARNING + "You appear to be linking to libstdc++ version lesser than 4.9 without exceptions " + "enabled. These versions of the library have an issue, which causes occasional " + "lldb crashes. See for " + "details. Possible courses of action are:\n" + "- use libstdc++ version 4.9 or newer\n" + "- use libc++ (via LLVM_ENABLE_LIBCXX)\n" + "- enable exceptions (via LLVM_ENABLE_EH)\n" + "- ignore this warning and accept occasional instability") + endif() +endif() Modified: vendor/lldb/dist/cmake/modules/LLDBStandalone.cmake ============================================================================== --- vendor/lldb/dist/cmake/modules/LLDBStandalone.cmake Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/cmake/modules/LLDBStandalone.cmake Sat Jul 23 20:50:09 2016 (r303241) @@ -2,64 +2,91 @@ # standalone project, using LLVM as an external library: if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) project(lldb) - cmake_minimum_required(VERSION 2.8) + cmake_minimum_required(VERSION 2.8.12.2) - option(LLVM_INSTALL_TOOLCHAIN_ONLY "Only include toolchain files in the 'install' target." OFF) - - set(LLDB_PATH_TO_LLVM_SOURCE "" CACHE PATH - "Path to LLVM source code. Not necessary if using an installed LLVM.") - set(LLDB_PATH_TO_LLVM_BUILD "" CACHE PATH - "Path to the directory where LLVM was built or installed.") - - set(LLDB_PATH_TO_CLANG_SOURCE "" CACHE PATH - "Path to Clang source code. Not necessary if using an installed Clang.") - set(LLDB_PATH_TO_CLANG_BUILD "" CACHE PATH - "Path to the directory where Clang was built or installed.") - - if (LLDB_PATH_TO_LLVM_SOURCE) - if (NOT EXISTS "${LLDB_PATH_TO_LLVM_SOURCE}/cmake/config-ix.cmake") - message(FATAL_ERROR "Please set LLDB_PATH_TO_LLVM_SOURCE to the root " - "directory of LLVM source code.") - else() - get_filename_component(LLVM_MAIN_SRC_DIR ${LLDB_PATH_TO_LLVM_SOURCE} - ABSOLUTE) - set(LLVM_MAIN_INCLUDE_DIR "${LLVM_MAIN_SRC_DIR}/include") - list(APPEND CMAKE_MODULE_PATH "${LLVM_MAIN_SRC_DIR}/cmake/modules") - endif() + if (POLICY CMP0022) + cmake_policy(SET CMP0022 NEW) # automatic when 2.8.12 is required endif() - if (LLDB_PATH_TO_CLANG_SOURCE) - get_filename_component(CLANG_MAIN_SRC_DIR ${LLDB_PATH_TO_CLANG_SOURCE} - ABSOLUTE) - set(CLANG_MAIN_INCLUDE_DIR "${CLANG_MAIN_SRC_DIR}/include") - endif() + option(LLVM_INSTALL_TOOLCHAIN_ONLY "Only include toolchain files in the 'install' target." OFF) - list(APPEND CMAKE_MODULE_PATH "${LLDB_PATH_TO_LLVM_BUILD}/share/llvm/cmake") + # Rely on llvm-config. + set(CONFIG_OUTPUT) + find_program(LLVM_CONFIG "llvm-config") + if(LLVM_CONFIG) + message(STATUS "Found LLVM_CONFIG as ${LLVM_CONFIG}") + set(CONFIG_COMMAND ${LLVM_CONFIG} + "--assertion-mode" + "--bindir" + "--libdir" + "--includedir" + "--prefix" + "--src-root") + execute_process( + COMMAND ${CONFIG_COMMAND} + RESULT_VARIABLE HAD_ERROR + OUTPUT_VARIABLE CONFIG_OUTPUT + ) + if(NOT HAD_ERROR) + string(REGEX REPLACE + "[ \t]*[\r\n]+[ \t]*" ";" + CONFIG_OUTPUT ${CONFIG_OUTPUT}) - if (LLDB_PATH_TO_LLVM_BUILD) - get_filename_component(PATH_TO_LLVM_BUILD ${LLDB_PATH_TO_LLVM_BUILD} - ABSOLUTE) + else() + string(REPLACE ";" " " CONFIG_COMMAND_STR "${CONFIG_COMMAND}") + message(STATUS "${CONFIG_COMMAND_STR}") + message(FATAL_ERROR "llvm-config failed with status ${HAD_ERROR}") + endif() else() - message(FATAL_ERROR "Please set LLDB_PATH_TO_LLVM_BUILD to the root " - "directory of LLVM build or install site.") + message(FATAL_ERROR "llvm-config not found -- ${LLVM_CONFIG}") endif() - if (LLDB_PATH_TO_CLANG_BUILD) - get_filename_component(PATH_TO_CLANG_BUILD ${LLDB_PATH_TO_CLANG_BUILD} - ABSOLUTE) + list(GET CONFIG_OUTPUT 0 ENABLE_ASSERTIONS) + list(GET CONFIG_OUTPUT 1 TOOLS_BINARY_DIR) + list(GET CONFIG_OUTPUT 2 LIBRARY_DIR) + list(GET CONFIG_OUTPUT 3 INCLUDE_DIR) + list(GET CONFIG_OUTPUT 4 LLVM_OBJ_ROOT) + list(GET CONFIG_OUTPUT 5 MAIN_SRC_DIR) + + if(NOT MSVC_IDE) + set(LLVM_ENABLE_ASSERTIONS ${ENABLE_ASSERTIONS} + CACHE BOOL "Enable assertions") + # Assertions should follow llvm-config's. + mark_as_advanced(LLVM_ENABLE_ASSERTIONS) + endif() + + set(LLVM_TOOLS_BINARY_DIR ${TOOLS_BINARY_DIR} CACHE PATH "Path to llvm/bin") + set(LLVM_LIBRARY_DIR ${LIBRARY_DIR} CACHE PATH "Path to llvm/lib") + set(LLVM_MAIN_INCLUDE_DIR ${INCLUDE_DIR} CACHE PATH "Path to llvm/include") + set(LLVM_DIR ${LLVM_OBJ_ROOT}/cmake/modules/CMakeFiles CACHE PATH "Path to LLVM build tree CMake files") + set(LLVM_BINARY_DIR ${LLVM_OBJ_ROOT} CACHE PATH "Path to LLVM build tree") + set(LLVM_MAIN_SRC_DIR ${MAIN_SRC_DIR} CACHE PATH "Path to LLVM source tree") + + find_program(LLVM_TABLEGEN_EXE "llvm-tblgen" ${LLVM_TOOLS_BINARY_DIR} + NO_DEFAULT_PATH) + + set(LLVM_CMAKE_PATH "${LLVM_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}/cmake/llvm") + set(LLVMCONFIG_FILE "${LLVM_CMAKE_PATH}/LLVMConfig.cmake") + if(EXISTS ${LLVMCONFIG_FILE}) + list(APPEND CMAKE_MODULE_PATH "${LLVM_CMAKE_PATH}") + include(${LLVMCONFIG_FILE}) else() - message(FATAL_ERROR "Please set LLDB_PATH_TO_CLANG_BUILD to the root " - "directory of Clang build or install site.") + message(FATAL_ERROR "Not found: ${LLVMCONFIG_FILE}") endif() - - # These variables are used by add_llvm_library. + # They are used as destination of target generators. set(LLVM_RUNTIME_OUTPUT_INTDIR ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/bin) set(LLVM_LIBRARY_OUTPUT_INTDIR ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/lib${LLVM_LIBDIR_SUFFIX}) - set(LLVM_LIBRARY_DIR ${LLVM_LIBRARY_OUTPUT_INTDIR}) + if(WIN32 OR CYGWIN) + # DLL platform -- put DLLs into bin. + set(LLVM_SHLIB_OUTPUT_INTDIR ${LLVM_RUNTIME_OUTPUT_INTDIR}) + else() + set(LLVM_SHLIB_OUTPUT_INTDIR ${LLVM_LIBRARY_OUTPUT_INTDIR}) + endif() include(AddLLVM) include(HandleLLVMOptions) + include(CheckAtomic) if (PYTHON_EXECUTABLE STREQUAL "") set(Python_ADDITIONAL_VERSIONS 3.5 3.4 3.3 3.2 3.1 3.0 2.7 2.6 2.5) @@ -72,10 +99,12 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR else() message("-- Found PythonInterp: ${PYTHON_EXECUTABLE}") endif() + # Import CMake library targets from LLVM and Clang. - include("${LLDB_PATH_TO_LLVM_BUILD}/share/llvm/cmake/LLVMConfig.cmake") - if (EXISTS "${LLDB_PATH_TO_CLANG_BUILD}/share/clang/cmake/ClangConfig.cmake") - include("${LLDB_PATH_TO_CLANG_BUILD}/share/clang/cmake/ClangConfig.cmake") + include("${LLVM_OBJ_ROOT}/lib${LLVM_LIBDIR_SUFFIX}/cmake/llvm/LLVMConfig.cmake") + # cmake/clang/ClangConfig.cmake is not created when LLVM and Cland are built together. + if (EXISTS "${LLVM_OBJ_ROOT}/lib${LLVM_LIBDIR_SUFFIX}/cmake/clang/ClangConfig.cmake") + include("${LLVM_OBJ_ROOT}/lib${LLVM_LIBDIR_SUFFIX}/cmake/clang/ClangConfig.cmake") endif() set(PACKAGE_VERSION "${LLVM_PACKAGE_VERSION}") @@ -83,13 +112,19 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR set(LLVM_BINARY_DIR ${CMAKE_BINARY_DIR}) set(CMAKE_INCLUDE_CURRENT_DIR ON) - include_directories("${PATH_TO_LLVM_BUILD}/include" - "${LLVM_MAIN_INCLUDE_DIR}" - "${PATH_TO_CLANG_BUILD}/include" - "${CLANG_MAIN_INCLUDE_DIR}" - "${CMAKE_CURRENT_SOURCE_DIR}/source") - link_directories("${PATH_TO_LLVM_BUILD}/lib${LLVM_LIBDIR_SUFFIX}" - "${PATH_TO_CLANG_BUILD}/lib${LLVM_LIBDIR_SUFFIX}") + include_directories("${LLVM_BINARY_DIR}/include" "${LLVM_MAIN_INCLUDE_DIR}") + # Next three include directories are needed when llvm-config is located in build directory. + # LLVM and Cland are assumed to be built together + if (EXISTS "${LLVM_OBJ_ROOT}/include") + include_directories("${LLVM_OBJ_ROOT}/include") + endif() + if (EXISTS "${LLVM_MAIN_SRC_DIR}/tools/clang/include") + include_directories("${LLVM_MAIN_SRC_DIR}/tools/clang/include") + endif() + if (EXISTS "${LLVM_OBJ_ROOT}/tools/clang/include") + include_directories("${LLVM_OBJ_ROOT}/tools/clang/include") + endif() + link_directories("${LLVM_LIBRARY_DIR}") set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}) Modified: vendor/lldb/dist/cmake/platforms/Android.cmake ============================================================================== --- vendor/lldb/dist/cmake/platforms/Android.cmake Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/cmake/platforms/Android.cmake Sat Jul 23 20:50:09 2016 (r303241) @@ -165,6 +165,15 @@ set( CMAKE_FIND_ROOT_PATH_MODE_LIBRARY O set( CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY ) ################# BEGIN EVIL HACK ################## +# In the android-arm NDK unwind.h and link.h contains 2 conflicting +# typedef for _Unwind_Ptr. Force HAVE_UNWIND_BACKTRACE to 0 to prevent +# LLVM from finding unwind.h what would break the build. +if ( ANDROID_ABI STREQUAL "armeabi" ) + set( HAVE_UNWIND_BACKTRACE 0 CACHE INTERNAL "Hack to disable the finding of unwind.h on Android arm" ) +endif() +################# END EVIL HACK #################### + +################# BEGIN EVIL HACK ################## # lldb-server links against libdl even though it's not being used and # libdl.a is currently missing from the toolchain (b.android.com/178517). # Therefore, in order to statically link lldb-server, we need a temporary @@ -178,7 +187,8 @@ if( LLVM_BUILD_STATIC ) void * dlopen (const char *filename, int flag) { return 0; } const char * dlerror (void) { return 0; } void * dlsym (void *handle, const char *symbol) { return 0; } -int dlclose (void *handle) { return 0; }") +int dlclose (void *handle) { return 0; } +int dladdr (const void *addr, Dl_info *info) { return 0; }") set( flags "${CMAKE_C_FLAGS}" ) separate_arguments( flags ) execute_process( COMMAND ${CMAKE_C_COMPILER} ${flags} -c ${libdl}/libdl.c -o ${libdl}/libdl.o ) Modified: vendor/lldb/dist/docs/lldb-for-gdb-users.txt ============================================================================== --- vendor/lldb/dist/docs/lldb-for-gdb-users.txt Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/docs/lldb-for-gdb-users.txt Sat Jul 23 20:50:09 2016 (r303241) @@ -222,7 +222,7 @@ Or you can attach to a process by name w (lldb) process attach -n Sketch -the "attach by name" also supports the "-w" option which waits for the +The "attach by name" also supports the "-w" option which waits for the next process of that name to show up, and attaches to that. You can also attach by PID: Modified: vendor/lldb/dist/docs/lldb-gdb-remote.txt ============================================================================== --- vendor/lldb/dist/docs/lldb-gdb-remote.txt Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/docs/lldb-gdb-remote.txt Sat Jul 23 20:50:09 2016 (r303241) @@ -1508,6 +1508,28 @@ for this region. // This packet asks the remote debug stub to send the details about libraries // being added/removed from the process as a performance optimization. // +// There are three ways this packet can be used. All three return a dictionary of +// binary images formatted the same way. +// +// On MacOS X 10.11, iOS 9, tvOS 9, watchOS 2 and earlier, the packet is used like +// jGetLoadedDynamicLibrariesInfos:{"image_count":1,"image_list_address":140734800075128} +// where the image_list_address is an array of {void* load_addr, void* mod_date, void* pathname} +// in the inferior process memory (and image_count is the number of elements in this array). +// lldb is using information from the dyld_all_image_infos structure to make these requests to +// debugserver. This use is not supported on macOS 10.12, iOS 10, tvOS 10, watchOS 3 or newer. +// +// On macOS 10.12, iOS 10, tvOS 10, watchOS 3 and newer, there are two calls. One requests information +// on all shared libraries: +// jGetLoadedDynamicLibrariesInfos:{"fetch_all_solibs":true} +// And the second requests information about a list of shared libraries, given their load addresses: +// jGetLoadedDynamicLibrariesInfos:{"solib_addresses":[8382824135,3258302053,830202858503]} +// +// The second call is both a performance optimization (instead of having lldb read the mach-o header/load commands +// out of memory with generic read packets) but also adds additional information in the form of the +// filename of the shared libraries (which is not available in the mach-o header/load commands.) +// +// An example using the Mac OS X 10.11 style call: +// // LLDB SENDS: jGetLoadedDynamicLibrariesInfos:{"image_count":1,"image_list_address":140734800075128} // STUB REPLIES: ${"images":[{"load_address":4294967296,"mod_date":0,"pathname":"/tmp/a.out","uuid":"02CF262C-ED6F-3965-9E14-63538B465CFF","mach_header":{"magic":4277009103,"cputype":16777223,"cpusubtype":18446744071562067971,"filetype":2},"segments":{"name":"__PAGEZERO","vmaddr":0,"vmsize":4294967296,"fileoff":0,"filesize":0,"maxprot":0},{"name":"__TEXT","vmaddr":4294967296,"vmsize":4096,"fileoff":0,"filesize":4096,"maxprot":7},{"name":"__LINKEDIT","vmaddr":4294971392,"vmsize":4096,"fileoff":4096,"filesize":152,"maxprot":7}}]}#00 // @@ -1562,26 +1584,12 @@ for this region. // quite a bit to provide all the information that the DynamicLoaderMacOSX // would need to work correctly on this platform. // -// On Mac OS X / iOS, when libraries are added or removed, a stub -// function is called which lldb puts a breakpoint on. The arguments -// to the stub function include the number of libraries being added -// or removed and the address where the list of libraries can be -// found. The information at this address is the load address of the -// library, the filename, and the mod date of the library if available. -// DynamicLoaderMacOSX then parses the load commands in the Mach-O header -// at the load address before it can decide what action to take. -// -// The purpose of this packet is to eliminate all of the memory reads needed -// to read the Mach-O header and load commands for these libraries. -// On a typical GUI app, there can be a couple hundred shared libraries -// which results in megabytes of read packets. That same information can -// be returned in a couple hundred kilobytes in JSON format from the remote -// debugserver. -// -// // PRIORITY TO IMPLEMENT -// Low. If this packet is absent, lldb will read the Mach-O headers/load -// commands out of memory. +// On Mac OS X 10.11, iOS 9, tvOS 9, watchOS 2 and older: Low. If this packet is absent, +// lldb will read the Mach-O headers/load commands out of memory. +// On macOS 10.12, iOS 10, tvOS 10, watchOS 3 and newer: High. If this packet is absent, +// lldb will not know anything about shared libraries in the inferior, or where the main +// executable loaded. //---------------------------------------------------------------------- //---------------------------------------------------------------------- @@ -1649,6 +1657,26 @@ the previous FP and PC), and follow the iOS now don't require us to read any memory! //---------------------------------------------------------------------- +// "jGetSharedCacheInfo" +// +// BRIEF +// This packet asks the remote debug stub to send the details about the inferior's +// shared cache. The shared cache is a collection of common libraries/frameworks that +// are mapped into every process at the same address on Darwin systems, and can be +// identified by a load address and UUID. +// +// +// LLDB SENDS: jGetSharedCacheInfo:{} +// STUB REPLIES: ${"shared_cache_base_address":140735683125248,"shared_cache_uuid":"DDB8D70C-C9A2-3561-B2C8-BE48A4F33F96","no_shared_cache":false,"shared_cache_private_cache":false]}#00 +// +// PRIORITY TO IMPLEMENT +// Low. When both lldb and the inferior process are running on the same computer, and lldb +// and the inferior process have the same shared cache, lldb may (as an optimization) read +// the shared cache out of its own memory instead of using gdb-remote read packets to read +// them from the inferior process. +//---------------------------------------------------------------------- + +//---------------------------------------------------------------------- // "qQueryGDBServer" // // BRIEF Modified: vendor/lldb/dist/examples/python/crashlog.py ============================================================================== --- vendor/lldb/dist/examples/python/crashlog.py Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/examples/python/crashlog.py Sat Jul 23 20:50:09 2016 (r303241) @@ -452,7 +452,7 @@ class CrashLog(symbolication.Symbolicato for image in self.images: if image.identifier == identifier: return image - regex_text = '^.*\.%s$' % (identifier) + regex_text = '^.*\.%s$' % (re.escape(identifier)) regex = re.compile(regex_text) for image in self.images: if regex.match(image.identifier): Modified: vendor/lldb/dist/examples/python/scripted_step.py ============================================================================== --- vendor/lldb/dist/examples/python/scripted_step.py Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/examples/python/scripted_step.py Sat Jul 23 20:50:09 2016 (r303241) @@ -184,3 +184,28 @@ class StepCheckingCondition: def should_step (self): return True +# Here's an example that steps out of the current frame, gathers some information +# and then continues. The information in this case is rax. Currently the thread +# plans are not a safe place to call lldb command-line commands, so the information +# is gathered through SB API calls. + +class FinishPrintAndContinue: + def __init__ (self, thread_plan, dict): + self.thread_plan = thread_plan + self.step_out_thread_plan = thread_plan.QueueThreadPlanForStepOut(0, True) + self.thread = self.thread_plan.GetThread() + + def explains_stop (self, event): + return False + + def should_stop (self, event): + if self.step_out_thread_plan.IsPlanComplete(): + frame_0 = self.thread.frames[0] + rax_value = frame_0.FindRegister("rax") + if rax_value.GetError().Success(): + print "RAX on exit: ", rax_value.GetValue() + else: + print "Couldn't get rax value:", rax_value.GetError().GetCString() + + self.thread_plan.SetPlanComplete(True) + return False Added: vendor/lldb/dist/examples/python/shadow.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ vendor/lldb/dist/examples/python/shadow.py Sat Jul 23 20:50:09 2016 (r303241) @@ -0,0 +1,57 @@ +#!/usr/bin/python + +import lldb +import shlex + +@lldb.command("shadow") +def check_shadow_command(debugger, command, exe_ctx, result, dict): + '''Check the currently selected stack frame for shadowed variables''' + process = exe_ctx.GetProcess() + state = process.GetState() + if state != lldb.eStateStopped: + print >>result, "process must be stopped, state is %s" % lldb.SBDebugger.StateAsCString(state) + return + frame = exe_ctx.GetFrame() + if not frame: + print >>result, "invalid frame" + return + # Parse command line args + command_args = shlex.split(command) + # TODO: add support for using arguments that are passed to this command... + + # Make a dictionary of variable name to "SBBlock and SBValue" + shadow_dict = {} + + num_shadowed_variables = 0 + # Get the deepest most block from the current frame + block = frame.GetBlock() + # Iterate through the block and all of its parents + while block.IsValid(): + # Get block variables from the current block only + block_vars = block.GetVariables(frame, True, True, True, 0) + # Iterate through all variables in the current block + for block_var in block_vars: + # Since we can have multiple shadowed variables, we our variable + # name dictionary to have an array or "block + variable" pairs so + # We can correctly print out all shadowed variables and whow which + # blocks they come from + block_var_name = block_var.GetName() + if block_var_name in shadow_dict: + shadow_dict[block_var_name].append(block_var) + else: + shadow_dict[block_var_name] = [block_var] + # Get the parent block and continue + block = block.GetParent() + + num_shadowed_variables = 0 + if shadow_dict: + for name in shadow_dict.keys(): + shadow_vars = shadow_dict[name] + if len(shadow_vars) > 1: + print '"%s" is shadowed by the following declarations:' % (name) + num_shadowed_variables += 1 + for shadow_var in shadow_vars: + print >>result, str(shadow_var.GetDeclaration()) + if num_shadowed_variables == 0: + print >>result, 'no variables are shadowed' + Modified: vendor/lldb/dist/examples/python/symbolication.py ============================================================================== --- vendor/lldb/dist/examples/python/symbolication.py Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/examples/python/symbolication.py Sat Jul 23 20:50:09 2016 (r303241) @@ -448,7 +448,7 @@ class Symbolicator: if image.identifier == identifier: images.append(image) if len(images) == 0: - regex_text = '^.*\.%s$' % (identifier) + regex_text = '^.*\.%s$' % (re.escape(identifier)) regex = re.compile(regex_text) for image in self.images: if regex.match(image.identifier): Modified: vendor/lldb/dist/examples/synthetic/gnu_libstdcpp.py ============================================================================== --- vendor/lldb/dist/examples/synthetic/gnu_libstdcpp.py Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/examples/synthetic/gnu_libstdcpp.py Sat Jul 23 20:50:09 2016 (r303241) @@ -237,11 +237,12 @@ class StdVectorSynthProvider: def get_child_at_index(self, index): if index >= self.num_children(): return None - byte_offset = index / 8 - bit_offset = index % 8 - element_size = self.start_p.GetType().GetPointeeType().GetByteSize() - data = self.start_p.GetPointeeData(byte_offset / element_size) - bit = data.GetUnsignedInt8(lldb.SBError(), byte_offset % element_size) & (1 << bit_offset) + element_type = self.start_p.GetType().GetPointeeType() + element_bits = 8 * element_type.GetByteSize() + element_offset = (index / element_bits) * element_type.GetByteSize() + bit_offset = index % element_bits + element = self.start_p.CreateChildAtOffset('['+str(index)+']',element_offset,element_type) + bit = element.GetValueAsUnsigned(0) & (1 << bit_offset) if bit != 0: value_expr = "(bool)true" else: Modified: vendor/lldb/dist/include/lldb/API/LLDB.h ============================================================================== --- vendor/lldb/dist/include/lldb/API/LLDB.h Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/include/lldb/API/LLDB.h Sat Jul 23 20:50:09 2016 (r303241) @@ -43,6 +43,8 @@ #include "lldb/API/SBLaunchInfo.h" #include "lldb/API/SBLineEntry.h" #include "lldb/API/SBListener.h" +#include "lldb/API/SBMemoryRegionInfo.h" +#include "lldb/API/SBMemoryRegionInfoList.h" #include "lldb/API/SBModule.h" #include "lldb/API/SBModuleSpec.h" #include "lldb/API/SBPlatform.h" Modified: vendor/lldb/dist/include/lldb/API/SBCommandReturnObject.h ============================================================================== --- vendor/lldb/dist/include/lldb/API/SBCommandReturnObject.h Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/include/lldb/API/SBCommandReturnObject.h Sat Jul 23 20:50:09 2016 (r303241) @@ -83,7 +83,9 @@ public: bool GetDescription (lldb::SBStream &description); - + + // deprecated, these two functions do not take + // ownership of file handle void SetImmediateOutputFile (FILE *fh); @@ -91,6 +93,12 @@ public: SetImmediateErrorFile (FILE *fh); void + SetImmediateOutputFile (FILE *fh, bool transfer_ownership); + + void + SetImmediateErrorFile (FILE *fh, bool transfer_ownership); + + void PutCString(const char* string, int len = -1); size_t Modified: vendor/lldb/dist/include/lldb/API/SBDefines.h ============================================================================== --- vendor/lldb/dist/include/lldb/API/SBDefines.h Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/include/lldb/API/SBDefines.h Sat Jul 23 20:50:09 2016 (r303241) @@ -59,6 +59,8 @@ class LLDB_API SBLanguageRuntime; class LLDB_API SBLaunchInfo; class LLDB_API SBLineEntry; class LLDB_API SBListener; +class LLDB_API SBMemoryRegionInfo; +class LLDB_API SBMemoryRegionInfoList; class LLDB_API SBModule; class LLDB_API SBModuleSpec; class LLDB_API SBModuleSpecList; Modified: vendor/lldb/dist/include/lldb/API/SBExpressionOptions.h ============================================================================== --- vendor/lldb/dist/include/lldb/API/SBExpressionOptions.h Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/include/lldb/API/SBExpressionOptions.h Sat Jul 23 20:50:09 2016 (r303241) @@ -110,6 +110,19 @@ public: void SetPrefix (const char *prefix); + + void + SetAutoApplyFixIts(bool b = true); + + bool + GetAutoApplyFixIts(); + + bool + GetTopLevel (); + + void + SetTopLevel (bool b = true); + protected: Modified: vendor/lldb/dist/include/lldb/API/SBFileSpec.h ============================================================================== --- vendor/lldb/dist/include/lldb/API/SBFileSpec.h Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/include/lldb/API/SBFileSpec.h Sat Jul 23 20:50:09 2016 (r303241) @@ -60,6 +60,9 @@ public: bool GetDescription (lldb::SBStream &description) const; + void + AppendPathComponent (const char *file_or_directory); + private: friend class SBAttachInfo; friend class SBBlock; Modified: vendor/lldb/dist/include/lldb/API/SBHostOS.h ============================================================================== --- vendor/lldb/dist/include/lldb/API/SBHostOS.h Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/include/lldb/API/SBHostOS.h Sat Jul 23 20:50:09 2016 (r303241) @@ -28,6 +28,9 @@ public: static lldb::SBFileSpec GetLLDBPath (lldb::PathType path_type); + static lldb::SBFileSpec + GetUserHomeDirectory (); + static void ThreadCreated (const char *name); Modified: vendor/lldb/dist/include/lldb/API/SBInstruction.h ============================================================================== --- vendor/lldb/dist/include/lldb/API/SBInstruction.h Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/include/lldb/API/SBInstruction.h Sat Jul 23 20:50:09 2016 (r303241) @@ -18,6 +18,8 @@ // There's a lot to be fixed here, but need to wait for underlying insn implementation // to be revised & settle down first. +class InstructionImpl; + namespace lldb { class LLDB_API SBInstruction @@ -81,14 +83,17 @@ public: protected: friend class SBInstructionList; - SBInstruction (const lldb::InstructionSP &inst_sp); + SBInstruction(const lldb::DisassemblerSP &disasm_sp, const lldb::InstructionSP &inst_sp); void - SetOpaque (const lldb::InstructionSP &inst_sp); + SetOpaque(const lldb::DisassemblerSP &disasm_sp, const lldb::InstructionSP& inst_sp); + + lldb::InstructionSP + GetOpaque(); private: - lldb::InstructionSP m_opaque_sp; + std::shared_ptr m_opaque_sp; }; Modified: vendor/lldb/dist/include/lldb/API/SBLaunchInfo.h ============================================================================== --- vendor/lldb/dist/include/lldb/API/SBLaunchInfo.h Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/include/lldb/API/SBLaunchInfo.h Sat Jul 23 20:50:09 2016 (r303241) @@ -145,7 +145,7 @@ public: GetShellExpandArguments (); void - SetShellExpandArguments (bool glob); + SetShellExpandArguments (bool expand); uint32_t GetResumeCount (); Modified: vendor/lldb/dist/include/lldb/API/SBListener.h ============================================================================== --- vendor/lldb/dist/include/lldb/API/SBListener.h Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/include/lldb/API/SBListener.h Sat Jul 23 20:50:09 2016 (r303241) @@ -106,8 +106,6 @@ protected: friend class SBLaunchInfo; friend class SBTarget; - SBListener (lldb_private::Listener &listener); - SBListener (const lldb::ListenerSP &listener_sp); lldb::ListenerSP @@ -124,20 +122,11 @@ private: lldb_private::Listener * get() const; - lldb_private::Listener & - ref() const; - - lldb_private::Listener & - operator *(); - - const lldb_private::Listener & - operator *() const; - void - reset(lldb_private::Listener *listener, bool transfer_ownership); + reset(lldb::ListenerSP listener_sp); lldb::ListenerSP m_opaque_sp; - lldb_private::Listener *m_opaque_ptr; + lldb_private::Listener *m_unused_ptr; }; } // namespace lldb Added: vendor/lldb/dist/include/lldb/API/SBMemoryRegionInfo.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ vendor/lldb/dist/include/lldb/API/SBMemoryRegionInfo.h Sat Jul 23 20:50:09 2016 (r303241) @@ -0,0 +1,117 @@ +//===-- SBMemoryRegionInfo.h ------------------------------------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#ifndef LLDB_SBMemoryRegionInfo_h_ +#define LLDB_SBMemoryRegionInfo_h_ + +#include "lldb/API/SBDefines.h" +#include "lldb/API/SBData.h" + +namespace lldb { + +class LLDB_API SBMemoryRegionInfo +{ +public: + + SBMemoryRegionInfo (); + + SBMemoryRegionInfo (const lldb::SBMemoryRegionInfo &rhs); + + ~SBMemoryRegionInfo (); + + const lldb::SBMemoryRegionInfo & + operator = (const lldb::SBMemoryRegionInfo &rhs); + + void + Clear(); + + //------------------------------------------------------------------ + /// Get the base address of this memory range. + /// + /// @return + /// The base address of this memory range. + //------------------------------------------------------------------ + lldb::addr_t + GetRegionBase (); + + //------------------------------------------------------------------ + /// Get the end address of this memory range. + /// + /// @return + /// The base address of this memory range. + //------------------------------------------------------------------ + lldb::addr_t + GetRegionEnd (); + + //------------------------------------------------------------------ + /// Check if this memory address is marked readable to the process. + /// + /// @return + /// true if this memory address is marked readable + //------------------------------------------------------------------ + bool + IsReadable (); + + //------------------------------------------------------------------ + /// Check if this memory address is marked writable to the process. + /// + /// @return + /// true if this memory address is marked writable + //------------------------------------------------------------------ + bool + IsWritable (); + + //------------------------------------------------------------------ + /// Check if this memory address is marked executable to the process. + /// + /// @return + /// true if this memory address is marked executable + //------------------------------------------------------------------ + bool + IsExecutable (); + + //------------------------------------------------------------------ + /// Check if this memory address is mapped into the process address + /// space. + /// + /// @return + /// true if this memory address is in the process address space. + //------------------------------------------------------------------ + bool + IsMapped (); + + bool + operator == (const lldb::SBMemoryRegionInfo &rhs) const; + + bool + operator != (const lldb::SBMemoryRegionInfo &rhs) const; + + bool + GetDescription (lldb::SBStream &description); + +private: + + friend class SBProcess; + friend class SBMemoryRegionInfoList; + + lldb_private::MemoryRegionInfo & + ref(); + + const lldb_private::MemoryRegionInfo & + ref() const; + + SBMemoryRegionInfo (const lldb_private::MemoryRegionInfo *lldb_object_ptr); + + lldb::MemoryRegionInfoUP m_opaque_ap; +}; + + +} // namespace lldb + +#endif // LLDB_SBMemoryRegionInfo_h_ Added: vendor/lldb/dist/include/lldb/API/SBMemoryRegionInfoList.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ vendor/lldb/dist/include/lldb/API/SBMemoryRegionInfoList.h Sat Jul 23 20:50:09 2016 (r303241) @@ -0,0 +1,63 @@ +//===-- SBMemoryRegionInfoList.h --------------------------------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#ifndef LLDB_SBMemoryRegionInfoList_h_ +#define LLDB_SBMemoryRegionInfoList_h_ + +#include "lldb/API/SBDefines.h" + +class MemoryRegionInfoListImpl; + +namespace lldb { + +class LLDB_API SBMemoryRegionInfoList +{ +public: + + SBMemoryRegionInfoList (); + + SBMemoryRegionInfoList (const lldb::SBMemoryRegionInfoList &rhs); + + const SBMemoryRegionInfoList & + operator = (const SBMemoryRegionInfoList &rhs); + + ~SBMemoryRegionInfoList (); + + uint32_t + GetSize () const; + + bool + GetMemoryRegionAtIndex (uint32_t idx, SBMemoryRegionInfo ®ion_info); + + void + Append (lldb::SBMemoryRegionInfo ®ion); + + void + Append (lldb::SBMemoryRegionInfoList ®ion_list); + + void + Clear (); + +protected: + + const MemoryRegionInfoListImpl * + operator->() const; + + const MemoryRegionInfoListImpl & + operator*() const; + +private: + + std::unique_ptr m_opaque_ap; + +}; + +} // namespace lldb + +#endif // LLDB_SBMemoryRegionInfoList_h_ Modified: vendor/lldb/dist/include/lldb/API/SBProcess.h ============================================================================== --- vendor/lldb/dist/include/lldb/API/SBProcess.h Sat Jul 23 20:49:25 2016 (r303240) +++ vendor/lldb/dist/include/lldb/API/SBProcess.h Sat Jul 23 20:50:09 2016 (r303241) @@ -393,6 +393,34 @@ public: lldb::SBError SaveCore(const char *file_name); + //------------------------------------------------------------------ + /// Query the address load_addr and store the details of the memory + /// region that contains it in the supplied SBMemoryRegionInfo object. + /// To iterate over all memory regions use GetMemoryRegionList. *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***