39be7ce Vendor import of lldb trunk r338536:

Authored and Committed by Dimitry Andric 5 years ago
98 files changed. 915 lines added. 351 lines removed.
include/lldb/Utility/CompletionRequest.h
file modified
+32 -3
include/lldb/Utility/Stream.h
file modified
+0 -2
packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py
file modified
+1 -1
packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
file modified
+1 -1
packages/Python/lldbsuite/test/decorators.py
file modified
+1 -1
packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py
file modified
+1 -1
packages/Python/lldbsuite/test/expression_command/call-restarts/TestCallThatRestarts.py
file modified
+1 -1
packages/Python/lldbsuite/test/expression_command/call-throws/TestCallThatThrows.py
file modified
+1 -1
packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py
file modified
+1 -1
packages/Python/lldbsuite/test/expression_command/fixits/TestFixIts.py
file modified
+1 -1
packages/Python/lldbsuite/test/expression_command/issue_11588/Test11588.py
file modified
+2 -2
packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py
file modified
+1 -1
packages/Python/lldbsuite/test/expression_command/save_jit_objects/TestSaveJITObjects.py
file modified
+2 -2
packages/Python/lldbsuite/test/expression_command/unwind_expression/TestUnwindExpression.py
file modified
+1 -1
packages/Python/lldbsuite/test/expression_command/xvalue/TestXValuePrinting.py
file modified
+1 -1
packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py
file modified
+1 -1
packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/TestBreakpointAutoContinue.py
file modified
+4 -4
packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py
file modified
+5 -5
packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py
file modified
+15 -15
packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py
file modified
+3 -3
packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/TestBreakpointSerialization.py
file modified
+6 -10
packages/Python/lldbsuite/test/functionalities/breakpoint/step_over_breakpoint/TestStepOverBreakpoint.py
file modified
+6 -6
packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
file modified
+43 -3
packages/Python/lldbsuite/test/functionalities/completion/main.cpp
file modified
+9 -2
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/bitset/TestDataFormatterLibcxxBitset.py
file modified
+2 -2
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py
file modified
+1 -1
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/TestDataFormatterLibcxxMultiSet.py
file modified
+1 -1
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/TestDataFormatterLibcxxSet.py
file modified
+2 -2
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/TestDataFormatterLibcxxVector.py
file modified
+1 -1
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/tuple/TestDataFormatterStdTuple.py
file modified
+1 -1
packages/Python/lldbsuite/test/functionalities/exec/TestExec.py
file modified
+1 -1
packages/Python/lldbsuite/test/functionalities/frame-language/TestGuessLanguage.py
file modified
+3 -3
packages/Python/lldbsuite/test/functionalities/frame_var/TestFrameVar.py
file modified
+5 -5
packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py
file modified
+6 -6
packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py
file modified
+1 -1
packages/Python/lldbsuite/test/functionalities/history/TestHistoryRecall.py
file modified
+2 -2
packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py
file modified
+2 -2
packages/Python/lldbsuite/test/functionalities/load_using_paths/TestLoadUsingPaths.py
file modified
+11 -11
packages/Python/lldbsuite/test/functionalities/pre_run_dylibs/TestPreRunDylibs.py
file modified
+1 -1
packages/Python/lldbsuite/test/functionalities/register/intel_avx/TestZMMRegister.py
file modified
+1 -1
packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py
file modified
+1 -1
packages/Python/lldbsuite/test/functionalities/thread/create_during_step/TestCreateDuringStep.py
file modified
+1 -1
packages/Python/lldbsuite/test/functionalities/thread/num_threads/TestNumThreads.py
file modified
+1 -1
packages/Python/lldbsuite/test/functionalities/thread/step_until/TestStepUntil.py
file modified
+1 -1
packages/Python/lldbsuite/test/functionalities/watchpoint/multi_watchpoint_slots/TestWatchpointMultipleSlots.py
file modified
+2 -2
packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_disable/TestWatchpointDisable.py
file modified
+3 -3
packages/Python/lldbsuite/test/lang/c/find_struct_type/TestFindStructTypes.py
file modified
+1 -1
packages/Python/lldbsuite/test/lang/cpp/dynamic-value-same-basename/TestDynamicValueSameBase.py
file modified
+3 -3
packages/Python/lldbsuite/test/lang/cpp/incomplete-types/TestCppIncompleteTypes.py
file modified
+1 -1
packages/Python/lldbsuite/test/lang/cpp/llvm-style/TestLLVMStyle.py
file modified
+1 -1
packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py
file modified
+1 -1
packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py
file modified
+2 -2
packages/Python/lldbsuite/test/lldbdwarf.py
file modified
+3 -3
packages/Python/lldbsuite/test/lldbtest.py
file modified
+8 -7
packages/Python/lldbsuite/test/lldbutil.py
file modified
+5 -5
packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py
file modified
+3 -3
packages/Python/lldbsuite/test/macosx/find-dsym/bundle-with-dot-in-filename/TestBundleWithDotInFilename.py
file modified
+1 -1
packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/TestDeepBundle.py
file modified
+2 -2
packages/Python/lldbsuite/test/macosx/thread-names/TestInterruptThreadNames.py
file modified
+3 -3
packages/Python/lldbsuite/test/python_api/name_lookup/TestNameLookup.py
file modified
+5 -5
packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py
file modified
+1 -1
packages/Python/lldbsuite/test/sample_test/TestSampleTest.py
file modified
+2 -2
packages/Python/lldbsuite/test/settings/TestSettings.py
file modified
+1 -1
packages/Python/lldbsuite/test/tools/lldb-mi/startup_options/TestMiStartupOptions.py
file modified
+1 -1
packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py
file modified
+1 -1
packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py
file modified
+1 -1
source/Commands/CommandCompletions.cpp
file modified
+34 -26
source/Commands/CommandObjectCommands.cpp
file modified
+2 -2
source/Commands/CommandObjectFrame.cpp
file modified
+1 -1
source/Commands/CommandObjectMultiword.cpp
file modified
+14 -12
source/Commands/CommandObjectPlatform.cpp
file modified
+3 -3
source/Commands/CommandObjectPlugin.cpp
file modified
+1 -1
source/Commands/CommandObjectProcess.cpp
file modified
+3 -3
source/Commands/CommandObjectSettings.cpp
file modified
+9 -9
source/Commands/CommandObjectTarget.cpp
file modified
+5 -5
source/Core/FormatEntity.cpp
file modified
+14 -9
source/Core/IOHandler.cpp
file modified
+2 -2
source/Interpreter/CommandInterpreter.cpp
file modified
+14 -12
source/Interpreter/CommandObject.cpp
file modified
+1 -2
source/Interpreter/CommandObjectRegexCommand.cpp
file modified
+1 -2
source/Interpreter/OptionValue.cpp
file modified
+1 -2
source/Interpreter/OptionValueArch.cpp
file modified
+1 -2
source/Interpreter/OptionValueBoolean.cpp
file modified
+2 -3
source/Interpreter/OptionValueEnumeration.cpp
file modified
+3 -5
source/Interpreter/OptionValueFileSpec.cpp
file modified
+1 -2
source/Interpreter/OptionValueUUID.cpp
file modified
+2 -3
source/Interpreter/Options.cpp
file modified
+6 -16
source/Plugins/Platform/Android/PlatformAndroid.cpp
file modified
+5 -5
source/Plugins/Platform/Windows/PlatformWindows.cpp
file modified
+1 -1
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
file modified
+0 -2
source/Plugins/SymbolFile/DWARF/DWARFUnit.h
file modified
+0 -2
source/Symbol/Variable.cpp
file modified
+8 -5
source/Utility/ArchSpec.cpp
file modified
+5 -3
source/Utility/CompletionRequest.cpp
file modified
+1 -0
source/Utility/Stream.cpp
file modified
+0 -45
unittests/Utility/CMakeLists.txt
file modified
+1 -0
unittests/Utility/CompletionRequestTest.cpp
file modified
+65 -2
unittests/Utility/StreamTest.cpp
file added
+474
    Vendor import of lldb trunk r338536:
    https://llvm.org/svn/llvm-project/lldb/trunk@338536
    
        
file modified
+14 -9
file modified
+2 -2
file modified
+8 -5
file modified
+5 -3
file modified
+0 -45