[lldb] Restructure test folders to match LLDB command hierarchy
authorRaphael Isemann <teemperor@gmail.com>
Sun, 1 Sep 2019 09:12:37 +0000 (09:12 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Sun, 1 Sep 2019 09:12:37 +0000 (09:12 +0000)
commit29872606d220420d53fde7cc5e3bea15f8da62e7
tree47d7a82ccea48a6dd10a2d8ecb6b3c3127724131
parentadfdcb9c2652aeee585b9005fd6c67be06af8ea9
[lldb] Restructure test folders to match LLDB command hierarchy

Summary:
As discussed on lldb-dev, this patch moves some LLDB tests into a hierarchy that more closely
resembles the commands we use in the LLDB interpreter. This patch should only move tests
that use the command interpreter and shouldn't touch any tests that primarily test the SB API.

Reviewers: #lldb, jfb, JDevlieghere

Reviewed By: #lldb, JDevlieghere

Subscribers: dexonsmith, arphaman, JDevlieghere, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D67033

llvm-svn: 370605
584 files changed:
lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/Makefile [moved from lldb/packages/Python/lldbsuite/test/warnings/uuid/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/TestAddDsymCommand.py [moved from lldb/packages/Python/lldbsuite/test/warnings/uuid/TestAddDsymCommand.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/main.cpp.template [moved from lldb/packages/Python/lldbsuite/test/warnings/uuid/main.cpp.template with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/apropos/basic/TestApropos.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/apropos/TestApropos.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/apropos/with-process/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/nosucharch/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/apropos/with-process/TestAproposWithProcess.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/apropos_with_process/TestAproposWithProcess.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/apropos/with-process/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/apropos_with_process/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommand.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommandsFromPython.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestRegexpBreakCommand.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/a.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/a.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/b.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/b.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/bktptcmd.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/bktptcmd.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/side_effect.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/side_effect.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/history/.categories [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_source/.categories with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/history/TestCommandHistory.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_history/TestCommandHistory.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/nested_alias/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/nested_alias/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/nested_alias/TestNestedAlias.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/nested_alias/TestNestedAlias.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/nested_alias/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/nested_alias/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/.categories [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script_alias/.categories with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/launch_with_shellexpand/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/TestCommandScript.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/TestCommandScript.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/bug11569.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/bug11569.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/decorated.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/decorated.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/import/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/import/TestImport.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/TestImport.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/import/bar/bar.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/bar/bar.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/import/bar/barutil.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/bar/barutil.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/import/dummymodule.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/dummymodule.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/import/foo/bar/foobar.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/foo/bar/foobar.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/import/foo/foo.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/foo/foo.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/import/foo/foo2.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/foo/foo2.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/import/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/import/rdar-12586188/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/rdar-12586188/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/import/rdar-12586188/TestRdar12586188.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/rdar-12586188/TestRdar12586188.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/import/rdar-12586188/fail12586188.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/rdar-12586188/fail12586188.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/import/rdar-12586188/fail212586188.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/rdar-12586188/fail212586188.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/import/thepackage/TPunitA.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/thepackage/TPunitA.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/import/thepackage/TPunitB.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/thepackage/TPunitB.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/import/thepackage/__init__.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/thepackage/__init__.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/mysto.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/mysto.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/py_import [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/py_import with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script/welcome.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/welcome.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script_alias/.categories [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/.categories with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script_alias/TestCommandScriptAlias.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script_alias/TestCommandScriptAlias.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/script_alias/tcsacmd.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script_alias/tcsacmd.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/source/.categories [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_history/.categories with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/source/.lldb [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_source/.lldb with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/source/TestCommandSource.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_source/TestCommandSource.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/source/commands.txt [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_source/commands.txt with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/command/source/my.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_source/my.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/disassemble/basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/disassembly/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/disassemble/basic/TestDisassembleBreakpoint.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/disassembly/TestDisassembleBreakpoint.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/disassemble/basic/TestFrameDisassemble.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/disassembly/TestFrameDisassemble.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/disassemble/basic/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/disassembly/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/.categories [moved from lldb/packages/Python/lldbsuite/test/functionalities/expr-doesnt-deadlock/.categories with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/anonymous-struct/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/command_script/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/anonymous-struct/TestCallUserAnonTypedef.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/TestCallUserAnonTypedef.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/anonymous-struct/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/argument_passing_restrictions/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/apropos_with_process/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/argument_passing_restrictions/TestArgumentPassingRestrictions.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/argument_passing_restrictions/TestArgumentPassingRestrictions.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/argument_passing_restrictions/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/argument_passing_restrictions/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/calculator_mode/TestCalculatorMode.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/calculator_mode/TestCalculatorMode.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/call-function/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/call-overridden-method/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/call-function/TestCallBuiltinFunction.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallBuiltinFunction.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/call-function/TestCallStdStringFunction.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/call-function/TestCallStopAndContinue.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/call-function/TestCallUserDefinedFunction.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/call-function/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/call-function/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/TestCallOverriddenMethod.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/call-overridden-method/TestCallOverriddenMethod.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/call-overridden-method/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/call-restarts/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/call-restarts/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/call-restarts/TestCallThatRestarts.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/call-restarts/TestCallThatRestarts.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/call-restarts/lotta-signals.c [moved from lldb/packages/Python/lldbsuite/test/expression_command/call-restarts/lotta-signals.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/call-throws/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/call-throws/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/call-throws/TestCallThatThrows.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/call-throws/TestCallThatThrows.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/call-throws/call-throws.m [moved from lldb/packages/Python/lldbsuite/test/expression_command/call-throws/call-throws.m with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/cast_int_to_anonymous_enum/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/xvalue/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/cast_int_to_anonymous_enum/TestCastIntToAnonymousEnum.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/cast_int_to_anonymous_enum/TestCastIntToAnonymousEnum.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/cast_int_to_anonymous_enum/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/cast_int_to_anonymous_enum/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/char/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/vector_of_enums/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/char/TestExprsChar.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/char/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/char/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/class_template_specialization_empty_pack/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/unwind_expression/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/class_template_specialization_empty_pack/TestClassTemplateSpecializationParametersHandling.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/class_template_specialization_empty_pack/TestClassTemplateSpecializationParametersHandling.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/class_template_specialization_empty_pack/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/class_template_specialization_empty_pack/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash-incomplete-record/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/completion-crash2/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash-incomplete-record/TestCompletionCrashIncompleteRecord.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/completion-crash-incomplete-record/TestCompletionCrashIncompleteRecord.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash-incomplete-record/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/completion-crash-incomplete-record/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash-lambda/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/completion-crash1/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash1/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/completion-crash-lambda/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash1/TestCompletionCrash1.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/completion-crash1/TestCompletionCrash1.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash1/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/completion-crash1/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash2/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/completion-crash-incomplete-record/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash2/TestCompletionCrash2.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/completion-crash2/TestCompletionCrash2.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash2/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/completion-crash2/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/completion-in-lambda-and-unnnamed-class/TestCompletionInLambdaAndUnnamedClass.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/completion-in-lambda-and-unnnamed-class/TestCompletionInLambdaAndUnnamedClass.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/completion-in-lambda-and-unnnamed-class/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/completion-in-lambda-and-unnnamed-class/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/completion/.categories [moved from lldb/packages/Python/lldbsuite/test/expression_command/completion/.categories with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/completion/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/completion/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/completion/TestExprCompletion.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/completion/TestExprCompletion.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/completion/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/completion/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/completion/other.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/completion/other.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/context-object-objc/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/po_verbosity/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/context-object-objc/TestContextObjectObjc.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc/TestContextObjectObjc.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/context-object-objc/main.m [moved from lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc/main.m with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/context-object/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/test/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/context-object/TestContextObject.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/context-object/TestContextObject.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/context-object/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/context-object/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/dollar-in-variable/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/stats/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/dollar-in-variable/TestDollarInVariable.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/dollar-in-variable/TestDollarInVariable.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/dollar-in-variable/main.c [moved from lldb/packages/Python/lldbsuite/test/expression_command/dollar-in-variable/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/dont_allow_jit/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/stop-hooks/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/dont_allow_jit/TestAllowJIT.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/dont_allow_jit/TestAllowJIT.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/dont_allow_jit/main.c [moved from lldb/packages/Python/lldbsuite/test/expression_command/dont_allow_jit/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/entry-bp/Makefile [moved from lldb/packages/Python/lldbsuite/test/settings/quoting/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/entry-bp/TestExprEntryBP.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/expr-entry-bp/TestExprEntryBP.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/entry-bp/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/expr-entry-bp/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/expr-in-syscall/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/pr35310/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/expr-in-syscall/TestExpressionInSyscall.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/expr-in-syscall/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/fixits/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/namespace_local_var_same_name_cpp_and_c/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/fixits/TestFixIts.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/fixits/TestFixIts.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/fixits/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/fixits/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/formatters/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/issue_11588/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/formatters/TestFormatters.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/formatters/TestFormatters.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/formatters/foosynth.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/formatters/foosynth.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/formatters/formatters.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/formatters/formatters.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/formatters/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/formatters/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/function_template_specialization_temp_args/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/inline-namespace/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/function_template_specialization_temp_args/TestFunctionTemplateSpecializationTempArgs.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/function_template_specialization_temp_args/TestFunctionTemplateSpecializationTempArgs.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/function_template_specialization_temp_args/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/function_template_specialization_temp_args/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/weak_ptr/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/basic/TestImportStdModule.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/basic/TestImportStdModule.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/basic/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/basic/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/conflicts/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/weak_ptr-dbg-info-content/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/conflicts/TestStdModuleWithConflicts.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/conflicts/TestStdModuleWithConflicts.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/conflicts/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/conflicts/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/vector-of-vectors/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/TestBasicDeque.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/deque-basic/TestBasicDeque.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/deque-basic/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/vector-dbg-info-content/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDeque.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/deque-dbg-info-content/TestDbgInfoContentDeque.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/deque-dbg-info-content/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/vector-bool/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/TestBasicForwardList.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/forward_list-basic/TestBasicForwardList.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/forward_list-basic/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/vector-basic/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardList.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardList.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/forward_list-dbg-info-content/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/unique_ptr/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/TestBasicList.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/list-basic/TestBasicList.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/list-basic/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/unique_ptr-dbg-info-content/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentList.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/list-dbg-info-content/TestDbgInfoContentList.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/list-dbg-info-content/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/no-std-module/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/stack/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/no-std-module/TestMissingStdModule.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/no-std-module/TestMissingStdModule.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/no-std-module/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/no-std-module/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/shared_ptr/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/TestQueue.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/queue/TestQueue.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/queue/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/shared_ptr-dbg-info-content/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContent.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContent.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/unique_ptr-dbg-info-content/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/queue/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/TestSharedPtr.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/shared_ptr/TestSharedPtr.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/unique_ptr/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/no-std-module/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/TestStack.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/stack/TestStack.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/stack/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/sysroot/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/sysroot/TestStdModuleSysroot.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/sysroot/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/root/usr/include/c++/include/algorithm [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/sysroot/root/usr/include/c++/include/algorithm with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/root/usr/include/c++/include/module.modulemap [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/sysroot/root/usr/include/c++/include/module.modulemap with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/root/usr/include/libc_header.h [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/sysroot/root/usr/include/libc_header.h with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr-dbg-info-content/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/list-dbg-info-content/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr-dbg-info-content/TestUniquePtrDbgInfoContent.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/unique_ptr-dbg-info-content/TestUniquePtrDbgInfoContent.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr-dbg-info-content/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/shared_ptr-dbg-info-content/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/list-basic/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/TestUniquePtr.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/unique_ptr/TestUniquePtr.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/shared_ptr/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/forward_list-dbg-info-content/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/TestBasicVector.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/vector-basic/TestBasicVector.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/vector-basic/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/forward_list-basic/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/TestBoolVector.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/vector-bool/TestBoolVector.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/vector-bool/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/deque-dbg-info-content/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVector.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/vector-dbg-info-content/TestDbgInfoContentVector.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/vector-dbg-info-content/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/deque-basic/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectors.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/vector-of-vectors/TestVectorOfVectors.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/vector-of-vectors/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/conflicts/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtr.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtr.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/weak_ptr-dbg-info-content/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/basic/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/TestWeakPtr.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/weak_ptr/TestWeakPtr.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/weak_ptr/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import_builtin_fileid/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/import_builtin_fileid/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import_builtin_fileid/TestImportBuiltinFileID.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/import_builtin_fileid/TestImportBuiltinFileID.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/import_builtin_fileid/main.m [moved from lldb/packages/Python/lldbsuite/test/expression_command/import_builtin_fileid/main.m with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/inline-namespace/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/function_template_specialization_temp_args/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/inline-namespace/TestInlineNamespace.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/inline-namespace/TestInlineNamespace.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/inline-namespace/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/inline-namespace/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter-phi-nodes/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter-phi-nodes/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter/TestIRInterpreter.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter/main.c [moved from lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/issue_11588/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/formatters/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/issue_11588/Test11588.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/issue_11588/Test11588.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/issue_11588/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/issue_11588/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/issue_11588/s11588.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/issue_11588/s11588.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/macros/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/macros/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/macros/TestMacros.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/macros/macro1.h [moved from lldb/packages/Python/lldbsuite/test/expression_command/macros/macro1.h with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/macros/macro2.h [moved from lldb/packages/Python/lldbsuite/test/expression_command/macros/macro2.h with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/macros/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/macros/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame_var_scope/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/multiline-completion/TestMultilineCompletion.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/main.c [moved from lldb/packages/Python/lldbsuite/test/expression_command/multiline-completion/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_cpp_and_c/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/fixits/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_cpp_and_c/TestNamespaceLocalVarSameNameCppAndC.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/namespace_local_var_same_name_cpp_and_c/TestNamespaceLocalVarSameNameCppAndC.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_cpp_and_c/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/namespace_local_var_same_name_cpp_and_c/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_obj_c/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/namespace_local_var_same_name_obj_c/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_obj_c/TestNamespaceLocalVarSameNameObjC.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/namespace_local_var_same_name_obj_c/TestNamespaceLocalVarSameNameObjC.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_obj_c/main.mm [moved from lldb/packages/Python/lldbsuite/test/expression_command/namespace_local_var_same_name_obj_c/main.mm with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_obj_c/util.mm [moved from lldb/packages/Python/lldbsuite/test/expression_command/namespace_local_var_same_name_obj_c/util.mm with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/.categories [moved from lldb/packages/Python/lldbsuite/test/expression_command/.categories with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/expr-doesnt-deadlock/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/TestExprDoesntBlock.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/locking.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/expr-doesnt-deadlock/locking.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/options/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/options/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/options/TestExprOptions.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/options/TestExprOptions.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/options/foo.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/options/foo.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/options/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/options/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/persist_objc_pointeetype/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/persist_objc_pointeetype/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/persist_objc_pointeetype/TestPersistObjCPointeeType.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/persist_objc_pointeetype/TestPersistObjCPointeeType.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/persist_objc_pointeetype/main.m [moved from lldb/packages/Python/lldbsuite/test/expression_command/persist_objc_pointeetype/main.m with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/persistent_ptr_update/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/persistent_ptr_update/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/persistent_ptr_update/TestPersistentPtrUpdate.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/persistent_ptr_update/TestPersistentPtrUpdate.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/persistent_ptr_update/main.c [moved from lldb/packages/Python/lldbsuite/test/expression_command/persistent_ptr_update/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/persistent_types/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/expr-entry-bp/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/persistent_types/TestNestedPersistentTypes.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/persistent_types/TestNestedPersistentTypes.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/persistent_types/TestPersistentTypes.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/persistent_types/TestPersistentTypes.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/persistent_types/main.c [moved from lldb/packages/Python/lldbsuite/test/expression_command/persistent_types/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/persistent_variables/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/save_jit_objects/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/persistent_variables/TestPersistentVariables.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/persistent_variables/TestPersistentVariables.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/persistent_variables/main.c [moved from lldb/packages/Python/lldbsuite/test/expression_command/persistent_variables/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/po_verbosity/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/po_verbosity/TestPoVerbosity.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/po_verbosity/TestPoVerbosity.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/po_verbosity/main.m [moved from lldb/packages/Python/lldbsuite/test/expression_command/po_verbosity/main.m with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/pr35310/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/pr35310/TestExprsBug35310.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/pr35310/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/pr35310/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/radar_8638051/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/radar_9673664/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/radar_8638051/Test8638051.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/radar_8638051/Test8638051.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/radar_8638051/main.c [moved from lldb/packages/Python/lldbsuite/test/expression_command/radar_8638051/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/radar_9531204/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/radar_9531204/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/radar_9531204/TestPrintfAfterUp.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/radar_9531204/TestPrintfAfterUp.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/radar_9531204/main.c [moved from lldb/packages/Python/lldbsuite/test/expression_command/radar_9531204/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/radar_9673664/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/radar_8638051/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/radar_9673664/TestExprHelpExamples.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/radar_9673664/TestExprHelpExamples.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/radar_9673664/main.c [moved from lldb/packages/Python/lldbsuite/test/expression_command/radar_9673664/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/rdar42038760/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/rdar42038760/TestScalarURem.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/rdar42038760/TestScalarURem.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/rdar42038760/main.c [moved from lldb/packages/Python/lldbsuite/test/expression_command/rdar42038760/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/rdar42038760/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Test128BitsInteger.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/rdar44436068/main.c [moved from lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/save_jit_objects/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/persistent_variables/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/save_jit_objects/TestSaveJITObjects.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/save_jit_objects/TestSaveJITObjects.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/save_jit_objects/main.c [moved from lldb/packages/Python/lldbsuite/test/expression_command/save_jit_objects/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/scoped_enums/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/scoped_enums/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/scoped_enums/TestScopedEnumType.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/scoped_enums/TestScopedEnumType.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/scoped_enums/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/scoped_enums/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/test/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/context-object/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/test/TestExprs.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/test/TestExprs.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/test/TestExprs2.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/test/TestExprs2.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/test/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/test/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/timeout/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/timeout/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/timeout/TestCallWithTimeout.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/timeout/wait-a-while.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/timeout/wait-a-while.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/top-level/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/top-level/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/top-level/TestTopLevelExprs.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/top-level/TestTopLevelExprs.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/top-level/dummy.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/top-level/dummy.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/top-level/dummy.mk [moved from lldb/packages/Python/lldbsuite/test/expression_command/top-level/dummy.mk with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/top-level/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/top-level/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/top-level/test.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/top-level/test.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/two-files/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/two-files/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/two-files/TestObjCTypeQueryFromOtherCompileUnit.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/two-files/TestObjCTypeQueryFromOtherCompileUnit.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/two-files/foo.m [moved from lldb/packages/Python/lldbsuite/test/expression_command/two-files/foo.m with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/two-files/main.m [moved from lldb/packages/Python/lldbsuite/test/expression_command/two-files/main.m with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/unicode-in-variable/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/unicode-in-variable/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/unicode-in-variable/TestUnicodeInVariable.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/unicode-in-variable/TestUnicodeInVariable.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/unicode-in-variable/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/unicode-in-variable/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/unwind_expression/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/class_template_specialization_empty_pack/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/unwind_expression/TestUnwindExpression.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/unwind_expression/TestUnwindExpression.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/unwind_expression/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/unwind_expression/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/vector_of_enums/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/char/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/vector_of_enums/TestVectorOfEnums.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/vector_of_enums/TestVectorOfEnums.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/vector_of_enums/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/vector_of_enums/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/weak_symbols/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/weak_symbols/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/weak_symbols/TestWeakSymbols.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/weak_symbols/TestWeakSymbols.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/weak_symbols/dylib.c [moved from lldb/packages/Python/lldbsuite/test/expression_command/weak_symbols/dylib.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/weak_symbols/dylib.h [moved from lldb/packages/Python/lldbsuite/test/expression_command/weak_symbols/dylib.h with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/weak_symbols/main.c [moved from lldb/packages/Python/lldbsuite/test/expression_command/weak_symbols/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/weak_symbols/module.modulemap [moved from lldb/packages/Python/lldbsuite/test/expression_command/weak_symbols/module.modulemap with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/xvalue/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/cast_int_to_anonymous_enum/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/xvalue/TestXValuePrinting.py [moved from lldb/packages/Python/lldbsuite/test/expression_command/xvalue/TestXValuePrinting.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/expression/xvalue/main.cpp [moved from lldb/packages/Python/lldbsuite/test/expression_command/xvalue/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/array/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_size/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/array/TestArray.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/array/TestArray.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/array/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/array/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/bad-reference/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_hits/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/bad-reference/TestBadReference.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/bad-reference/TestBadReference.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/bad-reference/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/bad-reference/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/complicated-expression/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_on_vectors/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/complicated-expression/TestComplicatedExpression.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/complicated-expression/TestComplicatedExpression.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/complicated-expression/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/complicated-expression/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-argument/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-argument/TestDiagnoseDereferenceArgument.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/dereference-argument/TestDiagnoseDereferenceArgument.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-argument/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/dereference-argument/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-function-return/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/virtual-method-call/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-function-return/TestDiagnoseDereferenceFunctionReturn.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/dereference-function-return/TestDiagnoseDereferenceFunctionReturn.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-function-return/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/dereference-function-return/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-this/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/inheritance/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-this/TestDiagnoseDereferenceThis.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/dereference-this/TestDiagnoseDereferenceThis.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-this/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/dereference-this/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/inheritance/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/dereference-this/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/inheritance/TestDiagnoseInheritance.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/inheritance/TestDiagnoseInheritance.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/inheritance/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/inheritance/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/local-variable/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_disable/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/local-variable/TestLocalVariable.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/local-variable/TestLocalVariable.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/local-variable/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/local-variable/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/virtual-method-call/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/dereference-function-return/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/virtual-method-call/TestDiagnoseDereferenceVirtualMethodCall.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/virtual-method-call/TestDiagnoseDereferenceVirtualMethodCall.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/virtual-method-call/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/virtual-method-call/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/language/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-language/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/language/TestGuessLanguage.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-language/TestGuessLanguage.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/language/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-language/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/language/other-2.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-language/other-2.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/language/other.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-language/other.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/language/other.h [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-language/other.h with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/language/somefunc.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-language/somefunc.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/recognizer/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-recognizer/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/recognizer/TestFrameRecognizer.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-recognizer/TestFrameRecognizer.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/recognizer/main.m [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-recognizer/main.m with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/recognizer/recognizer.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-recognizer/recognizer.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/var-scope/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/multiline-completion/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/var-scope/TestFrameVariableScope.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame_var_scope/TestFrameVariableScope.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/var-scope/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame_var_scope/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/var/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame_var/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/var/TestFrameVar.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame_var/TestFrameVar.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/frame/var/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame_var/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/help/TestHelp.py [moved from lldb/packages/Python/lldbsuite/test/help/TestHelp.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/log/basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/settings/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/log/basic/TestLogging.py [moved from lldb/packages/Python/lldbsuite/test/logging/TestLogging.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/log/basic/main.cpp [moved from lldb/packages/Python/lldbsuite/test/logging/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/platform/basic/TestPlatformCommand.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/platform/TestPlatformCommand.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/platform/basic/TestPlatformPython.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/platform/TestPlatformPython.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/attach-resume/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/attach_resume/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/attach-resume/TestAttachResume.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/attach_resume/TestAttachResume.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/attach-resume/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/attach_resume/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/attach/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_attach/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/attach/TestProcessAttach.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/attach/attach_denied/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_attach/attach_denied/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/attach/attach_denied/TestAttachDenied.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_attach/attach_denied/TestAttachDenied.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/attach/attach_denied/entitlements.plist [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_attach/attach_denied/entitlements.plist with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/attach/attach_denied/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_attach/attach_denied/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/attach/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_attach/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/argument_passing_restrictions/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/TestLaunchWithShellExpand.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/file1.txt [moved from lldb/packages/Python/lldbsuite/test/functionalities/launch_with_shellexpand/file1.txt with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/file2.txt [moved from lldb/packages/Python/lldbsuite/test/functionalities/launch_with_shellexpand/file2.txt with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/file3.txt [moved from lldb/packages/Python/lldbsuite/test/functionalities/launch_with_shellexpand/file3.txt with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/file4.txy [moved from lldb/packages/Python/lldbsuite/test/functionalities/launch_with_shellexpand/file4.txy with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/file5.tyx [moved from lldb/packages/Python/lldbsuite/test/functionalities/launch_with_shellexpand/file5.tyx with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/foo bar [moved from lldb/packages/Python/lldbsuite/test/functionalities/launch_with_shellexpand/foo bar with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/launch_with_shellexpand/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/launch/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_launch/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/launch/TestProcessLaunch.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_launch/TestProcessLaunch.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/launch/input-file.txt [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_launch/input-file.txt with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/launch/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_launch/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/launch/print_cwd.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_launch/print_cwd.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/process/launch/print_env.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_launch/print_env.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/quit/TestQuit.py [moved from lldb/packages/Python/lldbsuite/test/quit/TestQuit.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/register/intel_xtended_registers/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/TestMPXRegisters.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/register/intel_xtended_registers/TestMPXRegisters.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/register/intel_xtended_registers/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_bound_violation/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/register/intel_xtended_registers/mpx_bound_violation/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_bound_violation/TestBoundViolation.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/register/intel_xtended_registers/mpx_bound_violation/TestBoundViolation.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_bound_violation/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/register/intel_xtended_registers/mpx_bound_violation/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/register/register/register_command/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/register/register_command/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/register/register/register_command/TestRegisters.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/register/register_command/TestRegisters.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/register/register/register_command/a.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/register/register_command/a.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/register/register/register_command/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/register/register_command/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/reproducer/invalid-args/TestInvalidArgsReproducer.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/reproducer/TestReproducer.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/settings/Makefile [moved from lldb/packages/Python/lldbsuite/test/logging/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/settings/TestSettings.py [moved from lldb/packages/Python/lldbsuite/test/settings/TestSettings.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/settings/main.cpp [moved from lldb/packages/Python/lldbsuite/test/settings/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/settings/quoting/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/persistent_types/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/settings/quoting/TestQuoting.py [moved from lldb/packages/Python/lldbsuite/test/settings/quoting/TestQuoting.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/settings/quoting/main.c [moved from lldb/packages/Python/lldbsuite/test/settings/quoting/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/statistics/basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/dollar-in-variable/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/statistics/basic/TestStats.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/stats/TestStats.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/statistics/basic/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/stats/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/target/basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/target_command/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/target/basic/TestTargetCommand.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/target/basic/a.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/target_command/a.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/target/basic/b.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/target_command/b.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/target/basic/c.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/target_command/c.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/target/basic/globals.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/target_command/globals.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/target/basic/invalid_core_file [moved from lldb/packages/Python/lldbsuite/test/functionalities/target_command/invalid_core_file with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/target/create-deps/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/target_create_deps/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/target/create-deps/TestTargetCreateDeps.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/target_create_deps/TestTargetCreateDeps.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/target/create-deps/a.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/target_create_deps/a.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/target/create-deps/a.mk [moved from lldb/packages/Python/lldbsuite/test/functionalities/target_create_deps/a.mk with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/target/create-deps/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/target_create_deps/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/TestNoSuchArch.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/nosucharch/TestNoSuchArch.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/nosucharch/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/Makefile [moved from lldb/packages/Python/lldbsuite/test/expression_command/dont_allow_jit/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/TestStopHooks.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/stop-hooks/TestStopHooks.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/stop-hooks/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/version/TestVersion.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/version/TestVersion.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/.categories [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/.categories with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchlocation/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_set_command/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchlocation/TestWatchLocation.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchlocation/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchlocation/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchpoint/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchpoint/TestMyFirstWatchpoint.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchpoint/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchpoint/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/multi_watchpoint_slots/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/variable_out_of_scope/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/multi_watchpoint_slots/TestWatchpointMultipleSlots.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multi_watchpoint_slots/TestWatchpointMultipleSlots.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/multi_watchpoint_slots/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multi_watchpoint_slots/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_hits/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/bad-reference/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_hits/TestMultipleHits.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_hits/TestMultipleHits.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_hits/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_hits/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_threads/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_threads/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_threads/TestWatchpointMultipleThreads.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_threads/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_threads/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/step_over_watchpoint/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/step_over_watchpoint/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/step_over_watchpoint/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/step_over_watchpoint/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/variable_out_of_scope/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multi_watchpoint_slots/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/variable_out_of_scope/TestWatchedVarHitWhenInScope.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/variable_out_of_scope/TestWatchedVarHitWhenInScope.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/variable_out_of_scope/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/variable_out_of_scope/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchpoint/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/TestWatchpointCommands.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/condition/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandLLDB.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandLLDB.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandPython.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/watchpoint_command.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/watchpoint_command.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/condition/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/condition/TestWatchpointConditionCmd.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/condition/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/condition/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_disable/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/local-variable/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_disable/TestWatchpointDisable.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_disable/TestWatchpointDisable.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_disable/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_disable/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_events/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/dereference-argument/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_events/TestWatchpointEvents.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_events/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_on_vectors/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/complicated-expression/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_on_vectors/TestValueOfVectorVariable.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_on_vectors/TestValueOfVectorVariable.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_on_vectors/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_on_vectors/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchlocation/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/TestWatchLocationWithWatchSet.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_set_command/main.cpp with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_size/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/frame-diagnose/array/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_size/TestWatchpointSizes.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_size/TestWatchpointSizes.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_size/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_size/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/main.c [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/TestBreakpointAutoContinue.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/main.c [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/main.c [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/main.c [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_hit_count/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_hit_count/TestBreakpointHitCount.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_hit_count/main.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/TestBreakpointIDs.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/main.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/TestBreakpointIgnoreCount.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/main.c [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/TestAvoidBreakpointInDelaySlot.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/main.c [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/TestBreakpointLanguage.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/a.c [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/b.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/main.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/main.c [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/main.c [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/foo.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/main.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/TestBreakpointSetRestart.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/main.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/TestCompDirSymLink.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/main.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/main.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/main.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/main.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/TestDebugBreak.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/main.c [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/TestBreakpointsWithNoTargets.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/main.c [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/TestBreakpointInGlobalConstructor.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/foo.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/foo.h [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/main.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/main.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/basic_type.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/int.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/TestMoveNearest.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/foo.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/foo.h [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/main.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/main.m [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/main.c [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/main.c [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/resolver.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/TestBreakpointSerialization.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/main.c [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/TestSourceRegexBreakpoints.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/a.c [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/a.h [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/main.c [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/step_over_breakpoint/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/step_over_breakpoint/TestStepOverBreakpoint.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/step_over_breakpoint/main.cpp [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/Makefile with 100% similarity]
lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/TestPluginCommands.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py with 100% similarity]
lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/plugin.cpp.template [moved from lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/plugin.cpp.template with 100% similarity]