]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of lldb trunk r338536:
authorDimitry Andric <dim@FreeBSD.org>
Thu, 2 Aug 2018 17:33:54 +0000 (17:33 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Thu, 2 Aug 2018 17:33:54 +0000 (17:33 +0000)
commit39be7ce23363d12ae3e49aeb1fdb2bfeb892e836
tree37fd694b2fe544b0ccefb369794632592d138dde
parentf73363f1dd94996356cefbf24388f561891acf0b
Vendor import of lldb trunk r338536:
https://llvm.org/svn/llvm-project/lldb/trunk@338536
98 files changed:
include/lldb/Utility/CompletionRequest.h
include/lldb/Utility/Stream.h
packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py
packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
packages/Python/lldbsuite/test/decorators.py
packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py
packages/Python/lldbsuite/test/expression_command/call-restarts/TestCallThatRestarts.py
packages/Python/lldbsuite/test/expression_command/call-throws/TestCallThatThrows.py
packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py
packages/Python/lldbsuite/test/expression_command/fixits/TestFixIts.py
packages/Python/lldbsuite/test/expression_command/issue_11588/Test11588.py
packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py
packages/Python/lldbsuite/test/expression_command/save_jit_objects/TestSaveJITObjects.py
packages/Python/lldbsuite/test/expression_command/unwind_expression/TestUnwindExpression.py
packages/Python/lldbsuite/test/expression_command/xvalue/TestXValuePrinting.py
packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py
packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/TestBreakpointAutoContinue.py
packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py
packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py
packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py
packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/TestBreakpointSerialization.py
packages/Python/lldbsuite/test/functionalities/breakpoint/step_over_breakpoint/TestStepOverBreakpoint.py
packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
packages/Python/lldbsuite/test/functionalities/completion/main.cpp
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/bitset/TestDataFormatterLibcxxBitset.py
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/TestDataFormatterLibcxxMultiSet.py
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/TestDataFormatterLibcxxSet.py
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/TestDataFormatterLibcxxVector.py
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/tuple/TestDataFormatterStdTuple.py
packages/Python/lldbsuite/test/functionalities/exec/TestExec.py
packages/Python/lldbsuite/test/functionalities/frame-language/TestGuessLanguage.py
packages/Python/lldbsuite/test/functionalities/frame_var/TestFrameVar.py
packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py
packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py
packages/Python/lldbsuite/test/functionalities/history/TestHistoryRecall.py
packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py
packages/Python/lldbsuite/test/functionalities/load_using_paths/TestLoadUsingPaths.py
packages/Python/lldbsuite/test/functionalities/pre_run_dylibs/TestPreRunDylibs.py
packages/Python/lldbsuite/test/functionalities/register/intel_avx/TestZMMRegister.py
packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py
packages/Python/lldbsuite/test/functionalities/thread/create_during_step/TestCreateDuringStep.py
packages/Python/lldbsuite/test/functionalities/thread/num_threads/TestNumThreads.py
packages/Python/lldbsuite/test/functionalities/thread/step_until/TestStepUntil.py
packages/Python/lldbsuite/test/functionalities/watchpoint/multi_watchpoint_slots/TestWatchpointMultipleSlots.py
packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_disable/TestWatchpointDisable.py
packages/Python/lldbsuite/test/lang/c/find_struct_type/TestFindStructTypes.py
packages/Python/lldbsuite/test/lang/cpp/dynamic-value-same-basename/TestDynamicValueSameBase.py
packages/Python/lldbsuite/test/lang/cpp/incomplete-types/TestCppIncompleteTypes.py
packages/Python/lldbsuite/test/lang/cpp/llvm-style/TestLLVMStyle.py
packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py
packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py
packages/Python/lldbsuite/test/lldbdwarf.py
packages/Python/lldbsuite/test/lldbtest.py
packages/Python/lldbsuite/test/lldbutil.py
packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py
packages/Python/lldbsuite/test/macosx/find-dsym/bundle-with-dot-in-filename/TestBundleWithDotInFilename.py
packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/TestDeepBundle.py
packages/Python/lldbsuite/test/macosx/thread-names/TestInterruptThreadNames.py
packages/Python/lldbsuite/test/python_api/name_lookup/TestNameLookup.py
packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py
packages/Python/lldbsuite/test/sample_test/TestSampleTest.py
packages/Python/lldbsuite/test/settings/TestSettings.py
packages/Python/lldbsuite/test/tools/lldb-mi/startup_options/TestMiStartupOptions.py
packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py
packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py
source/Commands/CommandCompletions.cpp
source/Commands/CommandObjectCommands.cpp
source/Commands/CommandObjectFrame.cpp
source/Commands/CommandObjectMultiword.cpp
source/Commands/CommandObjectPlatform.cpp
source/Commands/CommandObjectPlugin.cpp
source/Commands/CommandObjectProcess.cpp
source/Commands/CommandObjectSettings.cpp
source/Commands/CommandObjectTarget.cpp
source/Core/FormatEntity.cpp
source/Core/IOHandler.cpp
source/Interpreter/CommandInterpreter.cpp
source/Interpreter/CommandObject.cpp
source/Interpreter/CommandObjectRegexCommand.cpp
source/Interpreter/OptionValue.cpp
source/Interpreter/OptionValueArch.cpp
source/Interpreter/OptionValueBoolean.cpp
source/Interpreter/OptionValueEnumeration.cpp
source/Interpreter/OptionValueFileSpec.cpp
source/Interpreter/OptionValueUUID.cpp
source/Interpreter/Options.cpp
source/Plugins/Platform/Android/PlatformAndroid.cpp
source/Plugins/Platform/Windows/PlatformWindows.cpp
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
source/Plugins/SymbolFile/DWARF/DWARFUnit.h
source/Symbol/Variable.cpp
source/Utility/ArchSpec.cpp
source/Utility/CompletionRequest.cpp
source/Utility/Stream.cpp
unittests/Utility/CMakeLists.txt
unittests/Utility/CompletionRequestTest.cpp
unittests/Utility/StreamTest.cpp [new file with mode: 0644]