[lldb][test] Remove symlink for API tests.
authorJordan Rupprecht <rupprecht@google.com>
Tue, 11 Feb 2020 18:01:16 +0000 (10:01 -0800)
committerJordan Rupprecht <rupprecht@google.com>
Tue, 11 Feb 2020 18:03:53 +0000 (10:03 -0800)
commit99451b4453688a94c6014cac233d371ab4cc342d
tree5f388465c19360723e2311c105c8f66e944c8d68
parent29bc5dd19407c4d7cad1c059dea26ee216ddc7ca
[lldb][test] Remove symlink for API tests.

Summary: Moves lldbsuite tests to lldb/test/API.

This is a largely mechanical change, moved with the following steps:

```
rm lldb/test/API/testcases
mkdir -p lldb/test/API/{test_runner/test,tools/lldb-{server,vscode}}
mv lldb/packages/Python/lldbsuite/test/test_runner/test lldb/test/API/test_runner
for d in $(find lldb/packages/Python/lldbsuite/test/* -maxdepth 0 -type d | egrep -v "make|plugins|test_runner|tools"); do mv $d lldb/test/API; done
for d in $(find lldb/packages/Python/lldbsuite/test/tools/lldb-vscode -maxdepth 1 -mindepth 1 | grep -v ".py"); do mv $d lldb/test/API/tools/lldb-vscode; done
for d in $(find lldb/packages/Python/lldbsuite/test/tools/lldb-server -maxdepth 1 -mindepth 1 | egrep -v "gdbremote_testcase.py|lldbgdbserverutils.py|socket_packet_pump.py"); do mv $d lldb/test/API/tools/lldb-server; done
```

lldb/packages/Python/lldbsuite/__init__.py and lldb/test/API/lit.cfg.py were also updated with the new directory structure.

Reviewers: labath, JDevlieghere

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D71151
2609 files changed:
lldb/packages/Python/lldbsuite/__init__.py
lldb/test/API/android/platform/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/Makefile with 100% similarity]
lldb/test/API/android/platform/TestDefaultCacheLineSize.py [moved from lldb/packages/Python/lldbsuite/test/android/platform/TestDefaultCacheLineSize.py with 100% similarity]
lldb/test/API/android/platform/main.cpp [moved from lldb/packages/Python/lldbsuite/test/android/platform/main.cpp with 100% similarity]
lldb/test/API/api/check_public_api_headers/Makefile [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/variables/Makefile with 100% similarity]
lldb/test/API/api/check_public_api_headers/TestPublicAPIHeaders.py [moved from lldb/packages/Python/lldbsuite/test/api/check_public_api_headers/TestPublicAPIHeaders.py with 100% similarity]
lldb/test/API/api/check_public_api_headers/main.cpp.template [moved from lldb/packages/Python/lldbsuite/test/api/check_public_api_headers/main.cpp.template with 100% similarity]
lldb/test/API/api/command-return-object/Makefile [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/completions/Makefile with 100% similarity]
lldb/test/API/api/command-return-object/TestSBCommandReturnObject.py [moved from lldb/packages/Python/lldbsuite/test/api/command-return-object/TestSBCommandReturnObject.py with 100% similarity]
lldb/test/API/api/command-return-object/main.cpp [moved from lldb/packages/Python/lldbsuite/test/api/command-return-object/main.cpp with 100% similarity]
lldb/test/API/api/listeners/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/Makefile with 100% similarity]
lldb/test/API/api/listeners/TestListener.py [moved from lldb/packages/Python/lldbsuite/test/api/listeners/TestListener.py with 100% similarity]
lldb/test/API/api/listeners/main.c [moved from lldb/packages/Python/lldbsuite/test/api/listeners/main.c with 100% similarity]
lldb/test/API/api/log/TestAPILog.py [moved from lldb/packages/Python/lldbsuite/test/api/log/TestAPILog.py with 100% similarity]
lldb/test/API/api/multiple-debuggers/.categories [moved from lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/.categories with 100% similarity]
lldb/test/API/api/multiple-debuggers/Makefile [moved from lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/Makefile with 100% similarity]
lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py [moved from lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py with 100% similarity]
lldb/test/API/api/multiple-debuggers/multi-process-driver.cpp [moved from lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/multi-process-driver.cpp with 100% similarity]
lldb/test/API/api/multiple-debuggers/testprog.cpp [moved from lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/testprog.cpp with 100% similarity]
lldb/test/API/api/multiple-targets/Makefile [moved from lldb/packages/Python/lldbsuite/test/api/multiple-targets/Makefile with 100% similarity]
lldb/test/API/api/multiple-targets/TestMultipleTargets.py [moved from lldb/packages/Python/lldbsuite/test/api/multiple-targets/TestMultipleTargets.py with 100% similarity]
lldb/test/API/api/multiple-targets/main.cpp [moved from lldb/packages/Python/lldbsuite/test/api/multiple-targets/main.cpp with 100% similarity]
lldb/test/API/api/multithreaded/Makefile [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name/Makefile with 100% similarity]
lldb/test/API/api/multithreaded/TestMultithreaded.py [moved from lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py with 100% similarity]
lldb/test/API/api/multithreaded/common.h [moved from lldb/packages/Python/lldbsuite/test/api/multithreaded/common.h with 100% similarity]
lldb/test/API/api/multithreaded/driver.cpp.template [moved from lldb/packages/Python/lldbsuite/test/api/multithreaded/driver.cpp.template with 100% similarity]
lldb/test/API/api/multithreaded/inferior.cpp [moved from lldb/packages/Python/lldbsuite/test/api/multithreaded/inferior.cpp with 100% similarity]
lldb/test/API/api/multithreaded/listener_test.cpp.template [moved from lldb/packages/Python/lldbsuite/test/api/multithreaded/listener_test.cpp.template with 100% similarity]
lldb/test/API/api/multithreaded/test_breakpoint_callback.cpp.template [moved from lldb/packages/Python/lldbsuite/test/api/multithreaded/test_breakpoint_callback.cpp.template with 100% similarity]
lldb/test/API/api/multithreaded/test_listener_event_description.cpp.template [moved from lldb/packages/Python/lldbsuite/test/api/multithreaded/test_listener_event_description.cpp.template with 100% similarity]
lldb/test/API/api/multithreaded/test_listener_event_process_state.cpp.template [moved from lldb/packages/Python/lldbsuite/test/api/multithreaded/test_listener_event_process_state.cpp.template with 100% similarity]
lldb/test/API/api/multithreaded/test_listener_resume.cpp.template [moved from lldb/packages/Python/lldbsuite/test/api/multithreaded/test_listener_resume.cpp.template with 100% similarity]
lldb/test/API/arm/breakpoint-it/Makefile [moved from lldb/packages/Python/lldbsuite/test/arm/breakpoint-it/Makefile with 100% similarity]
lldb/test/API/arm/breakpoint-it/TestBreakpointIt.py [moved from lldb/packages/Python/lldbsuite/test/arm/breakpoint-it/TestBreakpointIt.py with 100% similarity]
lldb/test/API/arm/breakpoint-it/main.c [moved from lldb/packages/Python/lldbsuite/test/arm/breakpoint-it/main.c with 100% similarity]
lldb/test/API/arm/breakpoint-thumb-codesection/Makefile [moved from lldb/packages/Python/lldbsuite/test/arm/breakpoint-thumb-codesection/Makefile with 100% similarity]
lldb/test/API/arm/breakpoint-thumb-codesection/TestBreakpointThumbCodesection.py [moved from lldb/packages/Python/lldbsuite/test/arm/breakpoint-thumb-codesection/TestBreakpointThumbCodesection.py with 100% similarity]
lldb/test/API/arm/breakpoint-thumb-codesection/main.c [moved from lldb/packages/Python/lldbsuite/test/arm/breakpoint-thumb-codesection/main.c with 100% similarity]
lldb/test/API/arm/emulation/TestEmulations.py [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/TestEmulations.py with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-1-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-1-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-1-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-1-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-10-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-10-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-11-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-11-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-12-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-12-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-2-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-2-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-2-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-2-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-3-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-3-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-3-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-3-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-4-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-4-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-4-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-4-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-5-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-5-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-5-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-5-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-6-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-6-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-6-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-6-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-7-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-7-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-7-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-7-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-8-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-8-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-8-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-8-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-add-9-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-add-9-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-bic-1-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-bic-1-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-bic-1-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-bic-1-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldmia-1-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldmia-1-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldmia-1-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldmia-1-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldmia-2-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldmia-2-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldmia-2-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldmia-2-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldmia-3-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldmia-3-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldmia-3-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldmia-3-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-1-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-1-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-1-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-1-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-10-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-10-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-11-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-11-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-12-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-12-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-2-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-2-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-2-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-2-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-3-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-3-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-3-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-3-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-4-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-4-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-4-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-4-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-5-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-5-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-5-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-5-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-6-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-6-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-6-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-6-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-7-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-7-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-7-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-7-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-8-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-8-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-8-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-8-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldr-9-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldr-9-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldrd-1-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldrd-1-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldrd-1-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldrd-1-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldrd-2-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldrd-2-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldrh-1-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldrh-1-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldrsh-1-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldrsh-1-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-ldrsh-2-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-ldrsh-2-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-1-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-1-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-1-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-1-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-10-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-10-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-11-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-11-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-12-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-12-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-13-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-13-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-14-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-14-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-15-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-15-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-16-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-16-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-17-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-17-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-18-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-18-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-19-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-19-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-2-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-2-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-2-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-2-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-20-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-20-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-21-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-21-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-22-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-22-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-23-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-23-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-24-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-24-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-25-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-25-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-26-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-26-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-27-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-27-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-28-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-28-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-29-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-29-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-3-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-3-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-3-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-3-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-30-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-30-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-31-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-31-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-4-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-4-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-4-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-4-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-5-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-5-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-5-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-5-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-6-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-6-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-6-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-6-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-7-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-7-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-8-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-8-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mov-9-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mov-9-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-moveq-1-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-moveq-1-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-movs-1-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-movs-1-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mvn-1-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mvn-1-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mvn-1-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mvn-1-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mvn-2-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mvn-2-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mvn-2-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mvn-2-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mvn-3-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mvn-3-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mvn-3-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mvn-3-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mvn-4-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mvn-4-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-mvn-4-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-mvn-4-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-pop-1-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-pop-1-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-pop-1-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-pop-1-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-pop-2-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-pop-2-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-pop-2-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-pop-2-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-pop-3-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-pop-3-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-push-1-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-push-1-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-push-1-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-push-1-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-push-2-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-push-2-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-push-2-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-push-2-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-push-3-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-push-3-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-push-3-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-push-3-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-str-1-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-str-1-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-str-1-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-str-1-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-str-2-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-str-2-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-str-2-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-str-2-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-str-3-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-str-3-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-str-3-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-str-3-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-str-4-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-str-4-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-str-4-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-str-4-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-str-5-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-str-5-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-strb-1-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-strb-1-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-strb-2-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-strb-2-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-strbt-1-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-strbt-1-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-strd-1-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-strd-1-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-strt-1-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-strt-1-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-sub-1-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-sub-1-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-sub-1-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-sub-1-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-sub-10-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-sub-10-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-sub-2-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-sub-2-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-sub-2-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-sub-2-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-sub-3-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-sub-3-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-sub-3-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-sub-3-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-sub-4-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-sub-4-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-sub-4-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-sub-4-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-sub-5-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-sub-5-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-sub-5-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-sub-5-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-sub-6-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-sub-6-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-sub-6-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-sub-6-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-sub-8-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-sub-8-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-sub-9-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-sub-9-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-subs-1-arm.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-subs-1-arm.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-subs-1-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-subs-1-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-subs-10-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-subs-10-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-subs-2-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-subs-2-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-subs-3-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-subs-3-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-subs-4-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-subs-4-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-subs-5-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-subs-5-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-subs-6-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-subs-6-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-subs-8-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-subs-8-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-subs-9-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-subs-9-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-vpop-1-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-vpop-1-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-vpop-2-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-vpop-2-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-vpop-3-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-vpop-3-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-vpush-1-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-vpush-1-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-vpush-2-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-vpush-2-thumb.dat with 100% similarity]
lldb/test/API/arm/emulation/new-test-files/test-vpush-3-thumb.dat [moved from lldb/packages/Python/lldbsuite/test/arm/emulation/new-test-files/test-vpush-3-thumb.dat with 100% similarity]
lldb/test/API/benchmarks/continue/Makefile [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/Makefile with 100% similarity]
lldb/test/API/benchmarks/continue/TestBenchmarkContinue.py [moved from lldb/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py with 100% similarity]
lldb/test/API/benchmarks/continue/main.cpp [moved from lldb/packages/Python/lldbsuite/test/benchmarks/continue/main.cpp with 100% similarity]
lldb/test/API/benchmarks/expression/Makefile [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/signal-filtering/Makefile with 100% similarity]
lldb/test/API/benchmarks/expression/TestExpressionCmd.py [moved from lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestExpressionCmd.py with 100% similarity]
lldb/test/API/benchmarks/expression/TestRepeatedExprs.py [moved from lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestRepeatedExprs.py with 100% similarity]
lldb/test/API/benchmarks/expression/main.cpp [moved from lldb/packages/Python/lldbsuite/test/benchmarks/expression/main.cpp with 100% similarity]
lldb/test/API/benchmarks/frame_variable/TestFrameVariableResponse.py [moved from lldb/packages/Python/lldbsuite/test/benchmarks/frame_variable/TestFrameVariableResponse.py with 100% similarity]
lldb/test/API/benchmarks/libcxxlist/Makefile [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/register-reading/Makefile with 100% similarity]
lldb/test/API/benchmarks/libcxxlist/TestBenchmarkLibcxxList.py [moved from lldb/packages/Python/lldbsuite/test/benchmarks/libcxxlist/TestBenchmarkLibcxxList.py with 100% similarity]
lldb/test/API/benchmarks/libcxxlist/main.cpp [moved from lldb/packages/Python/lldbsuite/test/benchmarks/libcxxlist/main.cpp with 100% similarity]
lldb/test/API/benchmarks/libcxxmap/Makefile [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/platform-process-connect/Makefile with 100% similarity]
lldb/test/API/benchmarks/libcxxmap/TestBenchmarkLibcxxMap.py [moved from lldb/packages/Python/lldbsuite/test/benchmarks/libcxxmap/TestBenchmarkLibcxxMap.py with 100% similarity]
lldb/test/API/benchmarks/libcxxmap/main.cpp [moved from lldb/packages/Python/lldbsuite/test/benchmarks/libcxxmap/main.cpp with 100% similarity]
lldb/test/API/benchmarks/startup/TestStartupDelays.py [moved from lldb/packages/Python/lldbsuite/test/benchmarks/startup/TestStartupDelays.py with 100% similarity]
lldb/test/API/benchmarks/stepping/TestSteppingSpeed.py [moved from lldb/packages/Python/lldbsuite/test/benchmarks/stepping/TestSteppingSpeed.py with 100% similarity]
lldb/test/API/benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py [moved from lldb/packages/Python/lldbsuite/test/benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py with 100% similarity]
lldb/test/API/commands/add-dsym/uuid/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/watchpoint/condition/Makefile with 100% similarity]
lldb/test/API/commands/add-dsym/uuid/TestAddDsymCommand.py [moved from lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/TestAddDsymCommand.py with 100% similarity]
lldb/test/API/commands/add-dsym/uuid/main.cpp.template [moved from lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/main.cpp.template with 100% similarity]
lldb/test/API/commands/apropos/basic/TestApropos.py [moved from lldb/packages/Python/lldbsuite/test/commands/apropos/basic/TestApropos.py with 100% similarity]
lldb/test/API/commands/apropos/with-process/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/value/linked_list/Makefile with 100% similarity]
lldb/test/API/commands/apropos/with-process/TestAproposWithProcess.py [moved from lldb/packages/Python/lldbsuite/test/commands/apropos/with-process/TestAproposWithProcess.py with 100% similarity]
lldb/test/API/commands/apropos/with-process/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/apropos/with-process/main.cpp with 100% similarity]
lldb/test/API/commands/breakpoint/command/list/TestBreakpointCommandList.py [moved from lldb/packages/Python/lldbsuite/test/commands/breakpoint/command/list/TestBreakpointCommandList.py with 100% similarity]
lldb/test/API/commands/breakpoint/command/list/a.yaml [moved from lldb/packages/Python/lldbsuite/test/commands/breakpoint/command/list/a.yaml with 100% similarity]
lldb/test/API/commands/command/.categories [moved from lldb/packages/Python/lldbsuite/test/functionalities/wrong_commands/.categories with 100% similarity]
lldb/test/API/commands/command/delete/TestCommandDelete.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/delete/TestCommandDelete.py with 100% similarity]
lldb/test/API/commands/command/history/TestCommandHistory.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/history/TestCommandHistory.py with 100% similarity]
lldb/test/API/commands/command/invalid-args/TestInvalidArgsCommand.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/invalid-args/TestInvalidArgsCommand.py with 100% similarity]
lldb/test/API/commands/command/nested_alias/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/value/empty_class/Makefile with 100% similarity]
lldb/test/API/commands/command/nested_alias/TestNestedAlias.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/nested_alias/TestNestedAlias.py with 100% similarity]
lldb/test/API/commands/command/nested_alias/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/command/nested_alias/main.cpp with 100% similarity]
lldb/test/API/commands/command/script/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/type/Makefile with 100% similarity]
lldb/test/API/commands/command/script/TestCommandScript.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/TestCommandScript.py with 100% similarity]
lldb/test/API/commands/command/script/bug11569.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/bug11569.py with 100% similarity]
lldb/test/API/commands/command/script/callables.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/callables.py with 100% similarity]
lldb/test/API/commands/command/script/decorated.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/decorated.py with 100% similarity]
lldb/test/API/commands/command/script/import/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/import/Makefile with 100% similarity]
lldb/test/API/commands/command/script/import/TestImport.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/import/TestImport.py with 100% similarity]
lldb/test/API/commands/command/script/import/bar/bar.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/import/bar/bar.py with 100% similarity]
lldb/test/API/commands/command/script/import/bar/barutil.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/import/bar/barutil.py with 100% similarity]
lldb/test/API/commands/command/script/import/dummymodule.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/import/dummymodule.py with 100% similarity]
lldb/test/API/commands/command/script/import/foo/bar/foobar.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/import/foo/bar/foobar.py with 100% similarity]
lldb/test/API/commands/command/script/import/foo/foo.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/import/foo/foo.py with 100% similarity]
lldb/test/API/commands/command/script/import/foo/foo2.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/import/foo/foo2.py with 100% similarity]
lldb/test/API/commands/command/script/import/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/import/main.c with 100% similarity]
lldb/test/API/commands/command/script/import/rdar-12586188/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/Makefile with 100% similarity]
lldb/test/API/commands/command/script/import/rdar-12586188/TestRdar12586188.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/import/rdar-12586188/TestRdar12586188.py with 100% similarity]
lldb/test/API/commands/command/script/import/rdar-12586188/fail12586188.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/import/rdar-12586188/fail12586188.py with 100% similarity]
lldb/test/API/commands/command/script/import/rdar-12586188/fail212586188.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/import/rdar-12586188/fail212586188.py with 100% similarity]
lldb/test/API/commands/command/script/import/thepackage/TPunitA.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/import/thepackage/TPunitA.py with 100% similarity]
lldb/test/API/commands/command/script/import/thepackage/TPunitB.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/import/thepackage/TPunitB.py with 100% similarity]
lldb/test/API/commands/command/script/import/thepackage/__init__.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/import/thepackage/__init__.py with 100% similarity]
lldb/test/API/commands/command/script/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/main.cpp with 100% similarity]
lldb/test/API/commands/command/script/mysto.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/mysto.py with 100% similarity]
lldb/test/API/commands/command/script/py_import [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/py_import with 100% similarity]
lldb/test/API/commands/command/script/welcome.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/welcome.py with 100% similarity]
lldb/test/API/commands/command/script_alias/TestCommandScriptAlias.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script_alias/TestCommandScriptAlias.py with 100% similarity]
lldb/test/API/commands/command/script_alias/tcsacmd.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/script_alias/tcsacmd.py with 100% similarity]
lldb/test/API/commands/command/source/.lldb [moved from lldb/packages/Python/lldbsuite/test/commands/command/source/.lldb with 100% similarity]
lldb/test/API/commands/command/source/TestCommandSource.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/source/TestCommandSource.py with 100% similarity]
lldb/test/API/commands/command/source/commands.txt [moved from lldb/packages/Python/lldbsuite/test/commands/command/source/commands.txt with 100% similarity]
lldb/test/API/commands/command/source/my.py [moved from lldb/packages/Python/lldbsuite/test/commands/command/source/my.py with 100% similarity]
lldb/test/API/commands/disassemble/basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/signals/Makefile with 100% similarity]
lldb/test/API/commands/disassemble/basic/TestDisassembleBreakpoint.py [moved from lldb/packages/Python/lldbsuite/test/commands/disassemble/basic/TestDisassembleBreakpoint.py with 100% similarity]
lldb/test/API/commands/disassemble/basic/TestFrameDisassemble.py [moved from lldb/packages/Python/lldbsuite/test/commands/disassemble/basic/TestFrameDisassemble.py with 100% similarity]
lldb/test/API/commands/disassemble/basic/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/disassemble/basic/main.cpp with 100% similarity]
lldb/test/API/commands/expression/.categories [moved from lldb/packages/Python/lldbsuite/test/commands/expression/.categories with 100% similarity]
lldb/test/API/commands/expression/anonymous-struct/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/Makefile with 100% similarity]
lldb/test/API/commands/expression/anonymous-struct/TestCallUserAnonTypedef.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/anonymous-struct/TestCallUserAnonTypedef.py with 100% similarity]
lldb/test/API/commands/expression/anonymous-struct/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/anonymous-struct/main.cpp with 100% similarity]
lldb/test/API/commands/expression/argument_passing_restrictions/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/sbdata/Makefile with 100% similarity]
lldb/test/API/commands/expression/argument_passing_restrictions/TestArgumentPassingRestrictions.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/argument_passing_restrictions/TestArgumentPassingRestrictions.py with 100% similarity]
lldb/test/API/commands/expression/argument_passing_restrictions/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/argument_passing_restrictions/main.cpp with 100% similarity]
lldb/test/API/commands/expression/calculator_mode/TestCalculatorMode.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/calculator_mode/TestCalculatorMode.py with 100% similarity]
lldb/test/API/commands/expression/call-function/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/process/Makefile with 100% similarity]
lldb/test/API/commands/expression/call-function/TestCallBuiltinFunction.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/call-function/TestCallBuiltinFunction.py with 100% similarity]
lldb/test/API/commands/expression/call-function/TestCallStdStringFunction.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/call-function/TestCallStdStringFunction.py with 100% similarity]
lldb/test/API/commands/expression/call-function/TestCallStopAndContinue.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/call-function/TestCallStopAndContinue.py with 100% similarity]
lldb/test/API/commands/expression/call-function/TestCallUserDefinedFunction.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/call-function/TestCallUserDefinedFunction.py with 100% similarity]
lldb/test/API/commands/expression/call-function/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/call-function/main.cpp with 100% similarity]
lldb/test/API/commands/expression/call-restarts/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/call-restarts/Makefile with 100% similarity]
lldb/test/API/commands/expression/call-restarts/TestCallThatRestarts.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/call-restarts/TestCallThatRestarts.py with 100% similarity]
lldb/test/API/commands/expression/call-restarts/lotta-signals.c [moved from lldb/packages/Python/lldbsuite/test/commands/expression/call-restarts/lotta-signals.c with 100% similarity]
lldb/test/API/commands/expression/call-throws/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/call-throws/Makefile with 100% similarity]
lldb/test/API/commands/expression/call-throws/TestCallThatThrows.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/call-throws/TestCallThatThrows.py with 100% similarity]
lldb/test/API/commands/expression/call-throws/call-throws.m [moved from lldb/packages/Python/lldbsuite/test/commands/expression/call-throws/call-throws.m with 100% similarity]
lldb/test/API/commands/expression/cast_int_to_anonymous_enum/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/name_lookup/Makefile with 100% similarity]
lldb/test/API/commands/expression/cast_int_to_anonymous_enum/TestCastIntToAnonymousEnum.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/cast_int_to_anonymous_enum/TestCastIntToAnonymousEnum.py with 100% similarity]
lldb/test/API/commands/expression/cast_int_to_anonymous_enum/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/cast_int_to_anonymous_enum/main.cpp with 100% similarity]
lldb/test/API/commands/expression/char/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/get-value-32bit-int/Makefile with 100% similarity]
lldb/test/API/commands/expression/char/TestExprsChar.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/char/TestExprsChar.py with 100% similarity]
lldb/test/API/commands/expression/char/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/char/main.cpp with 100% similarity]
lldb/test/API/commands/expression/class_template_specialization_empty_pack/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/formatters/Makefile with 100% similarity]
lldb/test/API/commands/expression/class_template_specialization_empty_pack/TestClassTemplateSpecializationParametersHandling.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/class_template_specialization_empty_pack/TestClassTemplateSpecializationParametersHandling.py with 100% similarity]
lldb/test/API/commands/expression/class_template_specialization_empty_pack/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/class_template_specialization_empty_pack/main.cpp with 100% similarity]
lldb/test/API/commands/expression/codegen-crash-typedefdecl-not-in_declcontext/TestCodegenCrashTypedefDeclNotInDeclContext.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/codegen-crash-typedefdecl-not-in_declcontext/TestCodegenCrashTypedefDeclNotInDeclContext.py with 100% similarity]
lldb/test/API/commands/expression/codegen-crash-typedefdecl-not-in_declcontext/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/codegen-crash-typedefdecl-not-in_declcontext/main.cpp with 100% similarity]
lldb/test/API/commands/expression/completion-crash-incomplete-record/TestCompletionCrashIncompleteRecord.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash-incomplete-record/TestCompletionCrashIncompleteRecord.py with 100% similarity]
lldb/test/API/commands/expression/completion-crash-incomplete-record/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash-incomplete-record/main.cpp with 100% similarity]
lldb/test/API/commands/expression/completion-crash-invalid-iterator/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/thread_local/Makefile with 100% similarity]
lldb/test/API/commands/expression/completion-crash-invalid-iterator/TestInvalidIteratorCompletionCrash.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash-invalid-iterator/TestInvalidIteratorCompletionCrash.py with 100% similarity]
lldb/test/API/commands/expression/completion-crash-invalid-iterator/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash-invalid-iterator/main.cpp with 100% similarity]
lldb/test/API/commands/expression/completion-in-lambda-and-unnamed-class/TestCompletionInLambdaAndUnnamedClass.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/completion-in-lambda-and-unnamed-class/TestCompletionInLambdaAndUnnamedClass.py with 100% similarity]
lldb/test/API/commands/expression/completion-in-lambda-and-unnamed-class/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/completion-in-lambda-and-unnamed-class/main.cpp with 100% similarity]
lldb/test/API/commands/expression/completion/.categories [moved from lldb/packages/Python/lldbsuite/test/functionalities/completion/.categories with 100% similarity]
lldb/test/API/commands/expression/completion/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/nested-class-other-compilation-unit/Makefile with 100% similarity]
lldb/test/API/commands/expression/completion/TestExprCompletion.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/completion/TestExprCompletion.py with 100% similarity]
lldb/test/API/commands/expression/completion/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/completion/main.cpp with 100% similarity]
lldb/test/API/commands/expression/completion/other.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/completion/other.cpp with 100% similarity]
lldb/test/API/commands/expression/context-object-objc/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/context-object-objc/Makefile with 100% similarity]
lldb/test/API/commands/expression/context-object-objc/TestContextObjectObjc.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/context-object-objc/TestContextObjectObjc.py with 100% similarity]
lldb/test/API/commands/expression/context-object-objc/main.m [moved from lldb/packages/Python/lldbsuite/test/commands/expression/context-object-objc/main.m with 100% similarity]
lldb/test/API/commands/expression/context-object/Makefile [moved from lldb/packages/Python/lldbsuite/test/linux/builtin_trap/Makefile with 100% similarity]
lldb/test/API/commands/expression/context-object/TestContextObject.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/context-object/TestContextObject.py with 100% similarity]
lldb/test/API/commands/expression/context-object/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/context-object/main.cpp with 100% similarity]
lldb/test/API/commands/expression/deleting-implicit-copy-constructor/TestDeletingImplicitCopyConstructor.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/deleting-implicit-copy-constructor/TestDeletingImplicitCopyConstructor.py with 100% similarity]
lldb/test/API/commands/expression/deleting-implicit-copy-constructor/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/deleting-implicit-copy-constructor/main.cpp with 100% similarity]
lldb/test/API/commands/expression/diagnostics/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-builtin-types/Makefile with 100% similarity]
lldb/test/API/commands/expression/diagnostics/TestExprDiagnostics.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/diagnostics/TestExprDiagnostics.py with 100% similarity]
lldb/test/API/commands/expression/diagnostics/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/diagnostics/main.cpp with 100% similarity]
lldb/test/API/commands/expression/dollar-in-variable/TestDollarInVariable.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/dollar-in-variable/TestDollarInVariable.py with 100% similarity]
lldb/test/API/commands/expression/dollar-in-variable/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/expression/dollar-in-variable/main.c with 100% similarity]
lldb/test/API/commands/expression/dont_allow_jit/Makefile [moved from lldb/packages/Python/lldbsuite/test/sample_test/Makefile with 100% similarity]
lldb/test/API/commands/expression/dont_allow_jit/TestAllowJIT.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/dont_allow_jit/TestAllowJIT.py with 100% similarity]
lldb/test/API/commands/expression/dont_allow_jit/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/expression/dont_allow_jit/main.c with 100% similarity]
lldb/test/API/commands/expression/entry-bp/Makefile [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/Makefile with 100% similarity]
lldb/test/API/commands/expression/entry-bp/TestExprEntryBP.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/entry-bp/TestExprEntryBP.py with 100% similarity]
lldb/test/API/commands/expression/entry-bp/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/expression/entry-bp/main.c with 100% similarity]
lldb/test/API/commands/expression/expr-in-syscall/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/virtual-functions/Makefile with 100% similarity]
lldb/test/API/commands/expression/expr-in-syscall/TestExpressionInSyscall.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/expr-in-syscall/TestExpressionInSyscall.py with 100% similarity]
lldb/test/API/commands/expression/expr-in-syscall/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/expr-in-syscall/main.cpp with 100% similarity]
lldb/test/API/commands/expression/fixits/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/unsigned_types/Makefile with 100% similarity]
lldb/test/API/commands/expression/fixits/TestFixIts.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/fixits/TestFixIts.py with 100% similarity]
lldb/test/API/commands/expression/fixits/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/fixits/main.cpp with 100% similarity]
lldb/test/API/commands/expression/formatters/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/unique-types/Makefile with 100% similarity]
lldb/test/API/commands/expression/formatters/TestFormatters.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/formatters/TestFormatters.py with 100% similarity]
lldb/test/API/commands/expression/formatters/foosynth.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/formatters/foosynth.py with 100% similarity]
lldb/test/API/commands/expression/formatters/formatters.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/formatters/formatters.py with 100% similarity]
lldb/test/API/commands/expression/formatters/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/formatters/main.cpp with 100% similarity]
lldb/test/API/commands/expression/function_template_specialization_temp_args/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/Makefile with 100% similarity]
lldb/test/API/commands/expression/function_template_specialization_temp_args/TestFunctionTemplateSpecializationTempArgs.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/function_template_specialization_temp_args/TestFunctionTemplateSpecializationTempArgs.py with 100% similarity]
lldb/test/API/commands/expression/function_template_specialization_temp_args/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/function_template_specialization_temp_args/main.cpp with 100% similarity]
lldb/test/API/commands/expression/ignore-artificial-constructors/TestIgnoreArtificialConstructors.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/ignore-artificial-constructors/TestIgnoreArtificialConstructors.py with 100% similarity]
lldb/test/API/commands/expression/ignore-artificial-constructors/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/ignore-artificial-constructors/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/basic/TestImportStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/basic/TestImportStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/basic/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/basic/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/conflicts/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/conflicts/TestStdModuleWithConflicts.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/conflicts/TestStdModuleWithConflicts.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/conflicts/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/conflicts/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/deque-basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/deque-basic/TestDequeFromStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/TestDequeFromStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/deque-basic/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/empty-module/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/empty-module/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/algorithm [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/algorithm with 100% similarity]
lldb/test/API/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/module.modulemap [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/root/usr/include/c++/v1/module.modulemap with 100% similarity]
lldb/test/API/commands/expression/import-std-module/empty-module/root/usr/include/libc_header.h [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/root/usr/include/libc_header.h with 100% similarity]
lldb/test/API/commands/expression/import-std-module/forward_list-dbg-info-content/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardListFromStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardListFromStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/forward_list-dbg-info-content/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/forward_list/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/forward_list/TestForwardListFromStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list/TestForwardListFromStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/forward_list/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentListFromStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentListFromStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/list/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr-dbg-info-content/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/list/TestListFromStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list/TestListFromStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/list/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/no-std-module/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/no-std-module/TestMissingStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/no-std-module/TestMissingStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/no-std-module/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/no-std-module/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/queue/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/queue/TestQueueFromStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/TestQueueFromStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/queue/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/shared_ptr-dbg-info-content/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContentFromStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContentFromStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/shared_ptr-dbg-info-content/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr-dbg-info-content/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/shared_ptr/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/shared_ptr/TestSharedPtrFromStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/TestSharedPtrFromStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/shared_ptr/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/stack/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/no-std-module/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/stack/TestStackFromStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/TestStackFromStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/stack/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/sysroot/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/sysroot/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/sysroot/root/usr/include/c++/v1/algorithm [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/root/usr/include/c++/v1/algorithm with 100% similarity]
lldb/test/API/commands/expression/import-std-module/sysroot/root/usr/include/c++/v1/module.modulemap [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/module.modulemap with 100% similarity]
lldb/test/API/commands/expression/import-std-module/sysroot/root/usr/include/libc_header.h [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/root/usr/include/libc_header.h with 100% similarity]
lldb/test/API/commands/expression/import-std-module/unique_ptr-dbg-info-content/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/unique_ptr-dbg-info-content/TestUniquePtrDbgInfoContent.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr-dbg-info-content/TestUniquePtrDbgInfoContent.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/unique_ptr-dbg-info-content/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/unique_ptr/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/unique_ptr/TestUniquePtrFromStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/TestUniquePtrFromStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/unique_ptr/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/vector-bool/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/vector-bool/TestVectorBoolFromStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/TestVectorBoolFromStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/vector-bool/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/vector-of-vectors/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectorsFromStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectorsFromStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/vector-of-vectors/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/vector/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/vector/TestVectorFromStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector/TestVectorFromStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/vector/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/weak_ptr-dbg-info-content/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/conflicts/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtrFromStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtrFromStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/weak_ptr-dbg-info-content/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import-std-module/weak_ptr/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/basic/Makefile with 100% similarity]
lldb/test/API/commands/expression/import-std-module/weak_ptr/TestWeakPtrFromStdModule.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/TestWeakPtrFromStdModule.py with 100% similarity]
lldb/test/API/commands/expression/import-std-module/weak_ptr/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/main.cpp with 100% similarity]
lldb/test/API/commands/expression/import_builtin_fileid/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import_builtin_fileid/Makefile with 100% similarity]
lldb/test/API/commands/expression/import_builtin_fileid/TestImportBuiltinFileID.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import_builtin_fileid/TestImportBuiltinFileID.py with 100% similarity]
lldb/test/API/commands/expression/import_builtin_fileid/main.m [moved from lldb/packages/Python/lldbsuite/test/commands/expression/import_builtin_fileid/main.m with 100% similarity]
lldb/test/API/commands/expression/inline-namespace/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/this/Makefile with 100% similarity]
lldb/test/API/commands/expression/inline-namespace/TestInlineNamespace.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/inline-namespace/TestInlineNamespace.py with 100% similarity]
lldb/test/API/commands/expression/inline-namespace/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/inline-namespace/main.cpp with 100% similarity]
lldb/test/API/commands/expression/invalid-args/TestInvalidArgsExpression.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/invalid-args/TestInvalidArgsExpression.py with 100% similarity]
lldb/test/API/commands/expression/ir-interpreter-phi-nodes/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter-phi-nodes/Makefile with 100% similarity]
lldb/test/API/commands/expression/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py with 100% similarity]
lldb/test/API/commands/expression/ir-interpreter-phi-nodes/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter-phi-nodes/main.cpp with 100% similarity]
lldb/test/API/commands/expression/ir-interpreter/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter/Makefile with 100% similarity]
lldb/test/API/commands/expression/ir-interpreter/TestIRInterpreter.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter/TestIRInterpreter.py with 100% similarity]
lldb/test/API/commands/expression/ir-interpreter/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter/main.c with 100% similarity]
lldb/test/API/commands/expression/issue_11588/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/template/Makefile with 100% similarity]
lldb/test/API/commands/expression/issue_11588/Test11588.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/issue_11588/Test11588.py with 100% similarity]
lldb/test/API/commands/expression/issue_11588/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/issue_11588/main.cpp with 100% similarity]
lldb/test/API/commands/expression/issue_11588/s11588.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/issue_11588/s11588.py with 100% similarity]
lldb/test/API/commands/expression/macros/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/macros/Makefile with 100% similarity]
lldb/test/API/commands/expression/macros/TestMacros.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/macros/TestMacros.py with 100% similarity]
lldb/test/API/commands/expression/macros/macro1.h [moved from lldb/packages/Python/lldbsuite/test/commands/expression/macros/macro1.h with 100% similarity]
lldb/test/API/commands/expression/macros/macro2.h [moved from lldb/packages/Python/lldbsuite/test/commands/expression/macros/macro2.h with 100% similarity]
lldb/test/API/commands/expression/macros/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/macros/main.cpp with 100% similarity]
lldb/test/API/commands/expression/multiline-completion/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/find_struct_type/Makefile with 100% similarity]
lldb/test/API/commands/expression/multiline-completion/TestMultilineCompletion.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py with 100% similarity]
lldb/test/API/commands/expression/multiline-completion/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/main.c with 100% similarity]
lldb/test/API/commands/expression/multiline-navigation/TestMultilineNavigation.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/multiline-navigation/TestMultilineNavigation.py with 100% similarity]
lldb/test/API/commands/expression/namespace_local_var_same_name_cpp_and_c/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/template-function/Makefile with 100% similarity]
lldb/test/API/commands/expression/namespace_local_var_same_name_cpp_and_c/TestNamespaceLocalVarSameNameCppAndC.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_cpp_and_c/TestNamespaceLocalVarSameNameCppAndC.py with 100% similarity]
lldb/test/API/commands/expression/namespace_local_var_same_name_cpp_and_c/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_cpp_and_c/main.cpp with 100% similarity]
lldb/test/API/commands/expression/namespace_local_var_same_name_obj_c/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_obj_c/Makefile with 100% similarity]
lldb/test/API/commands/expression/namespace_local_var_same_name_obj_c/TestNamespaceLocalVarSameNameObjC.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_obj_c/TestNamespaceLocalVarSameNameObjC.py with 100% similarity]
lldb/test/API/commands/expression/namespace_local_var_same_name_obj_c/main.mm [moved from lldb/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_obj_c/main.mm with 100% similarity]
lldb/test/API/commands/expression/namespace_local_var_same_name_obj_c/util.mm [moved from lldb/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_obj_c/util.mm with 100% similarity]
lldb/test/API/commands/expression/no-deadlock/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/step_over_no_deadlock/Makefile with 100% similarity]
lldb/test/API/commands/expression/no-deadlock/TestExprDoesntBlock.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/TestExprDoesntBlock.py with 100% similarity]
lldb/test/API/commands/expression/no-deadlock/locking.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/c/step_over_no_deadlock/locking.cpp with 100% similarity]
lldb/test/API/commands/expression/options/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/Makefile with 100% similarity]
lldb/test/API/commands/expression/options/TestExprOptions.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/options/TestExprOptions.py with 100% similarity]
lldb/test/API/commands/expression/options/foo.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/mixed/foo.cpp with 100% similarity]
lldb/test/API/commands/expression/options/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/options/main.cpp with 100% similarity]
lldb/test/API/commands/expression/persist_objc_pointeetype/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/persist_objc_pointeetype/Makefile with 100% similarity]
lldb/test/API/commands/expression/persist_objc_pointeetype/TestPersistObjCPointeeType.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/persist_objc_pointeetype/TestPersistObjCPointeeType.py with 100% similarity]
lldb/test/API/commands/expression/persist_objc_pointeetype/main.m [moved from lldb/packages/Python/lldbsuite/test/commands/expression/persist_objc_pointeetype/main.m with 100% similarity]
lldb/test/API/commands/expression/persistent_ptr_update/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/persistent_ptr_update/Makefile with 100% similarity]
lldb/test/API/commands/expression/persistent_ptr_update/TestPersistentPtrUpdate.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/persistent_ptr_update/TestPersistentPtrUpdate.py with 100% similarity]
lldb/test/API/commands/expression/persistent_ptr_update/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/expression/persistent_ptr_update/main.c with 100% similarity]
lldb/test/API/commands/expression/persistent_types/Makefile [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/Makefile with 100% similarity]
lldb/test/API/commands/expression/persistent_types/TestNestedPersistentTypes.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/persistent_types/TestNestedPersistentTypes.py with 100% similarity]
lldb/test/API/commands/expression/persistent_types/TestPersistentTypes.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/persistent_types/TestPersistentTypes.py with 100% similarity]
lldb/test/API/commands/expression/persistent_types/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/expression/persistent_types/main.c with 100% similarity]
lldb/test/API/commands/expression/persistent_variables/Makefile [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/attach/Makefile with 100% similarity]
lldb/test/API/commands/expression/persistent_variables/TestPersistentVariables.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/persistent_variables/TestPersistentVariables.py with 100% similarity]
lldb/test/API/commands/expression/persistent_variables/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/expression/persistent_variables/main.c with 100% similarity]
lldb/test/API/commands/expression/po_verbosity/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/po_verbosity/Makefile with 100% similarity]
lldb/test/API/commands/expression/po_verbosity/TestPoVerbosity.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/po_verbosity/TestPoVerbosity.py with 100% similarity]
lldb/test/API/commands/expression/po_verbosity/main.m [moved from lldb/packages/Python/lldbsuite/test/commands/expression/po_verbosity/main.m with 100% similarity]
lldb/test/API/commands/expression/pr35310/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/static_methods/Makefile with 100% similarity]
lldb/test/API/commands/expression/pr35310/TestExprsBug35310.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/pr35310/TestExprsBug35310.py with 100% similarity]
lldb/test/API/commands/expression/pr35310/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/pr35310/main.cpp with 100% similarity]
lldb/test/API/commands/expression/radar_8638051/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/watchpoint/Makefile with 100% similarity]
lldb/test/API/commands/expression/radar_8638051/Test8638051.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/radar_8638051/Test8638051.py with 100% similarity]
lldb/test/API/commands/expression/radar_8638051/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/main.c with 100% similarity]
lldb/test/API/commands/expression/radar_9531204/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/value/change_values/Makefile with 100% similarity]
lldb/test/API/commands/expression/radar_9531204/TestPrintfAfterUp.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/radar_9531204/TestPrintfAfterUp.py with 100% similarity]
lldb/test/API/commands/expression/radar_9531204/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/expression/radar_9531204/main.c with 100% similarity]
lldb/test/API/commands/expression/radar_9673664/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/value/Makefile with 100% similarity]
lldb/test/API/commands/expression/radar_9673664/TestExprHelpExamples.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/radar_9673664/TestExprHelpExamples.py with 100% similarity]
lldb/test/API/commands/expression/radar_9673664/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/expression/radar_9673664/main.c with 100% similarity]
lldb/test/API/commands/expression/rdar42038760/TestScalarURem.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/rdar42038760/TestScalarURem.py with 100% similarity]
lldb/test/API/commands/expression/rdar42038760/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/expression/rdar42038760/main.c with 100% similarity]
lldb/test/API/commands/expression/rdar44436068/Test128BitsInteger.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Test128BitsInteger.py with 100% similarity]
lldb/test/API/commands/expression/rdar44436068/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/expression/rdar44436068/main.c with 100% similarity]
lldb/test/API/commands/expression/regression-access-function-template-in-record/TestRegressionAccessFunctionTemplateInRecord.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/regression-access-function-template-in-record/TestRegressionAccessFunctionTemplateInRecord.py with 100% similarity]
lldb/test/API/commands/expression/regression-access-function-template-in-record/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/regression-access-function-template-in-record/main.cpp with 100% similarity]
lldb/test/API/commands/expression/save_jit_objects/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/target/Makefile with 100% similarity]
lldb/test/API/commands/expression/save_jit_objects/TestSaveJITObjects.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/save_jit_objects/TestSaveJITObjects.py with 100% similarity]
lldb/test/API/commands/expression/save_jit_objects/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/expression/save_jit_objects/main.c with 100% similarity]
lldb/test/API/commands/expression/scoped_enums/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/scoped_enums/Makefile with 100% similarity]
lldb/test/API/commands/expression/scoped_enums/TestScopedEnumType.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/scoped_enums/TestScopedEnumType.py with 100% similarity]
lldb/test/API/commands/expression/scoped_enums/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/scoped_enums/main.cpp with 100% similarity]
lldb/test/API/commands/expression/static-initializers/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/static_members/Makefile with 100% similarity]
lldb/test/API/commands/expression/static-initializers/TestStaticInitializers.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/static-initializers/TestStaticInitializers.py with 100% similarity]
lldb/test/API/commands/expression/static-initializers/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/static-initializers/main.cpp with 100% similarity]
lldb/test/API/commands/expression/test/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/signed_types/Makefile with 100% similarity]
lldb/test/API/commands/expression/test/TestExprs.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/test/TestExprs.py with 100% similarity]
lldb/test/API/commands/expression/test/TestExprs2.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/test/TestExprs2.py with 100% similarity]
lldb/test/API/commands/expression/test/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/test/main.cpp with 100% similarity]
lldb/test/API/commands/expression/timeout/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/timeout/Makefile with 100% similarity]
lldb/test/API/commands/expression/timeout/TestCallWithTimeout.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/timeout/TestCallWithTimeout.py with 100% similarity]
lldb/test/API/commands/expression/timeout/wait-a-while.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/timeout/wait-a-while.cpp with 100% similarity]
lldb/test/API/commands/expression/top-level/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/top-level/Makefile with 100% similarity]
lldb/test/API/commands/expression/top-level/TestTopLevelExprs.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/top-level/TestTopLevelExprs.py with 100% similarity]
lldb/test/API/commands/expression/top-level/dummy.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/top-level/dummy.cpp with 100% similarity]
lldb/test/API/commands/expression/top-level/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/top-level/main.cpp with 100% similarity]
lldb/test/API/commands/expression/top-level/test.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/top-level/test.cpp with 100% similarity]
lldb/test/API/commands/expression/two-files/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/two-files/Makefile with 100% similarity]
lldb/test/API/commands/expression/two-files/TestObjCTypeQueryFromOtherCompileUnit.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/two-files/TestObjCTypeQueryFromOtherCompileUnit.py with 100% similarity]
lldb/test/API/commands/expression/two-files/foo.m [moved from lldb/packages/Python/lldbsuite/test/commands/expression/two-files/foo.m with 100% similarity]
lldb/test/API/commands/expression/two-files/main.m [moved from lldb/packages/Python/lldbsuite/test/commands/expression/two-files/main.m with 100% similarity]
lldb/test/API/commands/expression/unicode-in-variable/TestUnicodeInVariable.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/unicode-in-variable/TestUnicodeInVariable.py with 100% similarity]
lldb/test/API/commands/expression/unicode-in-variable/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/unicode-in-variable/main.cpp with 100% similarity]
lldb/test/API/commands/expression/unwind_expression/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/scope/Makefile with 100% similarity]
lldb/test/API/commands/expression/unwind_expression/TestUnwindExpression.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/unwind_expression/TestUnwindExpression.py with 100% similarity]
lldb/test/API/commands/expression/unwind_expression/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/unwind_expression/main.cpp with 100% similarity]
lldb/test/API/commands/expression/vector_of_enums/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/Makefile with 100% similarity]
lldb/test/API/commands/expression/vector_of_enums/TestVectorOfEnums.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/vector_of_enums/TestVectorOfEnums.py with 100% similarity]
lldb/test/API/commands/expression/vector_of_enums/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/vector_of_enums/main.cpp with 100% similarity]
lldb/test/API/commands/expression/weak_symbols/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/weak_symbols/Makefile with 100% similarity]
lldb/test/API/commands/expression/weak_symbols/TestWeakSymbols.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/weak_symbols/TestWeakSymbols.py with 100% similarity]
lldb/test/API/commands/expression/weak_symbols/dylib.c [moved from lldb/packages/Python/lldbsuite/test/commands/expression/weak_symbols/dylib.c with 100% similarity]
lldb/test/API/commands/expression/weak_symbols/dylib.h [moved from lldb/packages/Python/lldbsuite/test/commands/expression/weak_symbols/dylib.h with 100% similarity]
lldb/test/API/commands/expression/weak_symbols/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/expression/weak_symbols/main.c with 100% similarity]
lldb/test/API/commands/expression/weak_symbols/module.modulemap [moved from lldb/packages/Python/lldbsuite/test/commands/expression/weak_symbols/module.modulemap with 100% similarity]
lldb/test/API/commands/expression/xvalue/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/multiple-inheritance/Makefile with 100% similarity]
lldb/test/API/commands/expression/xvalue/TestXValuePrinting.py [moved from lldb/packages/Python/lldbsuite/test/commands/expression/xvalue/TestXValuePrinting.py with 100% similarity]
lldb/test/API/commands/expression/xvalue/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/xvalue/main.cpp with 100% similarity]
lldb/test/API/commands/frame/diagnose/array/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/symbol-context/Makefile with 100% similarity]
lldb/test/API/commands/frame/diagnose/array/TestArray.py [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/array/TestArray.py with 100% similarity]
lldb/test/API/commands/frame/diagnose/array/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/array/main.c with 100% similarity]
lldb/test/API/commands/frame/diagnose/bad-reference/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/global_variables/Makefile with 100% similarity]
lldb/test/API/commands/frame/diagnose/bad-reference/TestBadReference.py [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/bad-reference/TestBadReference.py with 100% similarity]
lldb/test/API/commands/frame/diagnose/bad-reference/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/bad-reference/main.cpp with 100% similarity]
lldb/test/API/commands/frame/diagnose/complicated-expression/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/section/Makefile with 100% similarity]
lldb/test/API/commands/frame/diagnose/complicated-expression/TestComplicatedExpression.py [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/complicated-expression/TestComplicatedExpression.py with 100% similarity]
lldb/test/API/commands/frame/diagnose/complicated-expression/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/complicated-expression/main.c with 100% similarity]
lldb/test/API/commands/frame/diagnose/dereference-argument/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/interpreter/Makefile with 100% similarity]
lldb/test/API/commands/frame/diagnose/dereference-argument/TestDiagnoseDereferenceArgument.py [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-argument/TestDiagnoseDereferenceArgument.py with 100% similarity]
lldb/test/API/commands/frame/diagnose/dereference-argument/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-argument/main.c with 100% similarity]
lldb/test/API/commands/frame/diagnose/dereference-function-return/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/global_operators/Makefile with 100% similarity]
lldb/test/API/commands/frame/diagnose/dereference-function-return/TestDiagnoseDereferenceFunctionReturn.py [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-function-return/TestDiagnoseDereferenceFunctionReturn.py with 100% similarity]
lldb/test/API/commands/frame/diagnose/dereference-function-return/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-function-return/main.c with 100% similarity]
lldb/test/API/commands/frame/diagnose/dereference-this/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/function-qualifiers/Makefile with 100% similarity]
lldb/test/API/commands/frame/diagnose/dereference-this/TestDiagnoseDereferenceThis.py [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-this/TestDiagnoseDereferenceThis.py with 100% similarity]
lldb/test/API/commands/frame/diagnose/dereference-this/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-this/main.cpp with 100% similarity]
lldb/test/API/commands/frame/diagnose/inheritance/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/frame-var-anon-unions/Makefile with 100% similarity]
lldb/test/API/commands/frame/diagnose/inheritance/TestDiagnoseInheritance.py [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/inheritance/TestDiagnoseInheritance.py with 100% similarity]
lldb/test/API/commands/frame/diagnose/inheritance/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/inheritance/main.cpp with 100% similarity]
lldb/test/API/commands/frame/diagnose/local-variable/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/function_symbol/Makefile with 100% similarity]
lldb/test/API/commands/frame/diagnose/local-variable/TestLocalVariable.py [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/local-variable/TestLocalVariable.py with 100% similarity]
lldb/test/API/commands/frame/diagnose/local-variable/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/local-variable/main.c with 100% similarity]
lldb/test/API/commands/frame/diagnose/virtual-method-call/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value-same-basename/Makefile with 100% similarity]
lldb/test/API/commands/frame/diagnose/virtual-method-call/TestDiagnoseDereferenceVirtualMethodCall.py [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/virtual-method-call/TestDiagnoseDereferenceVirtualMethodCall.py with 100% similarity]
lldb/test/API/commands/frame/diagnose/virtual-method-call/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/virtual-method-call/main.cpp with 100% similarity]
lldb/test/API/commands/frame/language/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/frame/language/Makefile with 100% similarity]
lldb/test/API/commands/frame/language/TestGuessLanguage.py [moved from lldb/packages/Python/lldbsuite/test/commands/frame/language/TestGuessLanguage.py with 100% similarity]
lldb/test/API/commands/frame/language/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/frame/language/main.cpp with 100% similarity]
lldb/test/API/commands/frame/language/other-2.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/frame/language/other-2.cpp with 100% similarity]
lldb/test/API/commands/frame/language/other.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/frame/language/other.cpp with 100% similarity]
lldb/test/API/commands/frame/language/other.h [moved from lldb/packages/Python/lldbsuite/test/commands/frame/language/other.h with 100% similarity]
lldb/test/API/commands/frame/language/somefunc.c [moved from lldb/packages/Python/lldbsuite/test/commands/frame/language/somefunc.c with 100% similarity]
lldb/test/API/commands/frame/recognizer/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/frame/recognizer/Makefile with 100% similarity]
lldb/test/API/commands/frame/recognizer/TestFrameRecognizer.py [moved from lldb/packages/Python/lldbsuite/test/commands/frame/recognizer/TestFrameRecognizer.py with 100% similarity]
lldb/test/API/commands/frame/recognizer/main.m [moved from lldb/packages/Python/lldbsuite/test/commands/frame/recognizer/main.m with 100% similarity]
lldb/test/API/commands/frame/recognizer/recognizer.py [moved from lldb/packages/Python/lldbsuite/test/commands/frame/recognizer/recognizer.py with 100% similarity]
lldb/test/API/commands/frame/select/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/state/Makefile with 100% similarity]
lldb/test/API/commands/frame/select/TestFrameSelect.py [moved from lldb/packages/Python/lldbsuite/test/commands/frame/select/TestFrameSelect.py with 100% similarity]
lldb/test/API/commands/frame/select/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/frame/select/main.cpp with 100% similarity]
lldb/test/API/commands/frame/var-scope/TestFrameVariableScope.py [moved from lldb/packages/Python/lldbsuite/test/commands/frame/var-scope/TestFrameVariableScope.py with 100% similarity]
lldb/test/API/commands/frame/var-scope/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/frame/var-scope/main.c with 100% similarity]
lldb/test/API/commands/frame/var/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/Makefile with 100% similarity]
lldb/test/API/commands/frame/var/TestFrameVar.py [moved from lldb/packages/Python/lldbsuite/test/commands/frame/var/TestFrameVar.py with 100% similarity]
lldb/test/API/commands/frame/var/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/frame/var/main.c with 100% similarity]
lldb/test/API/commands/gui/basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/stats_api/Makefile with 100% similarity]
lldb/test/API/commands/gui/basic/TestGuiBasic.py [moved from lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py with 100% similarity]
lldb/test/API/commands/gui/basic/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/gui/basic/main.c with 100% similarity]
lldb/test/API/commands/gui/invalid-args/TestInvalidArgsGui.py [moved from lldb/packages/Python/lldbsuite/test/commands/gui/invalid-args/TestInvalidArgsGui.py with 100% similarity]
lldb/test/API/commands/help/TestHelp.py [moved from lldb/packages/Python/lldbsuite/test/commands/help/TestHelp.py with 100% similarity]
lldb/test/API/commands/log/basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/diamond/Makefile with 100% similarity]
lldb/test/API/commands/log/basic/TestLogging.py [moved from lldb/packages/Python/lldbsuite/test/commands/log/basic/TestLogging.py with 100% similarity]
lldb/test/API/commands/log/basic/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/log/basic/main.cpp with 100% similarity]
lldb/test/API/commands/log/invalid-args/TestInvalidArgsLog.py [moved from lldb/packages/Python/lldbsuite/test/commands/log/invalid-args/TestInvalidArgsLog.py with 100% similarity]
lldb/test/API/commands/platform/basic/TestPlatformCommand.py [moved from lldb/packages/Python/lldbsuite/test/commands/platform/basic/TestPlatformCommand.py with 100% similarity]
lldb/test/API/commands/platform/basic/TestPlatformPython.py [moved from lldb/packages/Python/lldbsuite/test/commands/platform/basic/TestPlatformPython.py with 100% similarity]
lldb/test/API/commands/platform/process/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/platform/process/Makefile with 100% similarity]
lldb/test/API/commands/platform/process/TestProcessList.py [moved from lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py with 100% similarity]
lldb/test/API/commands/platform/process/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/platform/process/main.cpp with 100% similarity]
lldb/test/API/commands/process/attach-resume/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/process/attach-resume/Makefile with 100% similarity]
lldb/test/API/commands/process/attach-resume/TestAttachResume.py [moved from lldb/packages/Python/lldbsuite/test/commands/process/attach-resume/TestAttachResume.py with 100% similarity]
lldb/test/API/commands/process/attach-resume/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/process/attach-resume/main.cpp with 100% similarity]
lldb/test/API/commands/process/attach/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/process/attach/Makefile with 100% similarity]
lldb/test/API/commands/process/attach/TestProcessAttach.py [moved from lldb/packages/Python/lldbsuite/test/commands/process/attach/TestProcessAttach.py with 100% similarity]
lldb/test/API/commands/process/attach/attach_denied/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/process/attach/attach_denied/Makefile with 100% similarity]
lldb/test/API/commands/process/attach/attach_denied/TestAttachDenied.py [moved from lldb/packages/Python/lldbsuite/test/commands/process/attach/attach_denied/TestAttachDenied.py with 100% similarity]
lldb/test/API/commands/process/attach/attach_denied/entitlements.plist [moved from lldb/packages/Python/lldbsuite/test/commands/process/attach/attach_denied/entitlements.plist with 100% similarity]
lldb/test/API/commands/process/attach/attach_denied/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/process/attach/attach_denied/main.cpp with 100% similarity]
lldb/test/API/commands/process/attach/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/process/attach/main.cpp with 100% similarity]
lldb/test/API/commands/process/launch-with-shellexpand/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/covariant-return-types/Makefile with 100% similarity]
lldb/test/API/commands/process/launch-with-shellexpand/TestLaunchWithShellExpand.py [moved from lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/TestLaunchWithShellExpand.py with 100% similarity]
lldb/test/API/commands/process/launch-with-shellexpand/file1.txt [moved from lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/file1.txt with 100% similarity]
lldb/test/API/commands/process/launch-with-shellexpand/file2.txt [moved from lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/file2.txt with 100% similarity]
lldb/test/API/commands/process/launch-with-shellexpand/file3.txt [moved from lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/file3.txt with 100% similarity]
lldb/test/API/commands/process/launch-with-shellexpand/file4.txy [moved from lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/file4.txy with 100% similarity]
lldb/test/API/commands/process/launch-with-shellexpand/file5.tyx [moved from lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/file5.tyx with 100% similarity]
lldb/test/API/commands/process/launch-with-shellexpand/foo bar [moved from lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/foo bar with 100% similarity]
lldb/test/API/commands/process/launch-with-shellexpand/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/rerun/main.cpp with 100% similarity]
lldb/test/API/commands/process/launch/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/process/launch/Makefile with 100% similarity]
lldb/test/API/commands/process/launch/TestProcessLaunch.py [moved from lldb/packages/Python/lldbsuite/test/commands/process/launch/TestProcessLaunch.py with 100% similarity]
lldb/test/API/commands/process/launch/input-file.txt [moved from lldb/packages/Python/lldbsuite/test/commands/process/launch/input-file.txt with 100% similarity]
lldb/test/API/commands/process/launch/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/process/launch/main.cpp with 100% similarity]
lldb/test/API/commands/process/launch/print_cwd.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/process/launch/print_cwd.cpp with 100% similarity]
lldb/test/API/commands/process/launch/print_env.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/process/launch/print_env.cpp with 100% similarity]
lldb/test/API/commands/quit/TestQuit.py [moved from lldb/packages/Python/lldbsuite/test/commands/quit/TestQuit.py with 100% similarity]
lldb/test/API/commands/register/register/intel_xtended_registers/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_bound_violation/Makefile with 100% similarity]
lldb/test/API/commands/register/register/intel_xtended_registers/TestMPXRegisters.py [moved from lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/TestMPXRegisters.py with 100% similarity]
lldb/test/API/commands/register/register/intel_xtended_registers/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/main.cpp with 100% similarity]
lldb/test/API/commands/register/register/intel_xtended_registers/mpx_bound_violation/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/Makefile with 100% similarity]
lldb/test/API/commands/register/register/intel_xtended_registers/mpx_bound_violation/TestBoundViolation.py [moved from lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_bound_violation/TestBoundViolation.py with 100% similarity]
lldb/test/API/commands/register/register/intel_xtended_registers/mpx_bound_violation/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_bound_violation/main.cpp with 100% similarity]
lldb/test/API/commands/register/register/intel_xtended_registers/mpx_offset_intersection/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/constructors/Makefile with 100% similarity]
lldb/test/API/commands/register/register/intel_xtended_registers/mpx_offset_intersection/TestMPXOffsetIntersection.py [moved from lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_offset_intersection/TestMPXOffsetIntersection.py with 100% similarity]
lldb/test/API/commands/register/register/intel_xtended_registers/mpx_offset_intersection/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_offset_intersection/main.cpp with 100% similarity]
lldb/test/API/commands/register/register/register_command/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/register/register/register_command/Makefile with 100% similarity]
lldb/test/API/commands/register/register/register_command/TestRegisters.py [moved from lldb/packages/Python/lldbsuite/test/commands/register/register/register_command/TestRegisters.py with 100% similarity]
lldb/test/API/commands/register/register/register_command/a.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/register/register/register_command/a.cpp with 100% similarity]
lldb/test/API/commands/register/register/register_command/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/register/register/register_command/main.cpp with 100% similarity]
lldb/test/API/commands/reproducer/invalid-args/TestInvalidArgsReproducer.py [moved from lldb/packages/Python/lldbsuite/test/commands/reproducer/invalid-args/TestInvalidArgsReproducer.py with 100% similarity]
lldb/test/API/commands/settings/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/class_types/Makefile with 100% similarity]
lldb/test/API/commands/settings/TestSettings.py [moved from lldb/packages/Python/lldbsuite/test/commands/settings/TestSettings.py with 100% similarity]
lldb/test/API/commands/settings/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/settings/main.cpp with 100% similarity]
lldb/test/API/commands/settings/quoting/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/frame/get-variables/Makefile with 100% similarity]
lldb/test/API/commands/settings/quoting/TestQuoting.py [moved from lldb/packages/Python/lldbsuite/test/commands/settings/quoting/TestQuoting.py with 100% similarity]
lldb/test/API/commands/settings/quoting/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/settings/quoting/main.c with 100% similarity]
lldb/test/API/commands/source/info/TestSourceInfo.py [moved from lldb/packages/Python/lldbsuite/test/commands/source/info/TestSourceInfo.py with 100% similarity]
lldb/test/API/commands/source/info/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/source/info/main.cpp with 100% similarity]
lldb/test/API/commands/source/info/second.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/source/info/second.cpp with 100% similarity]
lldb/test/API/commands/statistics/basic/TestStats.py [moved from lldb/packages/Python/lldbsuite/test/commands/statistics/basic/TestStats.py with 100% similarity]
lldb/test/API/commands/statistics/basic/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/statistics/basic/main.c with 100% similarity]
lldb/test/API/commands/target/auto-install-main-executable/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/target/auto-install-main-executable/Makefile with 100% similarity]
lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py [moved from lldb/packages/Python/lldbsuite/test/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py with 100% similarity]
lldb/test/API/commands/target/auto-install-main-executable/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/target/auto-install-main-executable/main.cpp with 100% similarity]
lldb/test/API/commands/target/basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/target/basic/Makefile with 100% similarity]
lldb/test/API/commands/target/basic/TestTargetCommand.py [moved from lldb/packages/Python/lldbsuite/test/commands/target/basic/TestTargetCommand.py with 100% similarity]
lldb/test/API/commands/target/basic/a.c [moved from lldb/packages/Python/lldbsuite/test/commands/target/basic/a.c with 100% similarity]
lldb/test/API/commands/target/basic/b.c [moved from lldb/packages/Python/lldbsuite/test/commands/target/basic/b.c with 100% similarity]
lldb/test/API/commands/target/basic/c.c [moved from lldb/packages/Python/lldbsuite/test/commands/target/basic/c.c with 100% similarity]
lldb/test/API/commands/target/basic/globals.c [moved from lldb/packages/Python/lldbsuite/test/commands/target/basic/globals.c with 100% similarity]
lldb/test/API/commands/target/basic/invalid_core_file [moved from lldb/packages/Python/lldbsuite/test/commands/target/basic/invalid_core_file with 100% similarity]
lldb/test/API/commands/target/create-deps/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/target/create-deps/Makefile with 100% similarity]
lldb/test/API/commands/target/create-deps/TestTargetCreateDeps.py [moved from lldb/packages/Python/lldbsuite/test/commands/target/create-deps/TestTargetCreateDeps.py with 100% similarity]
lldb/test/API/commands/target/create-deps/a.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/target/create-deps/a.cpp with 100% similarity]
lldb/test/API/commands/target/create-deps/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/target/create-deps/main.cpp with 100% similarity]
lldb/test/API/commands/target/create-no-such-arch/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/Makefile with 100% similarity]
lldb/test/API/commands/target/create-no-such-arch/TestNoSuchArch.py [moved from lldb/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/TestNoSuchArch.py with 100% similarity]
lldb/test/API/commands/target/create-no-such-arch/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/main.cpp with 100% similarity]
lldb/test/API/commands/target/dump-symtab-demangle/TestDumpSymtabDemangle.py [moved from lldb/packages/Python/lldbsuite/test/commands/target/dump-symtab-demangle/TestDumpSymtabDemangle.py with 100% similarity]
lldb/test/API/commands/target/dump-symtab-demangle/a.yaml [moved from lldb/packages/Python/lldbsuite/test/commands/target/dump-symtab-demangle/a.yaml with 100% similarity]
lldb/test/API/commands/target/stop-hooks/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/Makefile with 100% similarity]
lldb/test/API/commands/target/stop-hooks/TestStopHooks.py [moved from lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/TestStopHooks.py with 100% similarity]
lldb/test/API/commands/target/stop-hooks/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/main.c with 100% similarity]
lldb/test/API/commands/version/TestVersion.py [moved from lldb/packages/Python/lldbsuite/test/commands/version/TestVersion.py with 100% similarity]
lldb/test/API/commands/watchpoints/.categories [moved from lldb/packages/Python/lldbsuite/test/python_api/watchpoint/.categories with 100% similarity]
lldb/test/API/commands/watchpoints/hello_watchlocation/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/Makefile with 100% similarity]
lldb/test/API/commands/watchpoints/hello_watchlocation/TestWatchLocation.py [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchlocation/TestWatchLocation.py with 100% similarity]
lldb/test/API/commands/watchpoints/hello_watchlocation/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchlocation/main.cpp with 100% similarity]
lldb/test/API/commands/watchpoints/hello_watchpoint/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/frame/Makefile with 100% similarity]
lldb/test/API/commands/watchpoints/hello_watchpoint/TestMyFirstWatchpoint.py [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchpoint/TestMyFirstWatchpoint.py with 100% similarity]
lldb/test/API/commands/watchpoints/hello_watchpoint/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchpoint/main.c with 100% similarity]
lldb/test/API/commands/watchpoints/multi_watchpoint_slots/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/event/Makefile with 100% similarity]
lldb/test/API/commands/watchpoints/multi_watchpoint_slots/TestWatchpointMultipleSlots.py [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/multi_watchpoint_slots/TestWatchpointMultipleSlots.py with 100% similarity]
lldb/test/API/commands/watchpoints/multi_watchpoint_slots/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/multi_watchpoint_slots/main.c with 100% similarity]
lldb/test/API/commands/watchpoints/multiple_hits/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/chained-calls/Makefile with 100% similarity]
lldb/test/API/commands/watchpoints/multiple_hits/TestMultipleHits.py [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_hits/TestMultipleHits.py with 100% similarity]
lldb/test/API/commands/watchpoints/multiple_hits/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_hits/main.cpp with 100% similarity]
lldb/test/API/commands/watchpoints/multiple_threads/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/Makefile with 100% similarity]
lldb/test/API/commands/watchpoints/multiple_threads/TestWatchpointMultipleThreads.py [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_threads/TestWatchpointMultipleThreads.py with 100% similarity]
lldb/test/API/commands/watchpoints/multiple_threads/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_threads/main.cpp with 100% similarity]
lldb/test/API/commands/watchpoints/step_over_watchpoint/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/breakpoint/Makefile with 100% similarity]
lldb/test/API/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py with 100% similarity]
lldb/test/API/commands/watchpoints/step_over_watchpoint/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/step_over_watchpoint/main.c with 100% similarity]
lldb/test/API/commands/watchpoints/variable_out_of_scope/Makefile [moved from lldb/packages/Python/lldbsuite/test/macosx/thread-names/Makefile with 100% similarity]
lldb/test/API/commands/watchpoints/variable_out_of_scope/TestWatchedVarHitWhenInScope.py [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/variable_out_of_scope/TestWatchedVarHitWhenInScope.py with 100% similarity]
lldb/test/API/commands/watchpoints/variable_out_of_scope/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/variable_out_of_scope/main.c with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_commands/Makefile [moved from lldb/packages/Python/lldbsuite/test/macosx/safe-to-func-call/Makefile with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_commands/TestWatchpointCommands.py [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/TestWatchpointCommands.py with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_commands/command/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/call-function/Makefile with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandLLDB.py [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandLLDB.py with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandPython.py [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandPython.py with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_commands/command/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/main.cpp with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_commands/command/watchpoint_command.py [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/watchpoint_command.py with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_commands/condition/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/bool/Makefile with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_commands/condition/TestWatchpointConditionCmd.py [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/condition/TestWatchpointConditionCmd.py with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_commands/condition/main.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/watchpoint/condition/main.cpp with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_commands/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/main.c with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_disable/Makefile [moved from lldb/packages/Python/lldbsuite/test/macosx/queues/Makefile with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_disable/TestWatchpointDisable.py [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_disable/TestWatchpointDisable.py with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_disable/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_disable/main.c with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_events/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/vla/Makefile with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_events/TestWatchpointEvents.py [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_events/TestWatchpointEvents.py with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_events/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_events/main.c with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_on_vectors/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/unions/Makefile with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_on_vectors/TestValueOfVectorVariable.py [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_on_vectors/TestValueOfVectorVariable.py with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_on_vectors/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_on_vectors/main.c with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_set_command/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/Makefile with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_set_command/TestWatchLocationWithWatchSet.py [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/TestWatchLocationWithWatchSet.py with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_set_command/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/main.cpp with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_size/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/typedef/Makefile with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_size/TestWatchpointSizes.py [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_size/TestWatchpointSizes.py with 100% similarity]
lldb/test/API/commands/watchpoints/watchpoint_size/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_size/main.c with 100% similarity]
lldb/test/API/driver/batch_mode/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/strings/Makefile with 100% similarity]
lldb/test/API/driver/batch_mode/TestBatchMode.py [moved from lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py with 100% similarity]
lldb/test/API/driver/batch_mode/main.c [moved from lldb/packages/Python/lldbsuite/test/driver/batch_mode/main.c with 100% similarity]
lldb/test/API/functionalities/abbreviation/.categories [moved from lldb/packages/Python/lldbsuite/test/functionalities/backticks/.categories with 100% similarity]
lldb/test/API/functionalities/abbreviation/TestAbbreviations.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py with 100% similarity]
lldb/test/API/functionalities/abbreviation/TestCommonShortSpellings.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestCommonShortSpellings.py with 100% similarity]
lldb/test/API/functionalities/alias/.categories [moved from lldb/packages/Python/lldbsuite/test/functionalities/alias/.categories with 100% similarity]
lldb/test/API/functionalities/archives/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/archives/Makefile with 100% similarity]
lldb/test/API/functionalities/archives/README [moved from lldb/packages/Python/lldbsuite/test/functionalities/archives/README with 100% similarity]
lldb/test/API/functionalities/archives/TestBSDArchives.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/archives/TestBSDArchives.py with 100% similarity]
lldb/test/API/functionalities/archives/a.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/archives/a.c with 100% similarity]
lldb/test/API/functionalities/archives/b.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/archives/b.c with 100% similarity]
lldb/test/API/functionalities/archives/main.c [moved from lldb/packages/Python/lldbsuite/test/macosx/duplicate-archive-members/main.c with 100% similarity]
lldb/test/API/functionalities/asan/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/asan/Makefile with 100% similarity]
lldb/test/API/functionalities/asan/TestMemoryHistory.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py with 100% similarity]
lldb/test/API/functionalities/asan/TestReportData.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py with 100% similarity]
lldb/test/API/functionalities/asan/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/asan/main.c with 100% similarity]
lldb/test/API/functionalities/avoids-fd-leak/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/stepping/Makefile with 100% similarity]
lldb/test/API/functionalities/avoids-fd-leak/TestFdLeak.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/avoids-fd-leak/TestFdLeak.py with 100% similarity]
lldb/test/API/functionalities/avoids-fd-leak/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/avoids-fd-leak/main.c with 100% similarity]
lldb/test/API/functionalities/backticks/.categories [moved from lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/.categories with 100% similarity]
lldb/test/API/functionalities/backticks/TestBackticksWithoutATarget.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/backticks/TestBackticksWithoutATarget.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/address_breakpoints/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/address_breakpoints/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/main.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/auto_continue/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/auto_continue/TestBreakpointAutoContinue.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/TestBreakpointAutoContinue.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/auto_continue/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/main.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/main.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_callback_command_source/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/step-target/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_callback_command_source/TestBreakpointCallbackCommandSource.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_callback_command_source/TestBreakpointCallbackCommandSource.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_callback_command_source/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_callback_command_source/main.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_callback_command_source/source.lldb [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_callback_command_source/source.lldb with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_command/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_command/a.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/a.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_command/b.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/b.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_command/bktptcmd.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/bktptcmd.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_command/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/main.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_command/side_effect.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/side_effect.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_conditions/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_conditions/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/main.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_hit_count/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/bitfields/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_hit_count/TestBreakpointHitCount.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_hit_count/TestBreakpointHitCount.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_hit_count/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_hit_count/main.cpp with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_ids/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/step_over_breakpoint/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_ids/TestBreakpointIDs.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/TestBreakpointIDs.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_ids/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/main.cpp with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_ignore_count/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/set_values/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_ignore_count/TestBreakpointIgnoreCount.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/TestBreakpointIgnoreCount.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_ignore_count/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/main.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_in_delayslot/Makefile [moved from lldb/packages/Python/lldbsuite/test/api/listeners/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_in_delayslot/TestAvoidBreakpointInDelaySlot.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/TestAvoidBreakpointInDelaySlot.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_in_delayslot/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/main.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_language/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_language/TestBreakpointLanguage.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/TestBreakpointLanguage.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_language/a.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/a.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_language/b.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/b.cpp with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_language/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/main.cpp with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_locations/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/main.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_names/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/recurse/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_names/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/main.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_options/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/options/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_options/foo.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/foo.cpp with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_options/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/main.cpp with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_set_restart/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/auto/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_set_restart/TestBreakpointSetRestart.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/TestBreakpointSetRestart.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/breakpoint_set_restart/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/main.cpp with 100% similarity]
lldb/test/API/functionalities/breakpoint/comp_dir_symlink/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/comp_dir_symlink/TestCompDirSymLink.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/TestCompDirSymLink.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/comp_dir_symlink/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/main.cpp with 100% similarity]
lldb/test/API/functionalities/breakpoint/consecutive_breakpoints/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/consecutive_breakpoints/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/main.cpp with 100% similarity]
lldb/test/API/functionalities/breakpoint/cpp/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/cpp/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/main.cpp with 100% similarity]
lldb/test/API/functionalities/breakpoint/cpp_exception/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/var_path/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/cpp_exception/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/main.cpp with 100% similarity]
lldb/test/API/functionalities/breakpoint/debugbreak/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/modules/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/debugbreak/TestDebugBreak.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/TestDebugBreak.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/debugbreak/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/main.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/dummy_target_breakpoints/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/dummy_target_breakpoints/TestBreakpointsWithNoTargets.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/TestBreakpointsWithNoTargets.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/dummy_target_breakpoints/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/main.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/global_constructor/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/global_constructor/TestBreakpointInGlobalConstructor.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/TestBreakpointInGlobalConstructor.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/global_constructor/foo.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/foo.cpp with 100% similarity]
lldb/test/API/functionalities/breakpoint/global_constructor/foo.h [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/foo.h with 100% similarity]
lldb/test/API/functionalities/breakpoint/global_constructor/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/main.cpp with 100% similarity]
lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_threads/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/main.cpp with 100% similarity]
lldb/test/API/functionalities/breakpoint/inlined_breakpoints/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/inlined_breakpoints/basic_type.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/basic_type.cpp with 100% similarity]
lldb/test/API/functionalities/breakpoint/inlined_breakpoints/int.cpp [moved from lldb/packages/Python/lldbsuite/test/types/int.cpp with 100% similarity]
lldb/test/API/functionalities/breakpoint/move_nearest/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/move_nearest/TestMoveNearest.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/TestMoveNearest.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/move_nearest/foo.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/pre_run_dylibs/foo.cpp with 100% similarity]
lldb/test/API/functionalities/breakpoint/move_nearest/foo.h [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/foo.h with 100% similarity]
lldb/test/API/functionalities/breakpoint/move_nearest/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/main.cpp with 100% similarity]
lldb/test/API/functionalities/breakpoint/objc/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/single-entry-dictionary/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/objc/TestObjCBreakpoints.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/objc/main.m [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/main.m with 100% similarity]
lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/main.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/scripted_bkpt/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/frame/var/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/scripted_bkpt/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/main.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/scripted_bkpt/resolver.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/resolver.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/serialize/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/function_types/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/serialize/TestBreakpointSerialization.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/TestBreakpointSerialization.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/serialize/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/main.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/serialize/resolver.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/resolver.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/serialize/side_effect.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/side_effect.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/source_regexp/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/source_regexp/TestSourceRegexBreakpoints.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/TestSourceRegexBreakpoints.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/source_regexp/a.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/a.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/source_regexp/a.h [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/a.h with 100% similarity]
lldb/test/API/functionalities/breakpoint/source_regexp/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/main.c with 100% similarity]
lldb/test/API/functionalities/breakpoint/step_over_breakpoint/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/step_over_breakpoint/TestStepOverBreakpoint.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/step_over_breakpoint/TestStepOverBreakpoint.py with 100% similarity]
lldb/test/API/functionalities/breakpoint/step_over_breakpoint/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/step_over_breakpoint/main.cpp with 100% similarity]
lldb/test/API/functionalities/completion/.categories [moved from lldb/packages/Python/lldbsuite/test/commands/expression/completion/.categories with 100% similarity]
lldb/test/API/functionalities/completion/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/value_md5_crash/Makefile with 100% similarity]
lldb/test/API/functionalities/completion/TestCompletion.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py with 100% similarity]
lldb/test/API/functionalities/completion/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/completion/main.cpp with 100% similarity]
lldb/test/API/functionalities/conditional_break/.lldb [moved from lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/.lldb with 100% similarity]
lldb/test/API/functionalities/conditional_break/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/enum_types/Makefile with 100% similarity]
lldb/test/API/functionalities/conditional_break/TestConditionalBreak.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/TestConditionalBreak.py with 100% similarity]
lldb/test/API/functionalities/conditional_break/conditional_break.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/conditional_break.py with 100% similarity]
lldb/test/API/functionalities/conditional_break/main.c [moved from lldb/packages/Python/lldbsuite/test/commands/expression/radar_8638051/main.c with 100% similarity]
lldb/test/API/functionalities/darwin_log/.categories [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/.categories with 100% similarity]
lldb/test/API/functionalities/darwin_log/basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/bitfields/Makefile with 100% similarity]
lldb/test/API/functionalities/darwin_log/basic/TestDarwinLogBasic.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/basic/TestDarwinLogBasic.py with 100% similarity]
lldb/test/API/functionalities/darwin_log/basic/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/basic/main.c with 100% similarity]
lldb/test/API/functionalities/darwin_log/common/darwin_log_common.h [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/common/darwin_log_common.h with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/exact_match/activity-chain/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/array_types/Makefile with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/exact_match/activity-chain/TestDarwinLogFilterMatchActivityChain.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/activity-chain/TestDarwinLogFilterMatchActivityChain.py with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/exact_match/activity-chain/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/subsystem/main.c with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/exact_match/activity/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/anonymous/Makefile with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/exact_match/activity/TestDarwinLogFilterMatchActivity.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/activity/TestDarwinLogFilterMatchActivity.py with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/exact_match/activity/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/category/main.c with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/exact_match/category/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/unwind/sigtramp/Makefile with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/exact_match/category/TestDarwinLogFilterMatchCategory.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/category/TestDarwinLogFilterMatchCategory.py with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/exact_match/category/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/activity/main.c with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/exact_match/message/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tty/Makefile with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/exact_match/message/TestDarwinLogFilterMatchMessage.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/message/TestDarwinLogFilterMatchMessage.py with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/exact_match/message/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/message/main.c with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/exact_match/subsystem/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/step_until/Makefile with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/exact_match/subsystem/TestDarwinLogFilterMatchSubsystem.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/subsystem/TestDarwinLogFilterMatchSubsystem.py with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/exact_match/subsystem/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/activity-chain/main.c with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/regex/activity-chain/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/step_scripted/Makefile with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/regex/activity-chain/TestDarwinLogFilterRegexActivityChain.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/activity-chain/TestDarwinLogFilterRegexActivityChain.py with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/regex/activity-chain/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/subsystem/main.c with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/regex/activity/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/signal/raise/Makefile with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/regex/activity/TestDarwinLogFilterRegexActivity.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/activity/TestDarwinLogFilterRegexActivity.py with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/regex/activity/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/category/main.c with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/regex/category/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/signal/handle-segv/Makefile with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/regex/category/TestDarwinLogFilterRegexCategory.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/category/TestDarwinLogFilterRegexCategory.py with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/regex/category/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/activity/main.c with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/regex/message/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/signal/handle-abrt/Makefile with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/regex/message/TestDarwinLogFilterRegexMessage.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/message/TestDarwinLogFilterRegexMessage.py with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/regex/message/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/message/main.c with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/regex/subsystem/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/signal/Makefile with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/regex/subsystem/TestDarwinLogFilterRegexSubsystem.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/subsystem/TestDarwinLogFilterRegexSubsystem.py with 100% similarity]
lldb/test/API/functionalities/darwin_log/filter/regex/subsystem/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/activity-chain/main.c with 100% similarity]
lldb/test/API/functionalities/darwin_log/format/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/ptr_refs/Makefile with 100% similarity]
lldb/test/API/functionalities/darwin_log/format/TestDarwinLogMessageFormat.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/format/TestDarwinLogMessageFormat.py with 100% similarity]
lldb/test/API/functionalities/darwin_log/format/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/format/main.c with 100% similarity]
lldb/test/API/functionalities/darwin_log/source/debug/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_group/Makefile with 100% similarity]
lldb/test/API/functionalities/darwin_log/source/debug/TestDarwinLogSourceDebug.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/source/debug/TestDarwinLogSourceDebug.py with 100% similarity]
lldb/test/API/functionalities/darwin_log/source/debug/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/source/debug/main.c with 100% similarity]
lldb/test/API/functionalities/darwin_log/source/info/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/longjmp/Makefile with 100% similarity]
lldb/test/API/functionalities/darwin_log/source/info/TestDarwinLogSourceInfo.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/source/info/TestDarwinLogSourceInfo.py with 100% similarity]
lldb/test/API/functionalities/darwin_log/source/info/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/source/info/main.c with 100% similarity]
lldb/test/API/functionalities/data-formatter/.categories [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/wchar_t/.categories with 100% similarity]
lldb/test/API/functionalities/data-formatter/array_typedef/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/type_completion/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/array_typedef/TestArrayTypedef.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/array_typedef/TestArrayTypedef.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/array_typedef/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/array_typedef/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/boolreference/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/exceptions/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/boolreference/TestFormattersBoolRefPtr.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/boolreference/TestFormattersBoolRefPtr.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/boolreference/main.mm [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/boolreference/main.mm with 100% similarity]
lldb/test/API/functionalities/data-formatter/compactvectors/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/compactvectors/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/compactvectors/TestCompactVectors.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/compactvectors/TestCompactVectors.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/compactvectors/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/compactvectors/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-advanced/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/target-new-solib-notifications/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-advanced/TestDataFormatterAdv.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-advanced/TestDataFormatterAdv.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-advanced/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-advanced/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-caching/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-caching/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-caching/TestDataFormatterCaching.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-caching/TestDataFormatterCaching.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-caching/a.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-caching/a.c with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-caching/b.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-caching/b.c with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-categories/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/rerun/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-categories/TestDataFormatterCategories.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-categories/TestDataFormatterCategories.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-categories/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-categories/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-cpp/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/recursion/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-cpp/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-cpp/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-disabling/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/non-overlapping-index-variable-i/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-disabling/TestDataFormatterDisabling.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-disabling/TestDataFormatterDisabling.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-disabling/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-disabling/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-enum-format/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/memory/read/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-enum-format/TestDataFormatterEnumFormat.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-enum-format/TestDataFormatterEnumFormat.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-enum-format/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-enum-format/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-globals/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/memory/find/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-globals/TestDataFormatterGlobals.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-globals/TestDataFormatterGlobals.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-globals/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-globals/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-named-summaries/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-named-summaries/TestDataFormatterNamedSummaries.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-named-summaries/TestDataFormatterNamedSummaries.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-named-summaries/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-named-summaries/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/.categories [moved from lldb/packages/Python/lldbsuite/test/lang/objc/.categories with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/objc_type/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/ObjCDataFormatterTestCase.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/ObjCDataFormatterTestCase.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCCF.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCCF.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCExpr.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCExpr.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCKVO.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCKVO.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSBundle.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSBundle.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSContainer.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSContainer.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSData.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSData.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSDate.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSDate.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSError.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSError.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSURL.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSURL.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCPlain.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCPlain.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjNSException.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjNSException.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/cmtime/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/cmtime/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/cmtime/TestDataFormatterCMTime.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/cmtime/TestDataFormatterCMTime.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/cmtime/main.m [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/cmtime/main.m with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/main.m [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/main.m with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsindexpath/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nssetsynth/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsindexpath/TestDataFormatterNSIndexPath.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/TestDataFormatterNSIndexPath.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsindexpath/main.m [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/main.m with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nsdictionarysynth/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/TestDataFormatterNSString.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsstring/TestDataFormatterNSString.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/main.m [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsstring/main.m with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-proper-plurals/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nsarraysynth/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-proper-plurals/TestFormattersOneIsSingular.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-proper-plurals/TestFormattersOneIsSingular.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-proper-plurals/main.m [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-proper-plurals/main.m with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-ptr-to-array/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/memory-region/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-ptr-to-array/TestPtrToArrayFormatting.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-ptr-to-array/TestPtrToArrayFormatting.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-ptr-to-array/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-ptr-to-array/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/deleted-executable/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/fooSynthProvider.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/fooSynthProvider.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/ftsp.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/ftsp.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-script/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/vector-types/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-script/TestDataFormatterScript.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-script/TestDataFormatterScript.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-script/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-script/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-skip-summary/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/TestDataFormatterSkipSummary.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-skip-summary/TestDataFormatterSkipSummary.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-skip-summary/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-smart-array/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/varscript_formatting/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-smart-array/TestDataFormatterSmartArray.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-smart-array/TestDataFormatterSmartArray.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-smart-array/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-smart-array/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/TestLibCxxAtomic.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/TestLibCxxAtomic.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/bitset/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/tuple/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/bitset/TestDataFormatterLibcxxBitset.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/bitset/TestDataFormatterLibcxxBitset.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/bitset/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/bitset/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/forward_list/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/queue/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/forward_list/TestDataFormatterLibcxxForwardList.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/forward_list/TestDataFormatterLibcxxForwardList.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/forward_list/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/forward_list/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/function/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/function/TestLibCxxFunction.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/TestLibCxxFunction.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/function/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/TestInitializerList.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/TestInitializerList.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/TestDataFormatterLibccIterator.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/TestDataFormatterLibccIterator.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/list/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/list/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/map/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/map/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/TestDataFormatterLibcxxMultiSet.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/TestDataFormatterLibcxxMultiSet.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/optional/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/optional/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/optional/TestDataFormatterLibcxxOptional.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/optional/TestDataFormatterLibcxxOptional.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/optional/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/optional/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/queue/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/forward_list/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/queue/TestDataFormatterLibcxxQueue.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/queue/TestDataFormatterLibcxxQueue.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/queue/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/queue/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/set/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/set/TestDataFormatterLibcxxSet.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/TestDataFormatterLibcxxSet.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/set/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/TestDataFormatterLibcxxString.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/TestDataFormatterLibcxxString.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/tuple/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/bitset/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/tuple/TestDataFormatterLibcxxTuple.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/tuple/TestDataFormatterLibcxxTuple.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/tuple/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/tuple/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/variant/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/variant/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/variant/TestDataFormatterLibcxxVariant.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/variant/TestDataFormatterLibcxxVariant.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/variant/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/variant/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vector/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vector/TestDataFormatterLibcxxVector.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/TestDataFormatterLibcxxVector.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vector/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/TestDataFormatterStdIterator.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/TestDataFormatterStdIterator.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/TestDataFormatterStdList.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/TestDataFormatterStdList.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/TestDataFormatterStdSmartPtr.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/TestDataFormatterStdSmartPtr.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/TestDataFormatterStdString.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/TestDataFormatterStdString.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/tuple/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/tuple/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/tuple/TestDataFormatterStdTuple.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/tuple/TestDataFormatterStdTuple.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/tuple/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/tuple/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/TestDataFormatterStdUniquePtr.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/TestDataFormatterStdUniquePtr.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/invalid/TestDataFormatterInvalidStdUniquePtr.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/invalid/TestDataFormatterInvalidStdUniquePtr.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/invalid/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/invalid/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/TestDataFormatterStdVBool.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/TestDataFormatterStdVBool.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/TestDataFormatterStdVector.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/TestDataFormatterStdVector.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-synth/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/var-in-aggregate-misuse/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-synth/TestDataFormatterSynth.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synth/TestDataFormatterSynth.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-synth/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synth/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-synthtype/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/user-format-vs-summary/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-synthtype/TestDataFormatterSynthType.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthtype/TestDataFormatterSynthType.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-synthtype/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthtype/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-synthtype/myIntSynthProvider.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthtype/myIntSynthProvider.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-synthval/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_script/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-synthval/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthval/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/data-formatter-synthval/myIntSynthProvider.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthval/myIntSynthProvider.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/dump_dynamic/TestDumpDynamic.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/dump_dynamic/TestDumpDynamic.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/dump_dynamic/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/dump_dynamic/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/format-propagation/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthcapping/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/format-propagation/TestFormatPropagation.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/format-propagation/TestFormatPropagation.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/format-propagation/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/format-propagation/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/frameformat_smallstruct/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/summary-string-onfail/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/frameformat_smallstruct/TestFrameFormatSmallStruct.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/frameformat_smallstruct/TestFrameFormatSmallStruct.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/frameformat_smallstruct/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/frameformat_smallstruct/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/hexcaps/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/refpointer-recursion/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/hexcaps/TestDataFormatterHexCaps.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/hexcaps/TestDataFormatterHexCaps.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/hexcaps/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/hexcaps/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/language_category_updates/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/language_category_updates/TestDataFormatterLanguageCategoryUpdates.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/language_category_updates/TestDataFormatterLanguageCategoryUpdates.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/language_category_updates/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/language_category_updates/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/nsarraysynth/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-proper-plurals/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/nsarraysynth/TestNSArraySynthetic.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nsarraysynth/TestNSArraySynthetic.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/nsarraysynth/main.m [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nsarraysynth/main.m with 100% similarity]
lldb/test/API/functionalities/data-formatter/nsdictionarysynth/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsstring/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/nsdictionarysynth/TestNSDictionarySynthetic.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nsdictionarysynth/TestNSDictionarySynthetic.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/nsdictionarysynth/main.m [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nsdictionarysynth/main.m with 100% similarity]
lldb/test/API/functionalities/data-formatter/nssetsynth/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/nssetsynth/TestNSSetSynthetic.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nssetsynth/TestNSSetSynthetic.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/nssetsynth/main.m [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nssetsynth/main.m with 100% similarity]
lldb/test/API/functionalities/data-formatter/ostypeformatting/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/ostypeformatting/TestFormattersOsType.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/ostypeformatting/TestFormattersOsType.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/ostypeformatting/main.mm [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/ostypeformatting/main.mm with 100% similarity]
lldb/test/API/functionalities/data-formatter/parray/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/parray/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/parray/TestPrintArray.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/parray/TestPrintArray.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/parray/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/parray/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/poarray/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/poarray/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/poarray/TestPrintObjectArray.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/poarray/TestPrintObjectArray.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/poarray/main.mm [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/poarray/main.mm with 100% similarity]
lldb/test/API/functionalities/data-formatter/ptr_ref_typedef/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/ptr_ref_typedef/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/ptr_ref_typedef/TestPtrRef2Typedef.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/ptr_ref_typedef/TestPtrRef2Typedef.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/ptr_ref_typedef/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/ptr_ref_typedef/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/pyobjsynthprovider/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/language_category_updates/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/pyobjsynthprovider/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/pyobjsynthprovider/provider.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/provider.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/refpointer-recursion/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/hexcaps/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/refpointer-recursion/TestDataFormatterRefPtrRecursion.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/refpointer-recursion/TestDataFormatterRefPtrRecursion.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/refpointer-recursion/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/refpointer-recursion/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/setvaluefromcstring/TestSetValueFromCString.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/setvaluefromcstring/TestSetValueFromCString.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/setvaluefromcstring/main.m [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/setvaluefromcstring/main.m with 100% similarity]
lldb/test/API/functionalities/data-formatter/stringprinter/TestStringPrinter.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/stringprinter/TestStringPrinter.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/stringprinter/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/summary-string-onfail/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/frameformat_smallstruct/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/summary-string-onfail/Test-rdar-9974002.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/summary-string-onfail/Test-rdar-9974002.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/summary-string-onfail/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/summary-string-onfail/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/synthcapping/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/format-propagation/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/synthcapping/TestSyntheticCapping.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthcapping/TestSyntheticCapping.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/synthcapping/fooSynthProvider.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthcapping/fooSynthProvider.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/synthcapping/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthcapping/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/synthupdate/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/synthupdate/TestSyntheticFilterRecompute.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/TestSyntheticFilterRecompute.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/synthupdate/main.m [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/main.m with 100% similarity]
lldb/test/API/functionalities/data-formatter/type_summary_list_arg/TestTypeSummaryListArg.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_arg/TestTypeSummaryListArg.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/type_summary_list_script/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthval/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/type_summary_list_script/TestTypeSummaryListScript.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_script/TestTypeSummaryListScript.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/type_summary_list_script/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_script/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/type_summary_list_script/tslsformatters.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_script/tslsformatters.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/typedef_array/TestTypedefArray.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/typedef_array/TestTypedefArray.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/typedef_array/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/typedef_array/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/user-format-vs-summary/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthtype/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/user-format-vs-summary/TestUserFormatVsSummary.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/user-format-vs-summary/TestUserFormatVsSummary.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/user-format-vs-summary/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/user-format-vs-summary/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/var-in-aggregate-misuse/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synth/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/var-in-aggregate-misuse/TestVarInAggregateMisuse.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/var-in-aggregate-misuse/TestVarInAggregateMisuse.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/var-in-aggregate-misuse/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/var-in-aggregate-misuse/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/varscript_formatting/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-smart-array/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/varscript_formatting/TestDataFormatterVarScriptFormatting.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/varscript_formatting/TestDataFormatterVarScriptFormatting.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/varscript_formatting/helperfunc.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/varscript_formatting/helperfunc.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/varscript_formatting/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/varscript_formatting/main.cpp with 100% similarity]
lldb/test/API/functionalities/data-formatter/vector-types/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-script/Makefile with 100% similarity]
lldb/test/API/functionalities/data-formatter/vector-types/TestVectorTypesFormatting.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/vector-types/TestVectorTypesFormatting.py with 100% similarity]
lldb/test/API/functionalities/data-formatter/vector-types/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/vector-types/main.cpp with 100% similarity]
lldb/test/API/functionalities/dead-strip/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/Makefile with 100% similarity]
lldb/test/API/functionalities/dead-strip/TestDeadStrip.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/TestDeadStrip.py with 100% similarity]
lldb/test/API/functionalities/dead-strip/cmds.txt [moved from lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/cmds.txt with 100% similarity]
lldb/test/API/functionalities/dead-strip/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/main.c with 100% similarity]
lldb/test/API/functionalities/deleted-executable/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/Makefile with 100% similarity]
lldb/test/API/functionalities/deleted-executable/TestDeletedExecutable.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/deleted-executable/TestDeletedExecutable.py with 100% similarity]
lldb/test/API/functionalities/deleted-executable/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/deleted-executable/main.cpp with 100% similarity]
lldb/test/API/functionalities/dynamic_value_child_count/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/Makefile with 100% similarity]
lldb/test/API/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py with 100% similarity]
lldb/test/API/functionalities/dynamic_value_child_count/pass-to-base.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/dynamic_value_child_count/pass-to-base.cpp with 100% similarity]
lldb/test/API/functionalities/exec/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/exec/Makefile with 100% similarity]
lldb/test/API/functionalities/exec/TestExec.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py with 100% similarity]
lldb/test/API/functionalities/exec/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/exec/main.cpp with 100% similarity]
lldb/test/API/functionalities/exec/secondprog.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/exec/secondprog.cpp with 100% similarity]
lldb/test/API/functionalities/fat_archives/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/fat_archives/Makefile with 100% similarity]
lldb/test/API/functionalities/fat_archives/TestFatArchives.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/fat_archives/TestFatArchives.py with 100% similarity]
lldb/test/API/functionalities/fat_archives/a.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/fat_archives/a.c with 100% similarity]
lldb/test/API/functionalities/fat_archives/a.h [moved from lldb/packages/Python/lldbsuite/test/functionalities/fat_archives/a.h with 100% similarity]
lldb/test/API/functionalities/fat_archives/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/fat_archives/main.c with 100% similarity]
lldb/test/API/functionalities/float-display/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/Makefile with 100% similarity]
lldb/test/API/functionalities/float-display/TestFloatDisplay.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/float-display/TestFloatDisplay.py with 100% similarity]
lldb/test/API/functionalities/float-display/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/float-display/main.c with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/TestArmRegisterDefinition.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestArmRegisterDefinition.py with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestGDBRemoteClient.py with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteLoad.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestGDBRemoteLoad.py with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/TestJLink6Armv7RegisterDefinition.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestJLink6Armv7RegisterDefinition.py with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/TestNestedRegDefinitions.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestNestedRegDefinitions.py with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/TestNoGPacketSupported.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestNoGPacketSupported.py with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/TestNoWatchpointSupportInfo.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestNoWatchpointSupportInfo.py with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/TestPlatformClient.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestPlatformClient.py with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/TestRegDefinitionInParts.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRegDefinitionInParts.py with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/TestRestartBug.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRestartBug.py with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/TestStopPCs.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestStopPCs.py with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/TestTargetXMLArch.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/TestThreadSelectionBug.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestThreadSelectionBug.py with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/TestWriteMemory.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestWriteMemory.py with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/a.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/a.yaml with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/basic_eh_frame.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/basic_eh_frame.yaml with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/operating_system.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/operating_system.py with 100% similarity]
lldb/test/API/functionalities/gdb_remote_client/operating_system_2.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/operating_system_2.py with 100% similarity]
lldb/test/API/functionalities/history/TestHistoryRecall.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/history/TestHistoryRecall.py with 100% similarity]
lldb/test/API/functionalities/inferior-assert/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/Makefile with 100% similarity]
lldb/test/API/functionalities/inferior-assert/TestInferiorAssert.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/inferior-assert/TestInferiorAssert.py with 100% similarity]
lldb/test/API/functionalities/inferior-assert/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/inferior-assert/main.c with 100% similarity]
lldb/test/API/functionalities/inferior-changed/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed/Makefile with 100% similarity]
lldb/test/API/functionalities/inferior-changed/TestInferiorChanged.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed/TestInferiorChanged.py with 100% similarity]
lldb/test/API/functionalities/inferior-changed/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed/main.c with 100% similarity]
lldb/test/API/functionalities/inferior-changed/main2.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed/main2.c with 100% similarity]
lldb/test/API/functionalities/inferior-crashing/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/inferior-assert/Makefile with 100% similarity]
lldb/test/API/functionalities/inferior-crashing/TestInferiorCrashing.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/TestInferiorCrashing.py with 100% similarity]
lldb/test/API/functionalities/inferior-crashing/TestInferiorCrashingStep.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/TestInferiorCrashingStep.py with 100% similarity]
lldb/test/API/functionalities/inferior-crashing/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/main.c with 100% similarity]
lldb/test/API/functionalities/inferior-crashing/recursive-inferior/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/Makefile with 100% similarity]
lldb/test/API/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py with 100% similarity]
lldb/test/API/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferiorStep.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferiorStep.py with 100% similarity]
lldb/test/API/functionalities/inferior-crashing/recursive-inferior/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/main.c with 100% similarity]
lldb/test/API/functionalities/inline-stepping/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/Makefile with 100% similarity]
lldb/test/API/functionalities/inline-stepping/TestInlineStepping.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py with 100% similarity]
lldb/test/API/functionalities/inline-stepping/calling.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/calling.cpp with 100% similarity]
lldb/test/API/functionalities/jitloader_gdb/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/jitloader_gdb/Makefile with 100% similarity]
lldb/test/API/functionalities/jitloader_gdb/TestJITLoaderGDB.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/jitloader_gdb/TestJITLoaderGDB.py with 100% similarity]
lldb/test/API/functionalities/jitloader_gdb/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/jitloader_gdb/main.c with 100% similarity]
lldb/test/API/functionalities/jitloader_gdb/simple.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/jitloader_gdb/simple.c with 100% similarity]
lldb/test/API/functionalities/lazy-loading/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/crash_during_step/Makefile with 100% similarity]
lldb/test/API/functionalities/lazy-loading/TestLazyLoading.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/lazy-loading/TestLazyLoading.py with 100% similarity]
lldb/test/API/functionalities/lazy-loading/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/lazy-loading/main.cpp with 100% similarity]
lldb/test/API/functionalities/load_unload/.categories [moved from lldb/packages/Python/lldbsuite/test/lang/c/step-target/.categories with 100% similarity]
lldb/test/API/functionalities/load_unload/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/load_unload/Makefile with 100% similarity]
lldb/test/API/functionalities/load_unload/TestLoadUnload.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py with 100% similarity]
lldb/test/API/functionalities/load_unload/a.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/load_unload/a.cpp with 100% similarity]
lldb/test/API/functionalities/load_unload/b.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/load_unload/b.cpp with 100% similarity]
lldb/test/API/functionalities/load_unload/c.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/load_unload/c.cpp with 100% similarity]
lldb/test/API/functionalities/load_unload/cmds.txt [moved from lldb/packages/Python/lldbsuite/test/functionalities/load_unload/cmds.txt with 100% similarity]
lldb/test/API/functionalities/load_unload/d.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/load_unload/d.cpp with 100% similarity]
lldb/test/API/functionalities/load_unload/hidden/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/load_unload/hidden/Makefile with 100% similarity]
lldb/test/API/functionalities/load_unload/hidden/d.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/load_using_paths/hidden/d.cpp with 100% similarity]
lldb/test/API/functionalities/load_unload/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/load_unload/main.cpp with 100% similarity]
lldb/test/API/functionalities/load_using_paths/.categories [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/step_until/.categories with 100% similarity]
lldb/test/API/functionalities/load_using_paths/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/load_using_paths/Makefile with 100% similarity]
lldb/test/API/functionalities/load_using_paths/TestLoadUsingPaths.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/load_using_paths/TestLoadUsingPaths.py with 100% similarity]
lldb/test/API/functionalities/load_using_paths/hidden/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/load_using_paths/hidden/Makefile with 100% similarity]
lldb/test/API/functionalities/load_using_paths/hidden/d.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/load_unload/hidden/d.cpp with 100% similarity]
lldb/test/API/functionalities/load_using_paths/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/load_using_paths/main.cpp with 100% similarity]
lldb/test/API/functionalities/longjmp/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/source/info/Makefile with 100% similarity]
lldb/test/API/functionalities/longjmp/TestLongjmp.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/longjmp/TestLongjmp.py with 100% similarity]
lldb/test/API/functionalities/longjmp/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/longjmp/main.c with 100% similarity]
lldb/test/API/functionalities/memory-region/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-ptr-to-array/Makefile with 100% similarity]
lldb/test/API/functionalities/memory-region/TestMemoryRegion.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/memory-region/TestMemoryRegion.py with 100% similarity]
lldb/test/API/functionalities/memory-region/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/memory-region/main.cpp with 100% similarity]
lldb/test/API/functionalities/memory/cache/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-named-summaries/Makefile with 100% similarity]
lldb/test/API/functionalities/memory/cache/TestMemoryCache.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/TestMemoryCache.py with 100% similarity]
lldb/test/API/functionalities/memory/cache/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/main.cpp with 100% similarity]
lldb/test/API/functionalities/memory/find/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-globals/Makefile with 100% similarity]
lldb/test/API/functionalities/memory/find/TestMemoryFind.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/memory/find/TestMemoryFind.py with 100% similarity]
lldb/test/API/functionalities/memory/find/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/memory/find/main.cpp with 100% similarity]
lldb/test/API/functionalities/memory/read/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-enum-format/Makefile with 100% similarity]
lldb/test/API/functionalities/memory/read/TestMemoryRead.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/memory/read/TestMemoryRead.py with 100% similarity]
lldb/test/API/functionalities/memory/read/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/memory/read/main.cpp with 100% similarity]
lldb/test/API/functionalities/mtc/simple/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/Makefile with 100% similarity]
lldb/test/API/functionalities/mtc/simple/TestMTCSimple.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py with 100% similarity]
lldb/test/API/functionalities/mtc/simple/main.m [moved from lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/main.m with 100% similarity]
lldb/test/API/functionalities/multidebugger_commands/TestMultipleDebuggersCommands.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/multidebugger_commands/TestMultipleDebuggersCommands.py with 100% similarity]
lldb/test/API/functionalities/multiword-commands/TestMultiWordCommands.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/multiword-commands/TestMultiWordCommands.py with 100% similarity]
lldb/test/API/functionalities/non-overlapping-index-variable-i/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-disabling/Makefile with 100% similarity]
lldb/test/API/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py with 100% similarity]
lldb/test/API/functionalities/non-overlapping-index-variable-i/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/non-overlapping-index-variable-i/main.cpp with 100% similarity]
lldb/test/API/functionalities/object-file/TestImageListMultiArchitecture.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py with 100% similarity]
lldb/test/API/functionalities/object-file/bin/hello-freebsd-10.0-x86_64-clang-3.3 [moved from lldb/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello-freebsd-10.0-x86_64-clang-3.3 with 100% similarity]
lldb/test/API/functionalities/object-file/bin/hello-freebsd-10.0-x86_64-gcc-4.7.3 [moved from lldb/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello-freebsd-10.0-x86_64-gcc-4.7.3 with 100% similarity]
lldb/test/API/functionalities/object-file/bin/hello-netbsd-6.1-x86_64-gcc-4.5.3 [moved from lldb/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello-netbsd-6.1-x86_64-gcc-4.5.3 with 100% similarity]
lldb/test/API/functionalities/object-file/bin/hello-ubuntu-14.04-x86_64-clang-3.5pre [moved from lldb/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello-ubuntu-14.04-x86_64-clang-3.5pre with 100% similarity]
lldb/test/API/functionalities/object-file/bin/hello-ubuntu-14.04-x86_64-gcc-4.8.2 [moved from lldb/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello-ubuntu-14.04-x86_64-gcc-4.8.2 with 100% similarity]
lldb/test/API/functionalities/object-file/bin/hello-unknown-kalimba_arch4-kcc-36 [moved from lldb/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello-unknown-kalimba_arch4-kcc-36 with 100% similarity]
lldb/test/API/functionalities/object-file/bin/hello-unknown-kalimba_arch5-kcc-39 [moved from lldb/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello-unknown-kalimba_arch5-kcc-39 with 100% similarity]
lldb/test/API/functionalities/object-file/bin/hello.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello.c with 100% similarity]
lldb/test/API/functionalities/object-file/bin/hello.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello.cpp with 100% similarity]
lldb/test/API/functionalities/optimized_code/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/optimized_code/Makefile with 100% similarity]
lldb/test/API/functionalities/optimized_code/TestNoASanExceptionAfterEvalOP_piece.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/optimized_code/TestNoASanExceptionAfterEvalOP_piece.py with 100% similarity]
lldb/test/API/functionalities/optimized_code/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/optimized_code/main.cpp with 100% similarity]
lldb/test/API/functionalities/param_entry_vals/basic_entry_values_x86_64/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/Makefile with 100% similarity]
lldb/test/API/functionalities/param_entry_vals/basic_entry_values_x86_64/TestBasicEntryValuesX86_64.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/TestBasicEntryValuesX86_64.py with 100% similarity]
lldb/test/API/functionalities/param_entry_vals/basic_entry_values_x86_64/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/main.cpp with 100% similarity]
lldb/test/API/functionalities/paths/TestPaths.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/paths/TestPaths.py with 100% similarity]
lldb/test/API/functionalities/plugins/command_plugin/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile with 100% similarity]
lldb/test/API/functionalities/plugins/command_plugin/TestPluginCommands.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/TestPluginCommands.py with 100% similarity]
lldb/test/API/functionalities/plugins/command_plugin/plugin.cpp.template [moved from lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/plugin.cpp.template with 100% similarity]
lldb/test/API/functionalities/plugins/python_os_plugin/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/float-display/Makefile with 100% similarity]
lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py with 100% similarity]
lldb/test/API/functionalities/plugins/python_os_plugin/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/main.c with 100% similarity]
lldb/test/API/functionalities/plugins/python_os_plugin/operating_system.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/operating_system.py with 100% similarity]
lldb/test/API/functionalities/plugins/python_os_plugin/operating_system2.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/operating_system2.py with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/TestLinuxCore.py with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/altmain.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/altmain.c with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/altmain.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/altmain.core with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/altmain.out [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/altmain.out with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/fpr_sse.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/fpr_sse.cpp with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/gcore/TestGCore.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/TestGCore.py with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/gcore/linux-i386.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/linux-i386.core with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/gcore/linux-x86_64.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/linux-x86_64.core with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/gcore/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/main.cpp with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/gcore/main.mk [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/main.mk with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/gcore/make-core.sh [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/make-core.sh with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/linux-arm.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-arm.core with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/linux-fpr_sse_i386.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-fpr_sse_i386.core with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/linux-fpr_sse_x86_64.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-fpr_sse_x86_64.core with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/linux-i386.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-i386.core with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/linux-i386.out [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-i386.out with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/linux-mips64el-gnuabi64.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-mips64el-gnuabi64.core with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/linux-mips64el-gnuabi64.out [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-mips64el-gnuabi64.out with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/linux-mips64el-gnuabin32.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-mips64el-gnuabin32.core with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/linux-mips64el-gnuabin32.out [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-mips64el-gnuabin32.out with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/linux-mipsel-gnuabio32.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-mipsel-gnuabio32.core with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/linux-mipsel-gnuabio32.out [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-mipsel-gnuabio32.out with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/linux-ppc64le.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-ppc64le.core with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/linux-ppc64le.out [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-ppc64le.out with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/linux-s390x.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-s390x.core with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/linux-s390x.out [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-s390x.out with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/linux-x86_64.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-x86_64.core with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/linux-x86_64.out [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-x86_64.out with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/main.c with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/make-core.sh [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/make-core.sh with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/thread_crash/TestLinuxCoreThreads.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/TestLinuxCoreThreads.py with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/thread_crash/linux-i386.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/linux-i386.core with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/thread_crash/linux-x86_64.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/linux-x86_64.core with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/thread_crash/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/main.cpp with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/thread_crash/main.mk [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/main.mk with 100% similarity]
lldb/test/API/functionalities/postmortem/elf-core/thread_crash/make-core.sh [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/make-core.sh with 100% similarity]
lldb/test/API/functionalities/postmortem/mach-core/TestMachCore.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/TestMachCore.py with 100% similarity]
lldb/test/API/functionalities/postmortem/mach-core/operating_system.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/operating_system.py with 100% similarity]
lldb/test/API/functionalities/postmortem/mach-core/test.core.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/test.core.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpNew.py with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/arm-linux.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/arm-linux.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/arm-macos.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/arm-macos.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/arm64-macos.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/arm64-macos.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/install_breakpad.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/install_breakpad.cpp with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/libuuidmatch.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/libuuidmatch.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/libuuidmismatch.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/libuuidmismatch.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/linux-arm-partial-uuids-match.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-arm-partial-uuids-match.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/linux-arm-partial-uuids-mismatch.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-arm-partial-uuids-mismatch.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/linux-arm-same-uuids.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-arm-same-uuids.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/linux-arm-uuids-elf-build-id-16.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-arm-uuids-elf-build-id-16.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/linux-arm-uuids-elf-build-id-20.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-arm-uuids-elf-build-id-20.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/linux-arm-uuids-elf-build-id-zero.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-arm-uuids-elf-build-id-zero.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/linux-arm-uuids-no-age.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-arm-uuids-no-age.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/linux-arm-uuids-with-age.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-arm-uuids-with-age.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/linux-arm-zero-uuids.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-arm-zero-uuids.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/linux-x86_64 [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-x86_64 with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/linux-x86_64.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-x86_64.cpp with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/linux-x86_64.dmp [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-x86_64.dmp with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/linux-x86_64.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-x86_64.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/linux-x86_64_not_crashed [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-x86_64_not_crashed with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/linux-x86_64_not_crashed.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-x86_64_not_crashed.cpp with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/linux-x86_64_not_crashed.dmp [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-x86_64_not_crashed.dmp with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/linux-x86_64_null_signal.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-x86_64_null_signal.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/macos-arm-uuids-no-age.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/macos-arm-uuids-no-age.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/makefile.txt [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/makefile.txt with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/regions-linux-map.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/regions-linux-map.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump-new/relative_module_name.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/relative_module_name.yaml with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/findvalue_duplist/Makefile with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump/TestMiniDump.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/TestMiniDump.py with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump/fizzbuzz.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/wow64_minidump/fizzbuzz.cpp with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump/fizzbuzz.syms [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/fizzbuzz.syms with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump/fizzbuzz_no_heap.dmp [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/fizzbuzz_no_heap.dmp with 100% similarity]
lldb/test/API/functionalities/postmortem/minidump/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_save_core/main.cpp with 100% similarity]
lldb/test/API/functionalities/postmortem/netbsd-core/1lwp_SIGSEGV.aarch64 [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/1lwp_SIGSEGV.aarch64 with 100% similarity]
lldb/test/API/functionalities/postmortem/netbsd-core/1lwp_SIGSEGV.aarch64.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/1lwp_SIGSEGV.aarch64.core with 100% similarity]
lldb/test/API/functionalities/postmortem/netbsd-core/1lwp_SIGSEGV.amd64 [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/1lwp_SIGSEGV.amd64 with 100% similarity]
lldb/test/API/functionalities/postmortem/netbsd-core/1lwp_SIGSEGV.amd64.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/1lwp_SIGSEGV.amd64.core with 100% similarity]
lldb/test/API/functionalities/postmortem/netbsd-core/1lwp_SIGSEGV.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/1lwp_SIGSEGV.c with 100% similarity]
lldb/test/API/functionalities/postmortem/netbsd-core/2lwp_process_SIGSEGV.aarch64 [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/2lwp_process_SIGSEGV.aarch64 with 100% similarity]
lldb/test/API/functionalities/postmortem/netbsd-core/2lwp_process_SIGSEGV.aarch64.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/2lwp_process_SIGSEGV.aarch64.core with 100% similarity]
lldb/test/API/functionalities/postmortem/netbsd-core/2lwp_process_SIGSEGV.amd64 [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/2lwp_process_SIGSEGV.amd64 with 100% similarity]
lldb/test/API/functionalities/postmortem/netbsd-core/2lwp_process_SIGSEGV.amd64.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/2lwp_process_SIGSEGV.amd64.core with 100% similarity]
lldb/test/API/functionalities/postmortem/netbsd-core/2lwp_process_SIGSEGV.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/2lwp_process_SIGSEGV.c with 100% similarity]
lldb/test/API/functionalities/postmortem/netbsd-core/2lwp_t2_SIGSEGV.aarch64 [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/2lwp_t2_SIGSEGV.aarch64 with 100% similarity]
lldb/test/API/functionalities/postmortem/netbsd-core/2lwp_t2_SIGSEGV.aarch64.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/2lwp_t2_SIGSEGV.aarch64.core with 100% similarity]
lldb/test/API/functionalities/postmortem/netbsd-core/2lwp_t2_SIGSEGV.amd64 [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/2lwp_t2_SIGSEGV.amd64 with 100% similarity]
lldb/test/API/functionalities/postmortem/netbsd-core/2lwp_t2_SIGSEGV.amd64.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/2lwp_t2_SIGSEGV.amd64.core with 100% similarity]
lldb/test/API/functionalities/postmortem/netbsd-core/2lwp_t2_SIGSEGV.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/2lwp_t2_SIGSEGV.c with 100% similarity]
lldb/test/API/functionalities/postmortem/netbsd-core/GNUmakefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/GNUmakefile with 100% similarity]
lldb/test/API/functionalities/postmortem/netbsd-core/TestNetBSDCore.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/TestNetBSDCore.py with 100% similarity]
lldb/test/API/functionalities/postmortem/wow64_minidump/TestWow64MiniDump.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/wow64_minidump/TestWow64MiniDump.py with 100% similarity]
lldb/test/API/functionalities/postmortem/wow64_minidump/fizzbuzz.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/fizzbuzz.cpp with 100% similarity]
lldb/test/API/functionalities/postmortem/wow64_minidump/fizzbuzz_wow64.dmp [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/wow64_minidump/fizzbuzz_wow64.dmp with 100% similarity]
lldb/test/API/functionalities/pre_run_dylibs/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/pre_run_dylibs/Makefile with 100% similarity]
lldb/test/API/functionalities/pre_run_dylibs/TestPreRunDylibs.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/pre_run_dylibs/TestPreRunDylibs.py with 100% similarity]
lldb/test/API/functionalities/pre_run_dylibs/foo.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/foo.cpp with 100% similarity]
lldb/test/API/functionalities/pre_run_dylibs/foo.h [moved from lldb/packages/Python/lldbsuite/test/functionalities/pre_run_dylibs/foo.h with 100% similarity]
lldb/test/API/functionalities/pre_run_dylibs/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/pre_run_dylibs/main.cpp with 100% similarity]
lldb/test/API/functionalities/process_group/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/source/debug/Makefile with 100% similarity]
lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_group/TestChangeProcessGroup.py with 100% similarity]
lldb/test/API/functionalities/process_group/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_group/main.c with 100% similarity]
lldb/test/API/functionalities/process_save_core/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_save_core/Makefile with 100% similarity]
lldb/test/API/functionalities/process_save_core/TestProcessSaveCore.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/process_save_core/TestProcessSaveCore.py with 100% similarity]
lldb/test/API/functionalities/process_save_core/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/main.cpp with 100% similarity]
lldb/test/API/functionalities/ptr_refs/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/format/Makefile with 100% similarity]
lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/ptr_refs/TestPtrRefs.py with 100% similarity]
lldb/test/API/functionalities/ptr_refs/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/ptr_refs/main.c with 100% similarity]
lldb/test/API/functionalities/recursion/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-cpp/Makefile with 100% similarity]
lldb/test/API/functionalities/recursion/TestValueObjectRecursion.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/recursion/TestValueObjectRecursion.py with 100% similarity]
lldb/test/API/functionalities/recursion/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/recursion/main.cpp with 100% similarity]
lldb/test/API/functionalities/rerun/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-categories/Makefile with 100% similarity]
lldb/test/API/functionalities/rerun/TestRerun.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/rerun/TestRerun.py with 100% similarity]
lldb/test/API/functionalities/rerun/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/main.cpp with 100% similarity]
lldb/test/API/functionalities/return-value/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/return-value/Makefile with 100% similarity]
lldb/test/API/functionalities/return-value/TestReturnValue.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py with 100% similarity]
lldb/test/API/functionalities/return-value/call-func.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/return-value/call-func.cpp with 100% similarity]
lldb/test/API/functionalities/set-data/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/rdar-11355592/Makefile with 100% similarity]
lldb/test/API/functionalities/set-data/TestSetData.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/set-data/TestSetData.py with 100% similarity]
lldb/test/API/functionalities/set-data/main.m [moved from lldb/packages/Python/lldbsuite/test/functionalities/set-data/main.m with 100% similarity]
lldb/test/API/functionalities/show_location/TestShowLocationDwarf5.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/show_location/TestShowLocationDwarf5.py with 100% similarity]
lldb/test/API/functionalities/show_location/a.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/show_location/a.yaml with 100% similarity]
lldb/test/API/functionalities/signal/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/subsystem/Makefile with 100% similarity]
lldb/test/API/functionalities/signal/TestSendSignal.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/signal/TestSendSignal.py with 100% similarity]
lldb/test/API/functionalities/signal/handle-abrt/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/message/Makefile with 100% similarity]
lldb/test/API/functionalities/signal/handle-abrt/TestHandleAbort.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/signal/handle-abrt/TestHandleAbort.py with 100% similarity]
lldb/test/API/functionalities/signal/handle-abrt/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/signal/handle-abrt/main.c with 100% similarity]
lldb/test/API/functionalities/signal/handle-segv/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/category/Makefile with 100% similarity]
lldb/test/API/functionalities/signal/handle-segv/TestHandleSegv.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/signal/handle-segv/TestHandleSegv.py with 100% similarity]
lldb/test/API/functionalities/signal/handle-segv/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/signal/handle-segv/main.c with 100% similarity]
lldb/test/API/functionalities/signal/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/signal/main.c with 100% similarity]
lldb/test/API/functionalities/signal/raise/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/activity/Makefile with 100% similarity]
lldb/test/API/functionalities/signal/raise/TestRaise.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/signal/raise/TestRaise.py with 100% similarity]
lldb/test/API/functionalities/signal/raise/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/signal/raise/main.c with 100% similarity]
lldb/test/API/functionalities/source-map/TestTargetSourceMap.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/source-map/TestTargetSourceMap.py with 100% similarity]
lldb/test/API/functionalities/source-map/Trivial/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/source-map/Trivial/main.c with 100% similarity]
lldb/test/API/functionalities/source-map/a.yaml [moved from lldb/packages/Python/lldbsuite/test/functionalities/source-map/a.yaml with 100% similarity]
lldb/test/API/functionalities/stats_api/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/gui/basic/Makefile with 100% similarity]
lldb/test/API/functionalities/stats_api/TestStatisticsAPI.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/stats_api/TestStatisticsAPI.py with 100% similarity]
lldb/test/API/functionalities/stats_api/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/stats_api/main.c with 100% similarity]
lldb/test/API/functionalities/step-avoids-no-debug/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/Makefile with 100% similarity]
lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py with 100% similarity]
lldb/test/API/functionalities/step-avoids-no-debug/with-debug.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/with-debug.c with 100% similarity]
lldb/test/API/functionalities/step-avoids-no-debug/without-debug.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/without-debug.c with 100% similarity]
lldb/test/API/functionalities/step_scripted/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/activity-chain/Makefile with 100% similarity]
lldb/test/API/functionalities/step_scripted/Steps.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/step_scripted/Steps.py with 100% similarity]
lldb/test/API/functionalities/step_scripted/TestStepScripted.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/step_scripted/TestStepScripted.py with 100% similarity]
lldb/test/API/functionalities/step_scripted/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/step_scripted/main.c with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/ambiguous_tail_call_seq1/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/unambiguous_sequence/Makefile with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/ambiguous_tail_call_seq1/TestAmbiguousTailCallSeq1.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/ambiguous_tail_call_seq1/TestAmbiguousTailCallSeq1.py with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/ambiguous_tail_call_seq1/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/ambiguous_tail_call_seq1/main.cpp with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/ambiguous_tail_call_seq2/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_or_return/Makefile with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/ambiguous_tail_call_seq2/TestAmbiguousTailCallSeq2.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/ambiguous_tail_call_seq2/TestAmbiguousTailCallSeq2.py with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/ambiguous_tail_call_seq2/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/ambiguous_tail_call_seq2/main.cpp with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/cross_dso/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_dso/Makefile with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/cross_dso/One.mk [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_dso/One.mk with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/cross_dso/One/One.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_object/One.c with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/cross_dso/TestCrossDSOTailCalls.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_dso/TestCrossDSOTailCalls.py with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/cross_dso/Two.mk [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_dso/Two.mk with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/cross_dso/Two/Two.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_object/Two.c with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/cross_dso/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_object/main.c with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/cross_dso/shared.h [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_object/shared.h with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/cross_object/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_object/Makefile with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/cross_object/One.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_dso/One/One.c with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/cross_object/TestCrossObjectTailCalls.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_object/TestCrossObjectTailCalls.py with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/cross_object/Two.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_dso/Two/Two.c with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/cross_object/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_dso/main.c with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/cross_object/shared.h [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_dso/shared.h with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/disambiguate_call_site/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_message/Makefile with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/disambiguate_call_site/TestDisambiguateCallSite.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_call_site/TestDisambiguateCallSite.py with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/disambiguate_call_site/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_call_site/main.cpp with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/disambiguate_paths_to_common_sink/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/sbapi_support/Makefile with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/disambiguate_paths_to_common_sink/TestDisambiguatePathsToCommonSink.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_paths_to_common_sink/TestDisambiguatePathsToCommonSink.py with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/disambiguate_paths_to_common_sink/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_paths_to_common_sink/main.cpp with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/disambiguate_tail_call_seq/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/inlining_and_tail_calls/Makefile with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/disambiguate_tail_call_seq/TestDisambiguateTailCallSeq.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_tail_call_seq/TestDisambiguateTailCallSeq.py with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/disambiguate_tail_call_seq/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_tail_call_seq/main.cpp with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/inlining_and_tail_calls/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_tail_call_seq/Makefile with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/inlining_and_tail_calls/TestInliningAndTailCalls.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/inlining_and_tail_calls/TestInliningAndTailCalls.py with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/inlining_and_tail_calls/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/inlining_and_tail_calls/main.cpp with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/sbapi_support/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_paths_to_common_sink/Makefile with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/sbapi_support/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/sbapi_support/main.cpp with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/thread_step_out_message/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_call_site/Makefile with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/thread_step_out_message/TestArtificialFrameStepOutMessage.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_message/TestArtificialFrameStepOutMessage.py with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/thread_step_out_message/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_message/main.cpp with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/thread_step_out_or_return/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/ambiguous_tail_call_seq2/Makefile with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/thread_step_out_or_return/TestSteppingOutWithArtificialFrames.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_or_return/TestSteppingOutWithArtificialFrames.py with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/thread_step_out_or_return/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_or_return/main.cpp with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/unambiguous_sequence/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/ambiguous_tail_call_seq1/Makefile with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/unambiguous_sequence/TestUnambiguousTailCalls.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/unambiguous_sequence/TestUnambiguousTailCalls.py with 100% similarity]
lldb/test/API/functionalities/tail_call_frames/unambiguous_sequence/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/unambiguous_sequence/main.cpp with 100% similarity]
lldb/test/API/functionalities/target-new-solib-notifications/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-advanced/Makefile with 100% similarity]
lldb/test/API/functionalities/target-new-solib-notifications/TestModuleLoadedNotifys.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/target-new-solib-notifications/TestModuleLoadedNotifys.py with 100% similarity]
lldb/test/API/functionalities/target-new-solib-notifications/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/target-new-solib-notifications/main.cpp with 100% similarity]
lldb/test/API/functionalities/target_var/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/target_var/Makefile with 100% similarity]
lldb/test/API/functionalities/target_var/TestTargetVar.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/target_var/TestTargetVar.py with 100% similarity]
lldb/test/API/functionalities/target_var/globals.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/target_var/globals.c with 100% similarity]
lldb/test/API/functionalities/target_var/globals.ll [moved from lldb/packages/Python/lldbsuite/test/functionalities/target_var/globals.ll with 100% similarity]
lldb/test/API/functionalities/testid/TestTestId.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/testid/TestTestId.py with 100% similarity]
lldb/test/API/functionalities/thread/backtrace_all/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/backtrace_all/Makefile with 100% similarity]
lldb/test/API/functionalities/thread/backtrace_all/ParallelTask.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/backtrace_all/ParallelTask.cpp with 100% similarity]
lldb/test/API/functionalities/thread/backtrace_all/TestBacktraceAll.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/backtrace_all/TestBacktraceAll.py with 100% similarity]
lldb/test/API/functionalities/thread/backtrace_limit/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/backtrace_limit/Makefile with 100% similarity]
lldb/test/API/functionalities/thread/backtrace_limit/TestBacktraceLimit.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/backtrace_limit/TestBacktraceLimit.py with 100% similarity]
lldb/test/API/functionalities/thread/backtrace_limit/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/backtrace_limit/main.cpp with 100% similarity]
lldb/test/API/functionalities/thread/break_after_join/Makefile [moved from lldb/packages/Python/lldbsuite/test/linux/thread/create_during_instruction_step/Makefile with 100% similarity]
lldb/test/API/functionalities/thread/break_after_join/TestBreakAfterJoin.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py with 100% similarity]
lldb/test/API/functionalities/thread/break_after_join/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/break_after_join/main.cpp with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/Makefile with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentBreakpointDelayBreakpointOneSignal.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentBreakpointDelayBreakpointOneSignal.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentBreakpointOneDelayBreakpointThreads.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentBreakpointOneDelayBreakpointThreads.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentBreakpointsDelayedBreakpointOneWatchpoint.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentBreakpointsDelayedBreakpointOneWatchpoint.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentCrashWithBreak.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentCrashWithBreak.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentCrashWithSignal.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentCrashWithSignal.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentCrashWithWatchpoint.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentCrashWithWatchpoint.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentCrashWithWatchpointBreakpointSignal.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentCrashWithWatchpointBreakpointSignal.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentDelaySignalBreak.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentDelaySignalBreak.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentDelaySignalWatch.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentDelaySignalWatch.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentDelayWatchBreak.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentDelayWatchBreak.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentDelayedCrashWithBreakpointSignal.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentDelayedCrashWithBreakpointSignal.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentDelayedCrashWithBreakpointWatchpoint.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentDelayedCrashWithBreakpointWatchpoint.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentManyBreakpoints.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentManyBreakpoints.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentManyCrash.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentManyCrash.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentManySignals.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentManySignals.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentManyWatchpoints.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentManyWatchpoints.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentNWatchNBreak.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentNWatchNBreak.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentSignalBreak.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentSignalBreak.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentSignalDelayBreak.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentSignalDelayBreak.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentSignalDelayWatch.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentSignalDelayWatch.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentSignalNWatchNBreak.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentSignalNWatchNBreak.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentSignalWatch.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentSignalWatch.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentSignalWatchBreak.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentSignalWatchBreak.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentTwoBreakpointThreads.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentTwoBreakpointThreads.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentTwoBreakpointsOneDelaySignal.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentTwoBreakpointsOneDelaySignal.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentTwoBreakpointsOneSignal.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentTwoBreakpointsOneSignal.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentTwoBreakpointsOneWatchpoint.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentTwoBreakpointsOneWatchpoint.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentTwoWatchpointThreads.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentTwoWatchpointThreads.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentTwoWatchpointsOneBreakpoint.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentTwoWatchpointsOneBreakpoint.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentTwoWatchpointsOneDelayBreakpoint.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentTwoWatchpointsOneDelayBreakpoint.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentTwoWatchpointsOneSignal.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentTwoWatchpointsOneSignal.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentWatchBreak.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentWatchBreak.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentWatchBreakDelay.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentWatchBreakDelay.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentWatchpointDelayWatchpointOneBreakpoint.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentWatchpointDelayWatchpointOneBreakpoint.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentWatchpointWithDelayWatchpointThreads.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentWatchpointWithDelayWatchpointThreads.py with 100% similarity]
lldb/test/API/functionalities/thread/concurrent_events/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/main.cpp with 100% similarity]
lldb/test/API/functionalities/thread/crash_during_step/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/lazy-loading/Makefile with 100% similarity]
lldb/test/API/functionalities/thread/crash_during_step/TestCrashDuringStep.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/crash_during_step/TestCrashDuringStep.py with 100% similarity]
lldb/test/API/functionalities/thread/crash_during_step/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/crash_during_step/main.cpp with 100% similarity]
lldb/test/API/functionalities/thread/create_after_attach/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/num_threads/Makefile with 100% similarity]
lldb/test/API/functionalities/thread/create_after_attach/TestCreateAfterAttach.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py with 100% similarity]
lldb/test/API/functionalities/thread/create_after_attach/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/create_after_attach/main.cpp with 100% similarity]
lldb/test/API/functionalities/thread/create_during_step/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/multi_break/Makefile with 100% similarity]
lldb/test/API/functionalities/thread/create_during_step/TestCreateDuringStep.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/create_during_step/TestCreateDuringStep.py with 100% similarity]
lldb/test/API/functionalities/thread/create_during_step/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/create_during_step/main.cpp with 100% similarity]
lldb/test/API/functionalities/thread/exit_during_break/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/Makefile with 100% similarity]
lldb/test/API/functionalities/thread/exit_during_break/TestExitDuringBreak.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py with 100% similarity]
lldb/test/API/functionalities/thread/exit_during_break/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/main.cpp with 100% similarity]
lldb/test/API/functionalities/thread/exit_during_step/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_exit/Makefile with 100% similarity]
lldb/test/API/functionalities/thread/exit_during_step/TestExitDuringStep.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/TestExitDuringStep.py with 100% similarity]
lldb/test/API/functionalities/thread/exit_during_step/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/main.cpp with 100% similarity]
lldb/test/API/functionalities/thread/jump/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/jump/Makefile with 100% similarity]
lldb/test/API/functionalities/thread/jump/TestThreadJump.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/jump/TestThreadJump.py with 100% similarity]
lldb/test/API/functionalities/thread/jump/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/jump/main.cpp with 100% similarity]
lldb/test/API/functionalities/thread/jump/other.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/jump/other.cpp with 100% similarity]
lldb/test/API/functionalities/thread/multi_break/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/create_during_step/Makefile with 100% similarity]
lldb/test/API/functionalities/thread/multi_break/TestMultipleBreakpoints.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py with 100% similarity]
lldb/test/API/functionalities/thread/multi_break/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/multi_break/main.cpp with 100% similarity]
lldb/test/API/functionalities/thread/num_threads/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/create_after_attach/Makefile with 100% similarity]
lldb/test/API/functionalities/thread/num_threads/TestNumThreads.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/num_threads/TestNumThreads.py with 100% similarity]
lldb/test/API/functionalities/thread/num_threads/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/num_threads/main.cpp with 100% similarity]
lldb/test/API/functionalities/thread/state/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/frame/select/Makefile with 100% similarity]
lldb/test/API/functionalities/thread/state/TestThreadStates.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/state/TestThreadStates.py with 100% similarity]
lldb/test/API/functionalities/thread/state/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/state/main.cpp with 100% similarity]
lldb/test/API/functionalities/thread/step_out/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/Makefile with 100% similarity]
lldb/test/API/functionalities/thread/step_out/TestThreadStepOut.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/step_out/TestThreadStepOut.py with 100% similarity]
lldb/test/API/functionalities/thread/step_out/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/step_out/main.cpp with 100% similarity]
lldb/test/API/functionalities/thread/step_until/.categories [moved from lldb/packages/Python/lldbsuite/test/functionalities/load_using_paths/.categories with 100% similarity]
lldb/test/API/functionalities/thread/step_until/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/subsystem/Makefile with 100% similarity]
lldb/test/API/functionalities/thread/step_until/TestStepUntil.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/step_until/TestStepUntil.py with 100% similarity]
lldb/test/API/functionalities/thread/step_until/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/step_until/main.c with 100% similarity]
lldb/test/API/functionalities/thread/thread_exit/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/Makefile with 100% similarity]
lldb/test/API/functionalities/thread/thread_exit/TestThreadExit.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_exit/TestThreadExit.py with 100% similarity]
lldb/test/API/functionalities/thread/thread_exit/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_exit/main.cpp with 100% similarity]
lldb/test/API/functionalities/thread/thread_specific_break/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break/Makefile with 100% similarity]
lldb/test/API/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py with 100% similarity]
lldb/test/API/functionalities/thread/thread_specific_break/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break/main.cpp with 100% similarity]
lldb/test/API/functionalities/thread/thread_specific_break_plus_condition/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/step_out/Makefile with 100% similarity]
lldb/test/API/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py with 100% similarity]
lldb/test/API/functionalities/thread/thread_specific_break_plus_condition/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/main.cpp with 100% similarity]
lldb/test/API/functionalities/tsan/basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_numbers/Makefile with 100% similarity]
lldb/test/API/functionalities/tsan/basic/TestTsanBasic.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py with 100% similarity]
lldb/test/API/functionalities/tsan/basic/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/main.c with 100% similarity]
lldb/test/API/functionalities/tsan/cpp_global_location/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tsan/cpp_global_location/Makefile with 100% similarity]
lldb/test/API/functionalities/tsan/cpp_global_location/TestTsanCPPGlobalLocation.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tsan/cpp_global_location/TestTsanCPPGlobalLocation.py with 100% similarity]
lldb/test/API/functionalities/tsan/cpp_global_location/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/tsan/cpp_global_location/main.cpp with 100% similarity]
lldb/test/API/functionalities/tsan/global_location/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/Makefile with 100% similarity]
lldb/test/API/functionalities/tsan/global_location/TestTsanGlobalLocation.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tsan/global_location/TestTsanGlobalLocation.py with 100% similarity]
lldb/test/API/functionalities/tsan/global_location/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/tsan/global_location/main.c with 100% similarity]
lldb/test/API/functionalities/tsan/multiple/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/Makefile with 100% similarity]
lldb/test/API/functionalities/tsan/multiple/TestTsanMultiple.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/TestTsanMultiple.py with 100% similarity]
lldb/test/API/functionalities/tsan/multiple/main.m [moved from lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/main.m with 100% similarity]
lldb/test/API/functionalities/tsan/thread_leak/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tsan/global_location/Makefile with 100% similarity]
lldb/test/API/functionalities/tsan/thread_leak/TestTsanThreadLeak.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/TestTsanThreadLeak.py with 100% similarity]
lldb/test/API/functionalities/tsan/thread_leak/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/main.c with 100% similarity]
lldb/test/API/functionalities/tsan/thread_numbers/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/Makefile with 100% similarity]
lldb/test/API/functionalities/tsan/thread_numbers/TestTsanThreadNumbers.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_numbers/TestTsanThreadNumbers.py with 100% similarity]
lldb/test/API/functionalities/tsan/thread_numbers/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_numbers/main.c with 100% similarity]
lldb/test/API/functionalities/tty/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/message/Makefile with 100% similarity]
lldb/test/API/functionalities/tty/TestTerminal.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py with 100% similarity]
lldb/test/API/functionalities/tty/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/tty/main.c with 100% similarity]
lldb/test/API/functionalities/type_completion/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/array_typedef/Makefile with 100% similarity]
lldb/test/API/functionalities/type_completion/TestTypeCompletion.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/type_completion/TestTypeCompletion.py with 100% similarity]
lldb/test/API/functionalities/type_completion/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/type_completion/main.cpp with 100% similarity]
lldb/test/API/functionalities/type_lookup/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/ostypeformatting/Makefile with 100% similarity]
lldb/test/API/functionalities/type_lookup/TestTypeLookup.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py with 100% similarity]
lldb/test/API/functionalities/type_lookup/main.mm [moved from lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/main.mm with 100% similarity]
lldb/test/API/functionalities/ubsan/basic/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/ubsan/user-expression/Makefile with 100% similarity]
lldb/test/API/functionalities/ubsan/basic/TestUbsanBasic.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/ubsan/basic/TestUbsanBasic.py with 100% similarity]
lldb/test/API/functionalities/ubsan/basic/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/ubsan/basic/main.c with 100% similarity]
lldb/test/API/functionalities/ubsan/user-expression/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/ubsan/basic/Makefile with 100% similarity]
lldb/test/API/functionalities/ubsan/user-expression/TestUbsanUserExpression.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/ubsan/user-expression/TestUbsanUserExpression.py with 100% similarity]
lldb/test/API/functionalities/ubsan/user-expression/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/ubsan/user-expression/main.c with 100% similarity]
lldb/test/API/functionalities/unwind/ehframe/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/unwind/ehframe/Makefile with 100% similarity]
lldb/test/API/functionalities/unwind/ehframe/TestEhFrameUnwind.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/unwind/ehframe/TestEhFrameUnwind.py with 100% similarity]
lldb/test/API/functionalities/unwind/ehframe/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/unwind/ehframe/main.c with 100% similarity]
lldb/test/API/functionalities/unwind/noreturn/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/Makefile with 100% similarity]
lldb/test/API/functionalities/unwind/noreturn/TestNoreturnUnwind.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py with 100% similarity]
lldb/test/API/functionalities/unwind/noreturn/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/main.c with 100% similarity]
lldb/test/API/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py with 100% similarity]
lldb/test/API/functionalities/unwind/noreturn/module-end/a.s [moved from lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/module-end/a.s with 100% similarity]
lldb/test/API/functionalities/unwind/noreturn/module-end/test.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/module-end/test.core with 100% similarity]
lldb/test/API/functionalities/unwind/noreturn/module-end/test.out [moved from lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/module-end/test.out with 100% similarity]
lldb/test/API/functionalities/unwind/sigtramp/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/category/Makefile with 100% similarity]
lldb/test/API/functionalities/unwind/sigtramp/TestSigtrampUnwind.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/unwind/sigtramp/TestSigtrampUnwind.py with 100% similarity]
lldb/test/API/functionalities/unwind/sigtramp/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/unwind/sigtramp/main.c with 100% similarity]
lldb/test/API/functionalities/unwind/standard/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/import/rdar-12586188/Makefile with 100% similarity]
lldb/test/API/functionalities/unwind/standard/TestStandardUnwind.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py with 100% similarity]
lldb/test/API/functionalities/unwind/standard/hand_written/divmod.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/hand_written/divmod.cpp with 100% similarity]
lldb/test/API/functionalities/unwind/standard/hand_written/fprintf.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/hand_written/fprintf.cpp with 100% similarity]
lldb/test/API/functionalities/unwind/standard/hand_written/new_delete.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/hand_written/new_delete.cpp with 100% similarity]
lldb/test/API/functionalities/value_md5_crash/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/completion/Makefile with 100% similarity]
lldb/test/API/functionalities/value_md5_crash/TestValueMD5Crash.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/value_md5_crash/TestValueMD5Crash.py with 100% similarity]
lldb/test/API/functionalities/value_md5_crash/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/value_md5_crash/main.cpp with 100% similarity]
lldb/test/API/functionalities/var_path/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/Makefile with 100% similarity]
lldb/test/API/functionalities/var_path/TestVarPath.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/var_path/TestVarPath.py with 100% similarity]
lldb/test/API/functionalities/var_path/main.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/var_path/main.cpp with 100% similarity]
lldb/test/API/functionalities/wrong_commands/.categories [moved from lldb/packages/Python/lldbsuite/test/commands/command/.categories with 100% similarity]
lldb/test/API/functionalities/wrong_commands/TestWrongCommands.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/wrong_commands/TestWrongCommands.py with 100% similarity]
lldb/test/API/iohandler/completion/TestIOHandlerCompletion.py [moved from lldb/packages/Python/lldbsuite/test/iohandler/completion/TestIOHandlerCompletion.py with 100% similarity]
lldb/test/API/iohandler/completion/main.c [moved from lldb/packages/Python/lldbsuite/test/iohandler/completion/main.c with 100% similarity]
lldb/test/API/iohandler/unicode/TestUnicode.py [moved from lldb/packages/Python/lldbsuite/test/iohandler/unicode/TestUnicode.py with 100% similarity]
lldb/test/API/issue_verification/README.txt [moved from lldb/packages/Python/lldbsuite/test/issue_verification/README.txt with 100% similarity]
lldb/test/API/issue_verification/TestExpectedTimeout.py.park [moved from lldb/packages/Python/lldbsuite/test/issue_verification/TestExpectedTimeout.py.park with 100% similarity]
lldb/test/API/issue_verification/TestFail.py.park [moved from lldb/packages/Python/lldbsuite/test/issue_verification/TestFail.py.park with 100% similarity]
lldb/test/API/issue_verification/TestInvalidDecorator.py.park [moved from lldb/packages/Python/lldbsuite/test/issue_verification/TestInvalidDecorator.py.park with 100% similarity]
lldb/test/API/issue_verification/TestRerunFail.py.park [moved from lldb/packages/Python/lldbsuite/test/issue_verification/TestRerunFail.py.park with 100% similarity]
lldb/test/API/issue_verification/TestRerunFileLevelTimeout.py.park [moved from lldb/packages/Python/lldbsuite/test/issue_verification/TestRerunFileLevelTimeout.py.park with 100% similarity]
lldb/test/API/issue_verification/TestRerunInline.py.park [moved from lldb/packages/Python/lldbsuite/test/issue_verification/TestRerunInline.py.park with 100% similarity]
lldb/test/API/issue_verification/TestRerunTimeout.py.park [moved from lldb/packages/Python/lldbsuite/test/issue_verification/TestRerunTimeout.py.park with 100% similarity]
lldb/test/API/issue_verification/TestSignal.py.park [moved from lldb/packages/Python/lldbsuite/test/issue_verification/TestSignal.py.park with 100% similarity]
lldb/test/API/issue_verification/TestSignalOutsideTestMethod.py.park [moved from lldb/packages/Python/lldbsuite/test/issue_verification/TestSignalOutsideTestMethod.py.park with 100% similarity]
lldb/test/API/issue_verification/TestTimeout.py.park [moved from lldb/packages/Python/lldbsuite/test/issue_verification/TestTimeout.py.park with 100% similarity]
lldb/test/API/issue_verification/disable.py [moved from lldb/packages/Python/lldbsuite/test/issue_verification/disable.py with 100% similarity]
lldb/test/API/issue_verification/enable.py [moved from lldb/packages/Python/lldbsuite/test/issue_verification/enable.py with 100% similarity]
lldb/test/API/issue_verification/inline_rerun_inferior.cpp [moved from lldb/packages/Python/lldbsuite/test/issue_verification/inline_rerun_inferior.cpp with 100% similarity]
lldb/test/API/issue_verification/rerun_base.py [moved from lldb/packages/Python/lldbsuite/test/issue_verification/rerun_base.py with 100% similarity]
lldb/test/API/lang/c/anonymous/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/activity/Makefile with 100% similarity]
lldb/test/API/lang/c/anonymous/TestAnonymous.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/anonymous/TestAnonymous.py with 100% similarity]
lldb/test/API/lang/c/anonymous/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/anonymous/main.c with 100% similarity]
lldb/test/API/lang/c/array_types/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/activity-chain/Makefile with 100% similarity]
lldb/test/API/lang/c/array_types/TestArrayTypes.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/array_types/TestArrayTypes.py with 100% similarity]
lldb/test/API/lang/c/array_types/cmds.txt [moved from lldb/packages/Python/lldbsuite/test/lang/c/array_types/cmds.txt with 100% similarity]
lldb/test/API/lang/c/array_types/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/array_types/main.c with 100% similarity]
lldb/test/API/lang/c/bitfields/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/basic/Makefile with 100% similarity]
lldb/test/API/lang/c/bitfields/TestBitfields.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py with 100% similarity]
lldb/test/API/lang/c/bitfields/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/bitfields/main.c with 100% similarity]
lldb/test/API/lang/c/blocks/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/blocks/Makefile with 100% similarity]
lldb/test/API/lang/c/blocks/TestBlocks.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/blocks/TestBlocks.py with 100% similarity]
lldb/test/API/lang/c/blocks/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/blocks/main.c with 100% similarity]
lldb/test/API/lang/c/conflicting-symbol/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Makefile with 100% similarity]
lldb/test/API/lang/c/conflicting-symbol/One.mk [moved from lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/One.mk with 100% similarity]
lldb/test/API/lang/c/conflicting-symbol/One/One.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/One/One.c with 100% similarity]
lldb/test/API/lang/c/conflicting-symbol/One/One.h [moved from lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/One/One.h with 100% similarity]
lldb/test/API/lang/c/conflicting-symbol/One/OneConstant.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/One/OneConstant.c with 100% similarity]
lldb/test/API/lang/c/conflicting-symbol/TestConflictingSymbol.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/TestConflictingSymbol.py with 100% similarity]
lldb/test/API/lang/c/conflicting-symbol/Two.mk [moved from lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two.mk with 100% similarity]
lldb/test/API/lang/c/conflicting-symbol/Two/Two.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/Two.c with 100% similarity]
lldb/test/API/lang/c/conflicting-symbol/Two/Two.h [moved from lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/Two.h with 100% similarity]
lldb/test/API/lang/c/conflicting-symbol/Two/TwoConstant.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/TwoConstant.c with 100% similarity]
lldb/test/API/lang/c/conflicting-symbol/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/main.c with 100% similarity]
lldb/test/API/lang/c/const_variables/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/const_variables/Makefile with 100% similarity]
lldb/test/API/lang/c/const_variables/TestConstVariables.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py with 100% similarity]
lldb/test/API/lang/c/const_variables/functions.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/const_variables/functions.c with 100% similarity]
lldb/test/API/lang/c/const_variables/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/const_variables/main.c with 100% similarity]
lldb/test/API/lang/c/enum_types/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/Makefile with 100% similarity]
lldb/test/API/lang/c/enum_types/TestEnumTypes.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py with 100% similarity]
lldb/test/API/lang/c/enum_types/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/enum_types/main.c with 100% similarity]
lldb/test/API/lang/c/find_struct_type/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/Makefile with 100% similarity]
lldb/test/API/lang/c/find_struct_type/TestFindStructTypes.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/find_struct_type/TestFindStructTypes.py with 100% similarity]
lldb/test/API/lang/c/find_struct_type/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/find_struct_type/main.c with 100% similarity]
lldb/test/API/lang/c/forward/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/forward/Makefile with 100% similarity]
lldb/test/API/lang/c/forward/README.txt [moved from lldb/packages/Python/lldbsuite/test/lang/c/forward/README.txt with 100% similarity]
lldb/test/API/lang/c/forward/TestForwardDeclaration.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/forward/TestForwardDeclaration.py with 100% similarity]
lldb/test/API/lang/c/forward/foo.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/forward/foo.c with 100% similarity]
lldb/test/API/lang/c/forward/foo.h [moved from lldb/packages/Python/lldbsuite/test/lang/c/forward/foo.h with 100% similarity]
lldb/test/API/lang/c/forward/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/forward/main.c with 100% similarity]
lldb/test/API/lang/c/function_types/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/Makefile with 100% similarity]
lldb/test/API/lang/c/function_types/TestFunctionTypes.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/function_types/TestFunctionTypes.py with 100% similarity]
lldb/test/API/lang/c/function_types/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/function_types/main.c with 100% similarity]
lldb/test/API/lang/c/global_variables/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/global_variables/Makefile with 100% similarity]
lldb/test/API/lang/c/global_variables/TestGlobalVariables.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py with 100% similarity]
lldb/test/API/lang/c/global_variables/a.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/global_variables/a.c with 100% similarity]
lldb/test/API/lang/c/global_variables/cmds.txt [moved from lldb/packages/Python/lldbsuite/test/lang/c/global_variables/cmds.txt with 100% similarity]
lldb/test/API/lang/c/global_variables/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/global_variables/main.c with 100% similarity]
lldb/test/API/lang/c/inlines/TestRedefinitionsInInlines.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/inlines/TestRedefinitionsInInlines.py with 100% similarity]
lldb/test/API/lang/c/inlines/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/inlines/main.c with 100% similarity]
lldb/test/API/lang/c/local_types/TestUseClosestType.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/local_types/TestUseClosestType.py with 100% similarity]
lldb/test/API/lang/c/local_types/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/local_types/main.c with 100% similarity]
lldb/test/API/lang/c/local_types/other.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/local_types/other.c with 100% similarity]
lldb/test/API/lang/c/local_variables/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/local_variables/Makefile with 100% similarity]
lldb/test/API/lang/c/local_variables/TestLocalVariables.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py with 100% similarity]
lldb/test/API/lang/c/local_variables/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/local_variables/main.c with 100% similarity]
lldb/test/API/lang/c/modules/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/Makefile with 100% similarity]
lldb/test/API/lang/c/modules/TestCModules.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py with 100% similarity]
lldb/test/API/lang/c/modules/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/modules/main.c with 100% similarity]
lldb/test/API/lang/c/offsetof/TestOffsetof.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/offsetof/TestOffsetof.py with 100% similarity]
lldb/test/API/lang/c/offsetof/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/offsetof/main.c with 100% similarity]
lldb/test/API/lang/c/recurse/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/Makefile with 100% similarity]
lldb/test/API/lang/c/recurse/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/recurse/main.c with 100% similarity]
lldb/test/API/lang/c/register_variables/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/register_variables/Makefile with 100% similarity]
lldb/test/API/lang/c/register_variables/TestRegisterVariables.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/register_variables/TestRegisterVariables.py with 100% similarity]
lldb/test/API/lang/c/register_variables/test.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/register_variables/test.c with 100% similarity]
lldb/test/API/lang/c/set_values/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/Makefile with 100% similarity]
lldb/test/API/lang/c/set_values/TestSetValues.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/set_values/TestSetValues.py with 100% similarity]
lldb/test/API/lang/c/set_values/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/set_values/main.c with 100% similarity]
lldb/test/API/lang/c/shared_lib/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/shared_lib/Makefile with 100% similarity]
lldb/test/API/lang/c/shared_lib/TestSharedLib.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/shared_lib/TestSharedLib.py with 100% similarity]
lldb/test/API/lang/c/shared_lib/foo.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/shared_lib_stripped_symbols/foo.c with 100% similarity]
lldb/test/API/lang/c/shared_lib/foo.h [moved from lldb/packages/Python/lldbsuite/test/lang/c/shared_lib/foo.h with 100% similarity]
lldb/test/API/lang/c/shared_lib/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/shared_lib_stripped_symbols/main.c with 100% similarity]
lldb/test/API/lang/c/shared_lib_stripped_symbols/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/shared_lib_stripped_symbols/Makefile with 100% similarity]
lldb/test/API/lang/c/shared_lib_stripped_symbols/TestSharedLibStrippedSymbols.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/shared_lib_stripped_symbols/TestSharedLibStrippedSymbols.py with 100% similarity]
lldb/test/API/lang/c/shared_lib_stripped_symbols/foo.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/shared_lib/foo.c with 100% similarity]
lldb/test/API/lang/c/shared_lib_stripped_symbols/foo.h [moved from lldb/packages/Python/lldbsuite/test/lang/c/shared_lib_stripped_symbols/foo.h with 100% similarity]
lldb/test/API/lang/c/shared_lib_stripped_symbols/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/shared_lib/main.c with 100% similarity]
lldb/test/API/lang/c/step-target/.categories [moved from lldb/packages/Python/lldbsuite/test/functionalities/load_unload/.categories with 100% similarity]
lldb/test/API/lang/c/step-target/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_callback_command_source/Makefile with 100% similarity]
lldb/test/API/lang/c/step-target/TestStepTarget.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/step-target/TestStepTarget.py with 100% similarity]
lldb/test/API/lang/c/step-target/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/step-target/main.c with 100% similarity]
lldb/test/API/lang/c/step_over_no_deadlock/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/Makefile with 100% similarity]
lldb/test/API/lang/c/step_over_no_deadlock/TestStepOverDoesntBlock.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/step_over_no_deadlock/TestStepOverDoesntBlock.py with 100% similarity]
lldb/test/API/lang/c/step_over_no_deadlock/locking.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/locking.cpp with 100% similarity]
lldb/test/API/lang/c/stepping/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/avoids-fd-leak/Makefile with 100% similarity]
lldb/test/API/lang/c/stepping/TestStepAndBreakpoints.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/stepping/TestStepAndBreakpoints.py with 100% similarity]
lldb/test/API/lang/c/stepping/TestThreadStepping.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/stepping/TestThreadStepping.py with 100% similarity]
lldb/test/API/lang/c/stepping/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/stepping/main.c with 100% similarity]
lldb/test/API/lang/c/strings/Makefile [moved from lldb/packages/Python/lldbsuite/test/driver/batch_mode/Makefile with 100% similarity]
lldb/test/API/lang/c/strings/TestCStrings.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/strings/TestCStrings.py with 100% similarity]
lldb/test/API/lang/c/strings/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/strings/main.c with 100% similarity]
lldb/test/API/lang/c/struct_types/TestStructTypes.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/struct_types/TestStructTypes.py with 100% similarity]
lldb/test/API/lang/c/struct_types/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/struct_types/main.c with 100% similarity]
lldb/test/API/lang/c/tls_globals/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/tls_globals/Makefile with 100% similarity]
lldb/test/API/lang/c/tls_globals/TestTlsGlobals.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/tls_globals/TestTlsGlobals.py with 100% similarity]
lldb/test/API/lang/c/tls_globals/a.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/tls_globals/a.c with 100% similarity]
lldb/test/API/lang/c/tls_globals/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/tls_globals/main.c with 100% similarity]
lldb/test/API/lang/c/typedef/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_size/Makefile with 100% similarity]
lldb/test/API/lang/c/typedef/Testtypedef.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/typedef/Testtypedef.py with 100% similarity]
lldb/test/API/lang/c/typedef/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/typedef/main.c with 100% similarity]
lldb/test/API/lang/c/unicode/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/c/unicode/Makefile with 100% similarity]
lldb/test/API/lang/c/unicode/TestUnicodeSymbols.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py with 100% similarity]
lldb/test/API/lang/c/unicode/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/unicode/main.c with 100% similarity]
lldb/test/API/lang/c/unions/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_on_vectors/Makefile with 100% similarity]
lldb/test/API/lang/c/unions/TestUnionMembers.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/unions/TestUnionMembers.py with 100% similarity]
lldb/test/API/lang/c/unions/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/unions/main.c with 100% similarity]
lldb/test/API/lang/c/vla/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_events/Makefile with 100% similarity]
lldb/test/API/lang/c/vla/TestVLA.py [moved from lldb/packages/Python/lldbsuite/test/lang/c/vla/TestVLA.py with 100% similarity]
lldb/test/API/lang/c/vla/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/c/vla/main.c with 100% similarity]
lldb/test/API/lang/cpp/accelerator-table/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/Makefile with 100% similarity]
lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/TestCPPAccelerator.py with 100% similarity]
lldb/test/API/lang/cpp/accelerator-table/a.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/a.cpp with 100% similarity]
lldb/test/API/lang/cpp/accelerator-table/b.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/b.cpp with 100% similarity]
lldb/test/API/lang/cpp/accelerator-table/c.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/c.cpp with 100% similarity]
lldb/test/API/lang/cpp/accelerator-table/d.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/d.cpp with 100% similarity]
lldb/test/API/lang/cpp/accelerator-table/e.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/e.cpp with 100% similarity]
lldb/test/API/lang/cpp/accelerator-table/f.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/f.cpp with 100% similarity]
lldb/test/API/lang/cpp/accelerator-table/g.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/g.cpp with 100% similarity]
lldb/test/API/lang/cpp/accelerator-table/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/accelerator-table/source.h [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/source.h with 100% similarity]
lldb/test/API/lang/cpp/auto/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/Makefile with 100% similarity]
lldb/test/API/lang/cpp/auto/TestCPPAuto.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py with 100% similarity]
lldb/test/API/lang/cpp/auto/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/auto/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/bitfields/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_hit_count/Makefile with 100% similarity]
lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/bitfields/TestCppBitfields.py with 100% similarity]
lldb/test/API/lang/cpp/bitfields/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/bitfields/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/bool/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/condition/Makefile with 100% similarity]
lldb/test/API/lang/cpp/bool/TestCPPBool.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/bool/TestCPPBool.py with 100% similarity]
lldb/test/API/lang/cpp/bool/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/bool/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/breakpoint-commands/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/Makefile with 100% similarity]
lldb/test/API/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py with 100% similarity]
lldb/test/API/lang/cpp/breakpoint-commands/nested.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/nested.cpp with 100% similarity]
lldb/test/API/lang/cpp/breakpoint_in_member_func_w_non_primitive_params/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_func_w_non_primitive_params/Makefile with 100% similarity]
lldb/test/API/lang/cpp/breakpoint_in_member_func_w_non_primitive_params/TestBreakpointInMemberFuncWNonPrimitiveParams.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_func_w_non_primitive_params/TestBreakpointInMemberFuncWNonPrimitiveParams.py with 100% similarity]
lldb/test/API/lang/cpp/breakpoint_in_member_func_w_non_primitive_params/a.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_func_w_non_primitive_params/a.cpp with 100% similarity]
lldb/test/API/lang/cpp/breakpoint_in_member_func_w_non_primitive_params/a.h [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_func_w_non_primitive_params/a.h with 100% similarity]
lldb/test/API/lang/cpp/breakpoint_in_member_func_w_non_primitive_params/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_func_w_non_primitive_params/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/breakpoint_in_member_func_w_non_primitive_params/module.modulemap [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_func_w_non_primitive_params/module.modulemap with 100% similarity]
lldb/test/API/lang/cpp/call-function/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/Makefile with 100% similarity]
lldb/test/API/lang/cpp/call-function/TestCallCPPFunction.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/call-function/TestCallCPPFunction.py with 100% similarity]
lldb/test/API/lang/cpp/call-function/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/call-function/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/chained-calls/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_hits/Makefile with 100% similarity]
lldb/test/API/lang/cpp/chained-calls/TestCppChainedCalls.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/chained-calls/TestCppChainedCalls.py with 100% similarity]
lldb/test/API/lang/cpp/chained-calls/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/chained-calls/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/char1632_t/.categories [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/char1632_t/.categories with 100% similarity]
lldb/test/API/lang/cpp/char1632_t/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/char1632_t/Makefile with 100% similarity]
lldb/test/API/lang/cpp/char1632_t/TestChar1632T.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/char1632_t/TestChar1632T.py with 100% similarity]
lldb/test/API/lang/cpp/char1632_t/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/char1632_t/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/char8_t/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/char8_t/Makefile with 100% similarity]
lldb/test/API/lang/cpp/char8_t/TestCxxChar8_t.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/char8_t/TestCxxChar8_t.py with 100% similarity]
lldb/test/API/lang/cpp/char8_t/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/char8_t/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/class-template-parameter-pack/TestClassTemplateParameterPack.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/TestClassTemplateParameterPack.py with 100% similarity]
lldb/test/API/lang/cpp/class-template-parameter-pack/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/class_static/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/Makefile with 100% similarity]
lldb/test/API/lang/cpp/class_static/TestStaticVariables.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py with 100% similarity]
lldb/test/API/lang/cpp/class_static/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/class_types/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/settings/Makefile with 100% similarity]
lldb/test/API/lang/cpp/class_types/TestClassTypes.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/class_types/TestClassTypes.py with 100% similarity]
lldb/test/API/lang/cpp/class_types/TestClassTypesDisassembly.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/class_types/TestClassTypesDisassembly.py with 100% similarity]
lldb/test/API/lang/cpp/class_types/cmds.txt [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/class_types/cmds.txt with 100% similarity]
lldb/test/API/lang/cpp/class_types/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/class_types/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/const_this/TestConstThis.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/const_this/TestConstThis.py with 100% similarity]
lldb/test/API/lang/cpp/const_this/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/const_this/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/constructors/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_offset_intersection/Makefile with 100% similarity]
lldb/test/API/lang/cpp/constructors/TestCppConstructors.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/constructors/TestCppConstructors.py with 100% similarity]
lldb/test/API/lang/cpp/constructors/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/constructors/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/covariant-return-types/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/Makefile with 100% similarity]
lldb/test/API/lang/cpp/covariant-return-types/TestCovariantReturnTypes.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/covariant-return-types/TestCovariantReturnTypes.py with 100% similarity]
lldb/test/API/lang/cpp/covariant-return-types/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/covariant-return-types/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/diamond/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/log/basic/Makefile with 100% similarity]
lldb/test/API/lang/cpp/diamond/TestDiamond.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/diamond/TestDiamond.py with 100% similarity]
lldb/test/API/lang/cpp/diamond/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/diamond/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/dynamic-value-same-basename/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/virtual-method-call/Makefile with 100% similarity]
lldb/test/API/lang/cpp/dynamic-value-same-basename/TestDynamicValueSameBase.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value-same-basename/TestDynamicValueSameBase.py with 100% similarity]
lldb/test/API/lang/cpp/dynamic-value-same-basename/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value-same-basename/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/dynamic-value/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/dynamic_value_child_count/Makefile with 100% similarity]
lldb/test/API/lang/cpp/dynamic-value/TestCppValueCast.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestCppValueCast.py with 100% similarity]
lldb/test/API/lang/cpp/dynamic-value/TestDynamicValue.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestDynamicValue.py with 100% similarity]
lldb/test/API/lang/cpp/dynamic-value/pass-to-base.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/pass-to-base.cpp with 100% similarity]
lldb/test/API/lang/cpp/dynamic-value/sbvalue-cast.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/sbvalue-cast.cpp with 100% similarity]
lldb/test/API/lang/cpp/enum_types/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/rvalue-references/Makefile with 100% similarity]
lldb/test/API/lang/cpp/enum_types/TestCPP11EnumTypes.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/enum_types/TestCPP11EnumTypes.py with 100% similarity]
lldb/test/API/lang/cpp/enum_types/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/enum_types/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/exceptions/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/Makefile with 100% similarity]
lldb/test/API/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py with 100% similarity]
lldb/test/API/lang/cpp/exceptions/exceptions.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/exceptions.cpp with 100% similarity]
lldb/test/API/lang/cpp/extern_c/TestExternCSymbols.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/extern_c/TestExternCSymbols.py with 100% similarity]
lldb/test/API/lang/cpp/extern_c/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/extern_c/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/frame-var-anon-unions/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/inheritance/Makefile with 100% similarity]
lldb/test/API/lang/cpp/frame-var-anon-unions/TestFrameVariableAnonymousUnions.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/frame-var-anon-unions/TestFrameVariableAnonymousUnions.py with 100% similarity]
lldb/test/API/lang/cpp/frame-var-anon-unions/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/frame-var-anon-unions/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/function-qualifiers/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-this/Makefile with 100% similarity]
lldb/test/API/lang/cpp/function-qualifiers/TestCppFunctionQualifiers.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/function-qualifiers/TestCppFunctionQualifiers.py with 100% similarity]
lldb/test/API/lang/cpp/function-qualifiers/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/function-qualifiers/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/function-template-parameter-pack/TestFunctionTemplateParameterPack.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/function-template-parameter-pack/TestFunctionTemplateParameterPack.py with 100% similarity]
lldb/test/API/lang/cpp/function-template-parameter-pack/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/function-template-parameter-pack/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/function_refs/TestFunctionRefs.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/function_refs/TestFunctionRefs.py with 100% similarity]
lldb/test/API/lang/cpp/function_refs/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/function_refs/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/global_operators/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-function-return/Makefile with 100% similarity]
lldb/test/API/lang/cpp/global_operators/TestCppGlobalOperators.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/global_operators/TestCppGlobalOperators.py with 100% similarity]
lldb/test/API/lang/cpp/global_operators/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/global_operators/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/global_variables/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/bad-reference/Makefile with 100% similarity]
lldb/test/API/lang/cpp/global_variables/TestCPPGlobalVariables.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/global_variables/TestCPPGlobalVariables.py with 100% similarity]
lldb/test/API/lang/cpp/global_variables/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/global_variables/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/gmodules-templates/TestGModules.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/TestGModules.py with 100% similarity]
lldb/test/API/lang/cpp/gmodules-templates/a.h [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/a.h with 100% similarity]
lldb/test/API/lang/cpp/gmodules-templates/b.h [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/b.h with 100% similarity]
lldb/test/API/lang/cpp/gmodules-templates/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/gmodules-templates/memory.h [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/memory.h with 100% similarity]
lldb/test/API/lang/cpp/gmodules-templates/module.modulemap [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/module.modulemap with 100% similarity]
lldb/test/API/lang/cpp/gmodules/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/Makefile with 100% similarity]
lldb/test/API/lang/cpp/gmodules/TestWithModuleDebugging.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py with 100% similarity]
lldb/test/API/lang/cpp/gmodules/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/gmodules/pch.h [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/pch.h with 100% similarity]
lldb/test/API/lang/cpp/incomplete-types/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/Makefile with 100% similarity]
lldb/test/API/lang/cpp/incomplete-types/TestCppIncompleteTypes.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/TestCppIncompleteTypes.py with 100% similarity]
lldb/test/API/lang/cpp/incomplete-types/a.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/a.cpp with 100% similarity]
lldb/test/API/lang/cpp/incomplete-types/a.h [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/a.h with 100% similarity]
lldb/test/API/lang/cpp/incomplete-types/length.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/length.cpp with 100% similarity]
lldb/test/API/lang/cpp/incomplete-types/length.h [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/length.h with 100% similarity]
lldb/test/API/lang/cpp/incomplete-types/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/inlines/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/inlines/Makefile with 100% similarity]
lldb/test/API/lang/cpp/inlines/TestInlines.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/inlines/TestInlines.py with 100% similarity]
lldb/test/API/lang/cpp/inlines/inlines.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/inlines/inlines.cpp with 100% similarity]
lldb/test/API/lang/cpp/inlines/inlines.h [moved from lldb/packages/Python/lldbsuite/test/python_api/frame/inlines/inlines.h with 100% similarity]
lldb/test/API/lang/cpp/lambdas/TestLambdas.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/lambdas/TestLambdas.py with 100% similarity]
lldb/test/API/lang/cpp/lambdas/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/lambdas/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/limit-debug-info/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/Makefile with 100% similarity]
lldb/test/API/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py with 100% similarity]
lldb/test/API/lang/cpp/limit-debug-info/base.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/base.cpp with 100% similarity]
lldb/test/API/lang/cpp/limit-debug-info/base.h [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/base.h with 100% similarity]
lldb/test/API/lang/cpp/limit-debug-info/derived.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/derived.cpp with 100% similarity]
lldb/test/API/lang/cpp/limit-debug-info/derived.h [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/derived.h with 100% similarity]
lldb/test/API/lang/cpp/limit-debug-info/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/llvm-style/TestLLVMStyle.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/llvm-style/TestLLVMStyle.py with 100% similarity]
lldb/test/API/lang/cpp/llvm-style/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/llvm-style/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/member-and-local-vars-with-same-name/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/member-and-local-vars-with-same-name/Makefile with 100% similarity]
lldb/test/API/lang/cpp/member-and-local-vars-with-same-name/TestMembersAndLocalsWithSameName.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/member-and-local-vars-with-same-name/TestMembersAndLocalsWithSameName.py with 100% similarity]
lldb/test/API/lang/cpp/member-and-local-vars-with-same-name/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/member-and-local-vars-with-same-name/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/modules-import/Inputs/Bar.h [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/modules-import/Inputs/Bar.h with 100% similarity]
lldb/test/API/lang/cpp/modules-import/Inputs/Foo.h [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/modules-import/Inputs/Foo.h with 100% similarity]
lldb/test/API/lang/cpp/modules-import/Inputs/module.modulemap [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/modules-import/Inputs/module.modulemap with 100% similarity]
lldb/test/API/lang/cpp/modules-import/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/modules-import/Makefile with 100% similarity]
lldb/test/API/lang/cpp/modules-import/TestCXXModulesImport.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/modules-import/TestCXXModulesImport.py with 100% similarity]
lldb/test/API/lang/cpp/modules-import/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/modules-import/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/multiple-inheritance/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/xvalue/Makefile with 100% similarity]
lldb/test/API/lang/cpp/multiple-inheritance/TestCppMultipleInheritance.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/multiple-inheritance/TestCppMultipleInheritance.py with 100% similarity]
lldb/test/API/lang/cpp/multiple-inheritance/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/multiple-inheritance/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/namespace/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/Makefile with 100% similarity]
lldb/test/API/lang/cpp/namespace/TestNamespace.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py with 100% similarity]
lldb/test/API/lang/cpp/namespace/TestNamespaceLookup.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py with 100% similarity]
lldb/test/API/lang/cpp/namespace/cmds.txt [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/cmds.txt with 100% similarity]
lldb/test/API/lang/cpp/namespace/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/namespace/ns.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/ns.cpp with 100% similarity]
lldb/test/API/lang/cpp/namespace/ns.h [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/ns.h with 100% similarity]
lldb/test/API/lang/cpp/namespace/ns2.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/ns2.cpp with 100% similarity]
lldb/test/API/lang/cpp/namespace/ns3.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/ns3.cpp with 100% similarity]
lldb/test/API/lang/cpp/namespace_conflicts/TestNamespaceConflicts.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_conflicts/TestNamespaceConflicts.py with 100% similarity]
lldb/test/API/lang/cpp/namespace_conflicts/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_conflicts/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/namespace_definitions/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/Makefile with 100% similarity]
lldb/test/API/lang/cpp/namespace_definitions/TestNamespaceDefinitions.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/TestNamespaceDefinitions.py with 100% similarity]
lldb/test/API/lang/cpp/namespace_definitions/a.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/a.cpp with 100% similarity]
lldb/test/API/lang/cpp/namespace_definitions/b.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/b.cpp with 100% similarity]
lldb/test/API/lang/cpp/namespace_definitions/foo.h [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/foo.h with 100% similarity]
lldb/test/API/lang/cpp/namespace_definitions/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/nested-class-other-compilation-unit/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/completion/Makefile with 100% similarity]
lldb/test/API/lang/cpp/nested-class-other-compilation-unit/TestNestedClassWithParentInAnotherCU.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/nested-class-other-compilation-unit/TestNestedClassWithParentInAnotherCU.py with 100% similarity]
lldb/test/API/lang/cpp/nested-class-other-compilation-unit/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/nested-class-other-compilation-unit/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/nested-class-other-compilation-unit/other.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/nested-class-other-compilation-unit/other.cpp with 100% similarity]
lldb/test/API/lang/cpp/nested-class-other-compilation-unit/shared.h [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/nested-class-other-compilation-unit/shared.h with 100% similarity]
lldb/test/API/lang/cpp/nsimport/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/vector_of_enums/Makefile with 100% similarity]
lldb/test/API/lang/cpp/nsimport/TestCppNsImport.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py with 100% similarity]
lldb/test/API/lang/cpp/nsimport/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/offsetof/TestOffsetofCpp.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/offsetof/TestOffsetofCpp.py with 100% similarity]
lldb/test/API/lang/cpp/offsetof/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/offsetof/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/operator-overload/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/operator-overload/Makefile with 100% similarity]
lldb/test/API/lang/cpp/operator-overload/TestOperatorOverload.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/operator-overload/TestOperatorOverload.py with 100% similarity]
lldb/test/API/lang/cpp/operator-overload/a.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/operator-overload/a.cpp with 100% similarity]
lldb/test/API/lang/cpp/operator-overload/b.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/operator-overload/b.cpp with 100% similarity]
lldb/test/API/lang/cpp/operators/TestCppOperators.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/operators/TestCppOperators.py with 100% similarity]
lldb/test/API/lang/cpp/operators/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/operators/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/overloaded-functions/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/Makefile with 100% similarity]
lldb/test/API/lang/cpp/overloaded-functions/TestOverloadedFunctions.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py with 100% similarity]
lldb/test/API/lang/cpp/overloaded-functions/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/overloaded-functions/static-a.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/static-a.cpp with 100% similarity]
lldb/test/API/lang/cpp/overloaded-functions/static-b.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/static-b.cpp with 100% similarity]
lldb/test/API/lang/cpp/printf/TestPrintf.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/printf/TestPrintf.py with 100% similarity]
lldb/test/API/lang/cpp/printf/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/printf/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/rvalue-references/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/enum_types/Makefile with 100% similarity]
lldb/test/API/lang/cpp/rvalue-references/TestRvalueReferences.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/rvalue-references/TestRvalueReferences.py with 100% similarity]
lldb/test/API/lang/cpp/rvalue-references/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/rvalue-references/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/scope/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/unwind_expression/Makefile with 100% similarity]
lldb/test/API/lang/cpp/scope/TestCppScope.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py with 100% similarity]
lldb/test/API/lang/cpp/scope/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/scope/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/signed_types/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/test/Makefile with 100% similarity]
lldb/test/API/lang/cpp/signed_types/TestSignedTypes.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/signed_types/TestSignedTypes.py with 100% similarity]
lldb/test/API/lang/cpp/signed_types/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/signed_types/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/static_members/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/static-initializers/Makefile with 100% similarity]
lldb/test/API/lang/cpp/static_members/TestCPPStaticMembers.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/static_members/TestCPPStaticMembers.py with 100% similarity]
lldb/test/API/lang/cpp/static_members/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/static_members/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/static_methods/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/pr35310/Makefile with 100% similarity]
lldb/test/API/lang/cpp/static_methods/TestCPPStaticMethods.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/static_methods/TestCPPStaticMethods.py with 100% similarity]
lldb/test/API/lang/cpp/static_methods/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/static_methods/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/std-function-step-into-callable/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/Makefile with 100% similarity]
lldb/test/API/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py with 100% similarity]
lldb/test/API/lang/cpp/std-function-step-into-callable/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/stl/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/wchar_t/Makefile with 100% similarity]
lldb/test/API/lang/cpp/stl/TestSTL.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestSTL.py with 100% similarity]
lldb/test/API/lang/cpp/stl/TestStdCXXDisassembly.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestStdCXXDisassembly.py with 100% similarity]
lldb/test/API/lang/cpp/stl/cmds.txt [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/stl/cmds.txt with 100% similarity]
lldb/test/API/lang/cpp/stl/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/stl/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/symbols/TestSymbols.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/symbols/TestSymbols.py with 100% similarity]
lldb/test/API/lang/cpp/symbols/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/symbols/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/template-function/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_cpp_and_c/Makefile with 100% similarity]
lldb/test/API/lang/cpp/template-function/TestTemplateFunctions.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/template-function/TestTemplateFunctions.py with 100% similarity]
lldb/test/API/lang/cpp/template-function/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/template-function/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/template/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/issue_11588/Makefile with 100% similarity]
lldb/test/API/lang/cpp/template/TestTemplateArgs.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/template/TestTemplateArgs.py with 100% similarity]
lldb/test/API/lang/cpp/template/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/template/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/this/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/inline-namespace/Makefile with 100% similarity]
lldb/test/API/lang/cpp/this/TestCPPThis.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/this/TestCPPThis.py with 100% similarity]
lldb/test/API/lang/cpp/this/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/this/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/thread_local/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash-invalid-iterator/Makefile with 100% similarity]
lldb/test/API/lang/cpp/thread_local/TestThreadLocal.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/thread_local/TestThreadLocal.py with 100% similarity]
lldb/test/API/lang/cpp/thread_local/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/thread_local/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/trivial_abi/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/function_template_specialization_temp_args/Makefile with 100% similarity]
lldb/test/API/lang/cpp/trivial_abi/TestTrivialABI.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py with 100% similarity]
lldb/test/API/lang/cpp/trivial_abi/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/type_lookup/Makefile [moved from lldb/packages/Python/lldbsuite/test/android/platform/Makefile with 100% similarity]
lldb/test/API/lang/cpp/type_lookup/TestCppTypeLookup.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/TestCppTypeLookup.py with 100% similarity]
lldb/test/API/lang/cpp/type_lookup/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/unicode-literals/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/unicode-literals/Makefile with 100% similarity]
lldb/test/API/lang/cpp/unicode-literals/TestUnicodeLiterals.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/unicode-literals/TestUnicodeLiterals.py with 100% similarity]
lldb/test/API/lang/cpp/unicode-literals/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/unicode-literals/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/unique-types/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/formatters/Makefile with 100% similarity]
lldb/test/API/lang/cpp/unique-types/TestUniqueTypes.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/unique-types/TestUniqueTypes.py with 100% similarity]
lldb/test/API/lang/cpp/unique-types/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/unique-types/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/unsigned_types/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/fixits/Makefile with 100% similarity]
lldb/test/API/lang/cpp/unsigned_types/TestUnsignedTypes.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/unsigned_types/TestUnsignedTypes.py with 100% similarity]
lldb/test/API/lang/cpp/unsigned_types/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/unsigned_types/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/virtual-functions/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/expr-in-syscall/Makefile with 100% similarity]
lldb/test/API/lang/cpp/virtual-functions/TestCppVirtualFunctions.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/virtual-functions/TestCppVirtualFunctions.py with 100% similarity]
lldb/test/API/lang/cpp/virtual-functions/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/virtual-functions/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/virtual-overload/TestVirtualOverload.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/virtual-overload/TestVirtualOverload.py with 100% similarity]
lldb/test/API/lang/cpp/virtual-overload/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/virtual-overload/main.cpp with 100% similarity]
lldb/test/API/lang/cpp/wchar_t/.categories [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/.categories with 100% similarity]
lldb/test/API/lang/cpp/wchar_t/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/stl/Makefile with 100% similarity]
lldb/test/API/lang/cpp/wchar_t/TestCxxWCharT.py [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/wchar_t/TestCxxWCharT.py with 100% similarity]
lldb/test/API/lang/cpp/wchar_t/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/wchar_t/main.cpp with 100% similarity]
lldb/test/API/lang/mixed/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/mixed/Makefile with 100% similarity]
lldb/test/API/lang/mixed/TestMixedLanguages.py [moved from lldb/packages/Python/lldbsuite/test/lang/mixed/TestMixedLanguages.py with 100% similarity]
lldb/test/API/lang/mixed/foo.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/expression/options/foo.cpp with 100% similarity]
lldb/test/API/lang/mixed/main.c [moved from lldb/packages/Python/lldbsuite/test/lang/mixed/main.c with 100% similarity]
lldb/test/API/lang/objc/.categories [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/.categories with 100% similarity]
lldb/test/API/lang/objc/bitfield_ivars/TestBitfieldIvars.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/bitfield_ivars/TestBitfieldIvars.py with 100% similarity]
lldb/test/API/lang/objc/bitfield_ivars/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/bitfield_ivars/main.m with 100% similarity]
lldb/test/API/lang/objc/blocks/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/blocks/Makefile with 100% similarity]
lldb/test/API/lang/objc/blocks/TestObjCIvarsInBlocks.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/blocks/TestObjCIvarsInBlocks.py with 100% similarity]
lldb/test/API/lang/objc/blocks/ivars-in-blocks.h [moved from lldb/packages/Python/lldbsuite/test/lang/objc/blocks/ivars-in-blocks.h with 100% similarity]
lldb/test/API/lang/objc/blocks/ivars-in-blocks.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/blocks/ivars-in-blocks.m with 100% similarity]
lldb/test/API/lang/objc/blocks/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/blocks/main.m with 100% similarity]
lldb/test/API/lang/objc/conflicting-definition/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/conflicting-definition/Makefile with 100% similarity]
lldb/test/API/lang/objc/conflicting-definition/Test/Foo.h [moved from lldb/packages/Python/lldbsuite/test/lang/objc/conflicting-definition/Test/Foo.h with 100% similarity]
lldb/test/API/lang/objc/conflicting-definition/Test/Test.h [moved from lldb/packages/Python/lldbsuite/test/lang/objc/conflicting-definition/Test/Test.h with 100% similarity]
lldb/test/API/lang/objc/conflicting-definition/Test/Test.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/conflicting-definition/Test/Test.m with 100% similarity]
lldb/test/API/lang/objc/conflicting-definition/TestConflictingDefinition.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/conflicting-definition/TestConflictingDefinition.py with 100% similarity]
lldb/test/API/lang/objc/conflicting-definition/TestExt/Foo.h [moved from lldb/packages/Python/lldbsuite/test/lang/objc/conflicting-definition/TestExt/Foo.h with 100% similarity]
lldb/test/API/lang/objc/conflicting-definition/TestExt/TestExt.h [moved from lldb/packages/Python/lldbsuite/test/lang/objc/conflicting-definition/TestExt/TestExt.h with 100% similarity]
lldb/test/API/lang/objc/conflicting-definition/TestExt/TestExt.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/conflicting-definition/TestExt/TestExt.m with 100% similarity]
lldb/test/API/lang/objc/conflicting-definition/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/conflicting-definition/main.m with 100% similarity]
lldb/test/API/lang/objc/direct-dispatch-step/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-stepping/Makefile with 100% similarity]
lldb/test/API/lang/objc/direct-dispatch-step/TestObjCDirectDispatchStepping.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/direct-dispatch-step/TestObjCDirectDispatchStepping.py with 100% similarity]
lldb/test/API/lang/objc/direct-dispatch-step/stepping-tests.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/direct-dispatch-step/stepping-tests.m with 100% similarity]
lldb/test/API/lang/objc/exceptions/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/boolreference/Makefile with 100% similarity]
lldb/test/API/lang/objc/exceptions/TestObjCExceptions.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/exceptions/TestObjCExceptions.py with 100% similarity]
lldb/test/API/lang/objc/exceptions/main.mm [moved from lldb/packages/Python/lldbsuite/test/lang/objc/exceptions/main.mm with 100% similarity]
lldb/test/API/lang/objc/forward-decl/Container.h [moved from lldb/packages/Python/lldbsuite/test/lang/objc/forward-decl/Container.h with 100% similarity]
lldb/test/API/lang/objc/forward-decl/Container.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/forward-decl/Container.m with 100% similarity]
lldb/test/API/lang/objc/forward-decl/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/forward-decl/Makefile with 100% similarity]
lldb/test/API/lang/objc/forward-decl/TestForwardDecl.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/forward-decl/TestForwardDecl.py with 100% similarity]
lldb/test/API/lang/objc/forward-decl/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/forward-decl/main.m with 100% similarity]
lldb/test/API/lang/objc/foundation/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/foundation/Makefile with 100% similarity]
lldb/test/API/lang/objc/foundation/TestConstStrings.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestConstStrings.py with 100% similarity]
lldb/test/API/lang/objc/foundation/TestFoundationDisassembly.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestFoundationDisassembly.py with 100% similarity]
lldb/test/API/lang/objc/foundation/TestObjCMethods.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjCMethods.py with 100% similarity]
lldb/test/API/lang/objc/foundation/TestObjCMethods2.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjCMethods2.py with 100% similarity]
lldb/test/API/lang/objc/foundation/TestObjCMethodsNSArray.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjCMethodsNSArray.py with 100% similarity]
lldb/test/API/lang/objc/foundation/TestObjCMethodsNSError.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjCMethodsNSError.py with 100% similarity]
lldb/test/API/lang/objc/foundation/TestObjCMethodsString.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjCMethodsString.py with 100% similarity]
lldb/test/API/lang/objc/foundation/TestObjectDescriptionAPI.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjectDescriptionAPI.py with 100% similarity]
lldb/test/API/lang/objc/foundation/TestRuntimeTypes.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestRuntimeTypes.py with 100% similarity]
lldb/test/API/lang/objc/foundation/TestSymbolTable.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestSymbolTable.py with 100% similarity]
lldb/test/API/lang/objc/foundation/const-strings.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/foundation/const-strings.m with 100% similarity]
lldb/test/API/lang/objc/foundation/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/foundation/main.m with 100% similarity]
lldb/test/API/lang/objc/foundation/my-base.h [moved from lldb/packages/Python/lldbsuite/test/lang/objc/foundation/my-base.h with 100% similarity]
lldb/test/API/lang/objc/foundation/my-base.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/foundation/my-base.m with 100% similarity]
lldb/test/API/lang/objc/global_ptrs/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/sample/Makefile with 100% similarity]
lldb/test/API/lang/objc/global_ptrs/TestGlobalObjects.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/global_ptrs/TestGlobalObjects.py with 100% similarity]
lldb/test/API/lang/objc/global_ptrs/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/global_ptrs/main.m with 100% similarity]
lldb/test/API/lang/objc/hidden-ivars/InternalDefiner.h [moved from lldb/packages/Python/lldbsuite/test/lang/objc/hidden-ivars/InternalDefiner.h with 100% similarity]
lldb/test/API/lang/objc/hidden-ivars/InternalDefiner.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/hidden-ivars/InternalDefiner.m with 100% similarity]
lldb/test/API/lang/objc/hidden-ivars/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/hidden-ivars/Makefile with 100% similarity]
lldb/test/API/lang/objc/hidden-ivars/TestHiddenIvars.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/hidden-ivars/TestHiddenIvars.py with 100% similarity]
lldb/test/API/lang/objc/hidden-ivars/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/hidden-ivars/main.m with 100% similarity]
lldb/test/API/lang/objc/ivar-IMP/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/Makefile with 100% similarity]
lldb/test/API/lang/objc/ivar-IMP/TestObjCiVarIMP.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/TestObjCiVarIMP.py with 100% similarity]
lldb/test/API/lang/objc/ivar-IMP/myclass.h [moved from lldb/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/myclass.h with 100% similarity]
lldb/test/API/lang/objc/ivar-IMP/myclass.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/myclass.m with 100% similarity]
lldb/test/API/lang/objc/ivar-IMP/repro.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/repro.m with 100% similarity]
lldb/test/API/lang/objc/modules-app-update/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-app-update/Makefile with 100% similarity]
lldb/test/API/lang/objc/modules-app-update/TestClangModulesAppUpdate.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-app-update/TestClangModulesAppUpdate.py with 100% similarity]
lldb/test/API/lang/objc/modules-app-update/foo.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-app-update/foo.m with 100% similarity]
lldb/test/API/lang/objc/modules-app-update/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-app-update/main.m with 100% similarity]
lldb/test/API/lang/objc/modules-app-update/module.modulemap [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/module.modulemap with 100% similarity]
lldb/test/API/lang/objc/modules-app-update/umbrella.h [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/umbrella.h with 100% similarity]
lldb/test/API/lang/objc/modules-auto-import/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-auto-import/Makefile with 100% similarity]
lldb/test/API/lang/objc/modules-auto-import/TestModulesAutoImport.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-auto-import/TestModulesAutoImport.py with 100% similarity]
lldb/test/API/lang/objc/modules-auto-import/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-auto-import/main.m with 100% similarity]
lldb/test/API/lang/objc/modules-cache/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-cache/Makefile with 100% similarity]
lldb/test/API/lang/objc/modules-cache/TestClangModulesCache.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-cache/TestClangModulesCache.py with 100% similarity]
lldb/test/API/lang/objc/modules-cache/f.h [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-cache/f.h with 100% similarity]
lldb/test/API/lang/objc/modules-cache/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-cache/main.m with 100% similarity]
lldb/test/API/lang/objc/modules-cache/module.modulemap [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-cache/module.modulemap with 100% similarity]
lldb/test/API/lang/objc/modules-hash-mismatch/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-hash-mismatch/Makefile with 100% similarity]
lldb/test/API/lang/objc/modules-hash-mismatch/TestClangModulesHashMismatch.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-hash-mismatch/TestClangModulesHashMismatch.py with 100% similarity]
lldb/test/API/lang/objc/modules-hash-mismatch/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-hash-mismatch/main.m with 100% similarity]
lldb/test/API/lang/objc/modules-hash-mismatch/other.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-hash-mismatch/other.m with 100% similarity]
lldb/test/API/lang/objc/modules-incomplete/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-incomplete/Makefile with 100% similarity]
lldb/test/API/lang/objc/modules-incomplete/TestIncompleteModules.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-incomplete/TestIncompleteModules.py with 100% similarity]
lldb/test/API/lang/objc/modules-incomplete/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-incomplete/main.m with 100% similarity]
lldb/test/API/lang/objc/modules-incomplete/minmax.h [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-incomplete/minmax.h with 100% similarity]
lldb/test/API/lang/objc/modules-incomplete/module.map [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-incomplete/module.map with 100% similarity]
lldb/test/API/lang/objc/modules-incomplete/myModule.h [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-incomplete/myModule.h with 100% similarity]
lldb/test/API/lang/objc/modules-incomplete/myModule.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-incomplete/myModule.m with 100% similarity]
lldb/test/API/lang/objc/modules-inline-functions/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/Makefile with 100% similarity]
lldb/test/API/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py with 100% similarity]
lldb/test/API/lang/objc/modules-inline-functions/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/main.m with 100% similarity]
lldb/test/API/lang/objc/modules-inline-functions/module.map [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/module.map with 100% similarity]
lldb/test/API/lang/objc/modules-inline-functions/myModule.c [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/myModule.c with 100% similarity]
lldb/test/API/lang/objc/modules-inline-functions/myModule.h [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/myModule.h with 100% similarity]
lldb/test/API/lang/objc/modules-update/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/Makefile with 100% similarity]
lldb/test/API/lang/objc/modules-update/TestClangModulesUpdate.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/TestClangModulesUpdate.py with 100% similarity]
lldb/test/API/lang/objc/modules-update/first.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/first.m with 100% similarity]
lldb/test/API/lang/objc/modules-update/module.modulemap [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-app-update/module.modulemap with 100% similarity]
lldb/test/API/lang/objc/modules-update/second.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/second.m with 100% similarity]
lldb/test/API/lang/objc/modules-update/umbrella.h [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules-app-update/umbrella.h with 100% similarity]
lldb/test/API/lang/objc/modules/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/rdar-10967107/Makefile with 100% similarity]
lldb/test/API/lang/objc/modules/TestObjCModules.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules/TestObjCModules.py with 100% similarity]
lldb/test/API/lang/objc/modules/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules/main.m with 100% similarity]
lldb/test/API/lang/objc/objc++/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc++/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc++/TestObjCXX.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc++/TestObjCXX.py with 100% similarity]
lldb/test/API/lang/objc/objc++/main.mm [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc++/main.mm with 100% similarity]
lldb/test/API/lang/objc/objc-baseclass-sbtype/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-baseclass-sbtype/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc-baseclass-sbtype/TestObjCBaseClassSBType.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-baseclass-sbtype/TestObjCBaseClassSBType.py with 100% similarity]
lldb/test/API/lang/objc/objc-baseclass-sbtype/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-baseclass-sbtype/main.m with 100% similarity]
lldb/test/API/lang/objc/objc-builtin-types/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/diagnostics/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc-builtin-types/TestObjCBuiltinTypes.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-builtin-types/TestObjCBuiltinTypes.py with 100% similarity]
lldb/test/API/lang/objc/objc-builtin-types/main.cpp [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-builtin-types/main.cpp with 100% similarity]
lldb/test/API/lang/objc/objc-checker/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/orderedset/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc-checker/TestObjCCheckers.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-checker/TestObjCCheckers.py with 100% similarity]
lldb/test/API/lang/objc/objc-checker/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-checker/main.m with 100% similarity]
lldb/test/API/lang/objc/objc-class-method/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-super/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc-class-method/TestObjCClassMethod.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-class-method/TestObjCClassMethod.py with 100% similarity]
lldb/test/API/lang/objc/objc-class-method/class.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-class-method/class.m with 100% similarity]
lldb/test/API/lang/objc/objc-dyn-sbtype/.categories [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-dyn-sbtype/.categories with 100% similarity]
lldb/test/API/lang/objc/objc-dyn-sbtype/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-dyn-sbtype/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc-dyn-sbtype/TestObjCDynamicSBType.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-dyn-sbtype/TestObjCDynamicSBType.py with 100% similarity]
lldb/test/API/lang/objc/objc-dyn-sbtype/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-dyn-sbtype/main.m with 100% similarity]
lldb/test/API/lang/objc/objc-dynamic-value/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-dynamic-value/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py with 100% similarity]
lldb/test/API/lang/objc/objc-dynamic-value/dynamic-value.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-dynamic-value/dynamic-value.m with 100% similarity]
lldb/test/API/lang/objc/objc-foundation-dictionary-empty/TestNSDictionary0.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-foundation-dictionary-empty/TestNSDictionary0.py with 100% similarity]
lldb/test/API/lang/objc/objc-foundation-dictionary-empty/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-foundation-dictionary-empty/main.m with 100% similarity]
lldb/test/API/lang/objc/objc-ivar-offsets/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-offsets/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py with 100% similarity]
lldb/test/API/lang/objc/objc-ivar-offsets/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-offsets/main.m with 100% similarity]
lldb/test/API/lang/objc/objc-ivar-offsets/objc-ivar-offsets.h [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-offsets/objc-ivar-offsets.h with 100% similarity]
lldb/test/API/lang/objc/objc-ivar-offsets/objc-ivar-offsets.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-offsets/objc-ivar-offsets.m with 100% similarity]
lldb/test/API/lang/objc/objc-ivar-protocols/TestIvarProtocols.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-protocols/TestIvarProtocols.py with 100% similarity]
lldb/test/API/lang/objc/objc-ivar-protocols/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-protocols/main.m with 100% similarity]
lldb/test/API/lang/objc/objc-ivar-stripped/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-stripped/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py with 100% similarity]
lldb/test/API/lang/objc/objc-ivar-stripped/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-stripped/main.m with 100% similarity]
lldb/test/API/lang/objc/objc-new-syntax/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/radar-9691614/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc-new-syntax/ObjCNewSyntaxTest.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-new-syntax/ObjCNewSyntaxTest.py with 100% similarity]
lldb/test/API/lang/objc/objc-new-syntax/TestObjCNewSyntaxArray.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-new-syntax/TestObjCNewSyntaxArray.py with 100% similarity]
lldb/test/API/lang/objc/objc-new-syntax/TestObjCNewSyntaxDictionary.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-new-syntax/TestObjCNewSyntaxDictionary.py with 100% similarity]
lldb/test/API/lang/objc/objc-new-syntax/TestObjCNewSyntaxLiteral.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-new-syntax/TestObjCNewSyntaxLiteral.py with 100% similarity]
lldb/test/API/lang/objc/objc-new-syntax/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-new-syntax/main.m with 100% similarity]
lldb/test/API/lang/objc/objc-optimized/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-optimized/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc-optimized/TestObjcOptimized.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-optimized/TestObjcOptimized.py with 100% similarity]
lldb/test/API/lang/objc/objc-optimized/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-optimized/main.m with 100% similarity]
lldb/test/API/lang/objc/objc-property/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc_direct-methods/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc-property/TestObjCProperty.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-property/TestObjCProperty.py with 100% similarity]
lldb/test/API/lang/objc/objc-property/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-property/main.m with 100% similarity]
lldb/test/API/lang/objc/objc-runtime-ivars/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-runtime-ivars/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc-runtime-ivars/TestRuntimeIvars.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-runtime-ivars/TestRuntimeIvars.py with 100% similarity]
lldb/test/API/lang/objc/objc-runtime-ivars/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-runtime-ivars/main.m with 100% similarity]
lldb/test/API/lang/objc/objc-static-method-stripped/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py with 100% similarity]
lldb/test/API/lang/objc/objc-static-method-stripped/static.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method/static.m with 100% similarity]
lldb/test/API/lang/objc/objc-static-method/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc-static-method/TestObjCStaticMethod.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method/TestObjCStaticMethod.py with 100% similarity]
lldb/test/API/lang/objc/objc-static-method/static.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/static.m with 100% similarity]
lldb/test/API/lang/objc/objc-stepping/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/direct-dispatch-step/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc-stepping/TestObjCStepping.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-stepping/TestObjCStepping.py with 100% similarity]
lldb/test/API/lang/objc/objc-stepping/stepping-tests.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-stepping/stepping-tests.m with 100% similarity]
lldb/test/API/lang/objc/objc-struct-argument/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-struct-return/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc-struct-argument/TestObjCStructArgument.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/TestObjCStructArgument.py with 100% similarity]
lldb/test/API/lang/objc/objc-struct-argument/test.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/test.m with 100% similarity]
lldb/test/API/lang/objc/objc-struct-return/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc-struct-return/TestObjCStructReturn.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-struct-return/TestObjCStructReturn.py with 100% similarity]
lldb/test/API/lang/objc/objc-struct-return/test.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-struct-return/test.m with 100% similarity]
lldb/test/API/lang/objc/objc-super/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-class-method/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc-super/TestObjCSuper.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-super/TestObjCSuper.py with 100% similarity]
lldb/test/API/lang/objc/objc-super/class.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-super/class.m with 100% similarity]
lldb/test/API/lang/objc/objc_direct-methods/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-property/Makefile with 100% similarity]
lldb/test/API/lang/objc/objc_direct-methods/TestObjCDirectMethods.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc_direct-methods/TestObjCDirectMethods.py with 100% similarity]
lldb/test/API/lang/objc/objc_direct-methods/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc_direct-methods/main.m with 100% similarity]
lldb/test/API/lang/objc/orderedset/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-checker/Makefile with 100% similarity]
lldb/test/API/lang/objc/orderedset/TestOrderedSet.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/orderedset/TestOrderedSet.py with 100% similarity]
lldb/test/API/lang/objc/orderedset/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/orderedset/main.m with 100% similarity]
lldb/test/API/lang/objc/print-obj/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/print-obj/Makefile with 100% similarity]
lldb/test/API/lang/objc/print-obj/TestPrintObj.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/print-obj/TestPrintObj.py with 100% similarity]
lldb/test/API/lang/objc/print-obj/blocked.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/print-obj/blocked.m with 100% similarity]
lldb/test/API/lang/objc/ptr_refs/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/ptr_refs/Makefile with 100% similarity]
lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/ptr_refs/TestPtrRefsObjC.py with 100% similarity]
lldb/test/API/lang/objc/ptr_refs/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/ptr_refs/main.m with 100% similarity]
lldb/test/API/lang/objc/radar-9691614/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/objc-new-syntax/Makefile with 100% similarity]
lldb/test/API/lang/objc/radar-9691614/TestObjCMethodReturningBOOL.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/radar-9691614/TestObjCMethodReturningBOOL.py with 100% similarity]
lldb/test/API/lang/objc/radar-9691614/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/radar-9691614/main.m with 100% similarity]
lldb/test/API/lang/objc/rdar-10967107/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/modules/Makefile with 100% similarity]
lldb/test/API/lang/objc/rdar-10967107/TestRdar10967107.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/rdar-10967107/TestRdar10967107.py with 100% similarity]
lldb/test/API/lang/objc/rdar-10967107/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/rdar-10967107/main.m with 100% similarity]
lldb/test/API/lang/objc/rdar-11355592/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/set-data/Makefile with 100% similarity]
lldb/test/API/lang/objc/rdar-11355592/TestRdar11355592.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/rdar-11355592/TestRdar11355592.py with 100% similarity]
lldb/test/API/lang/objc/rdar-11355592/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/rdar-11355592/main.m with 100% similarity]
lldb/test/API/lang/objc/rdar-12408181/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/rdar-12408181/Makefile with 100% similarity]
lldb/test/API/lang/objc/rdar-12408181/TestRdar12408181.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/rdar-12408181/TestRdar12408181.py with 100% similarity]
lldb/test/API/lang/objc/rdar-12408181/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/rdar-12408181/main.m with 100% similarity]
lldb/test/API/lang/objc/real-definition/Bar.h [moved from lldb/packages/Python/lldbsuite/test/lang/objc/real-definition/Bar.h with 100% similarity]
lldb/test/API/lang/objc/real-definition/Bar.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/real-definition/Bar.m with 100% similarity]
lldb/test/API/lang/objc/real-definition/Foo.h [moved from lldb/packages/Python/lldbsuite/test/lang/objc/real-definition/Foo.h with 100% similarity]
lldb/test/API/lang/objc/real-definition/Foo.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/real-definition/Foo.m with 100% similarity]
lldb/test/API/lang/objc/real-definition/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/real-definition/Makefile with 100% similarity]
lldb/test/API/lang/objc/real-definition/TestRealDefinition.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/real-definition/TestRealDefinition.py with 100% similarity]
lldb/test/API/lang/objc/real-definition/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/real-definition/main.m with 100% similarity]
lldb/test/API/lang/objc/sample/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/global_ptrs/Makefile with 100% similarity]
lldb/test/API/lang/objc/sample/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/sample/main.m with 100% similarity]
lldb/test/API/lang/objc/self/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objc/self/Makefile with 100% similarity]
lldb/test/API/lang/objc/self/TestObjCSelf.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/self/TestObjCSelf.py with 100% similarity]
lldb/test/API/lang/objc/self/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/self/main.m with 100% similarity]
lldb/test/API/lang/objc/single-entry-dictionary/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/Makefile with 100% similarity]
lldb/test/API/lang/objc/single-entry-dictionary/TestObjCSingleEntryDictionary.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/single-entry-dictionary/TestObjCSingleEntryDictionary.py with 100% similarity]
lldb/test/API/lang/objc/single-entry-dictionary/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/single-entry-dictionary/main.m with 100% similarity]
lldb/test/API/lang/objc/unicode-string/TestUnicodeString.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/unicode-string/TestUnicodeString.py with 100% similarity]
lldb/test/API/lang/objc/unicode-string/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/unicode-string/main.m with 100% similarity]
lldb/test/API/lang/objc/variadic_methods/TestVariadicMethods.py [moved from lldb/packages/Python/lldbsuite/test/lang/objc/variadic_methods/TestVariadicMethods.py with 100% similarity]
lldb/test/API/lang/objc/variadic_methods/main.m [moved from lldb/packages/Python/lldbsuite/test/lang/objc/variadic_methods/main.m with 100% similarity]
lldb/test/API/lang/objcxx/class-name-clash/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objcxx/class-name-clash/Makefile with 100% similarity]
lldb/test/API/lang/objcxx/class-name-clash/TestNameClash.py [moved from lldb/packages/Python/lldbsuite/test/lang/objcxx/class-name-clash/TestNameClash.py with 100% similarity]
lldb/test/API/lang/objcxx/class-name-clash/main.mm [moved from lldb/packages/Python/lldbsuite/test/lang/objcxx/class-name-clash/main.mm with 100% similarity]
lldb/test/API/lang/objcxx/class-name-clash/myobject.mm [moved from lldb/packages/Python/lldbsuite/test/lang/objcxx/class-name-clash/myobject.mm with 100% similarity]
lldb/test/API/lang/objcxx/cxx-bridged-po/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objcxx/cxx-bridged-po/Makefile with 100% similarity]
lldb/test/API/lang/objcxx/cxx-bridged-po/TestObjCXXBridgedPO.py [moved from lldb/packages/Python/lldbsuite/test/lang/objcxx/cxx-bridged-po/TestObjCXXBridgedPO.py with 100% similarity]
lldb/test/API/lang/objcxx/cxx-bridged-po/main.mm [moved from lldb/packages/Python/lldbsuite/test/lang/objcxx/cxx-bridged-po/main.mm with 100% similarity]
lldb/test/API/lang/objcxx/hide-runtime-values/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objcxx/sample/Makefile with 100% similarity]
lldb/test/API/lang/objcxx/hide-runtime-values/TestObjCXXHideRuntimeValues.py [moved from lldb/packages/Python/lldbsuite/test/lang/objcxx/hide-runtime-values/TestObjCXXHideRuntimeValues.py with 100% similarity]
lldb/test/API/lang/objcxx/hide-runtime-values/main.mm [moved from lldb/packages/Python/lldbsuite/test/lang/objcxx/hide-runtime-values/main.mm with 100% similarity]
lldb/test/API/lang/objcxx/objcxx-ivar-vector/TestIvarVector.py [moved from lldb/packages/Python/lldbsuite/test/lang/objcxx/objcxx-ivar-vector/TestIvarVector.py with 100% similarity]
lldb/test/API/lang/objcxx/objcxx-ivar-vector/main.mm [moved from lldb/packages/Python/lldbsuite/test/lang/objcxx/objcxx-ivar-vector/main.mm with 100% similarity]
lldb/test/API/lang/objcxx/sample/Makefile [moved from lldb/packages/Python/lldbsuite/test/lang/objcxx/hide-runtime-values/Makefile with 100% similarity]
lldb/test/API/lang/objcxx/sample/main.mm [moved from lldb/packages/Python/lldbsuite/test/lang/objcxx/sample/main.mm with 100% similarity]
lldb/test/API/linux/add-symbols/Makefile [moved from lldb/packages/Python/lldbsuite/test/linux/add-symbols/Makefile with 100% similarity]
lldb/test/API/linux/add-symbols/TestTargetSymbolsAddCommand.py [moved from lldb/packages/Python/lldbsuite/test/linux/add-symbols/TestTargetSymbolsAddCommand.py with 100% similarity]
lldb/test/API/linux/add-symbols/main.c [moved from lldb/packages/Python/lldbsuite/test/linux/add-symbols/main.c with 100% similarity]
lldb/test/API/linux/builtin_trap/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/context-object/Makefile with 100% similarity]
lldb/test/API/linux/builtin_trap/TestBuiltinTrap.py [moved from lldb/packages/Python/lldbsuite/test/linux/builtin_trap/TestBuiltinTrap.py with 100% similarity]
lldb/test/API/linux/builtin_trap/main.cpp [moved from lldb/packages/Python/lldbsuite/test/linux/builtin_trap/main.cpp with 100% similarity]
lldb/test/API/linux/mix-dwo-and-regular-objects/Makefile [moved from lldb/packages/Python/lldbsuite/test/linux/mix-dwo-and-regular-objects/Makefile with 100% similarity]
lldb/test/API/linux/mix-dwo-and-regular-objects/TestMixedDwarfBinary.py [moved from lldb/packages/Python/lldbsuite/test/linux/mix-dwo-and-regular-objects/TestMixedDwarfBinary.py with 100% similarity]
lldb/test/API/linux/mix-dwo-and-regular-objects/a.c [moved from lldb/packages/Python/lldbsuite/test/linux/mix-dwo-and-regular-objects/a.c with 100% similarity]
lldb/test/API/linux/mix-dwo-and-regular-objects/b.c [moved from lldb/packages/Python/lldbsuite/test/linux/mix-dwo-and-regular-objects/b.c with 100% similarity]
lldb/test/API/linux/sepdebugsymlink/Makefile [moved from lldb/packages/Python/lldbsuite/test/linux/sepdebugsymlink/Makefile with 100% similarity]
lldb/test/API/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py [moved from lldb/packages/Python/lldbsuite/test/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py with 100% similarity]
lldb/test/API/linux/sepdebugsymlink/main.c [moved from lldb/packages/Python/lldbsuite/test/linux/sepdebugsymlink/main.c with 100% similarity]
lldb/test/API/linux/thread/create_during_instruction_step/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/thread/break_after_join/Makefile with 100% similarity]
lldb/test/API/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py [moved from lldb/packages/Python/lldbsuite/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py with 100% similarity]
lldb/test/API/linux/thread/create_during_instruction_step/main.cpp [moved from lldb/packages/Python/lldbsuite/test/linux/thread/create_during_instruction_step/main.cpp with 100% similarity]
lldb/test/API/lit.cfg.py
lldb/test/API/macosx/DBGSourcePathRemapping/Inputs/main.c [moved from lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Inputs/main.c with 100% similarity]
lldb/test/API/macosx/DBGSourcePathRemapping/Inputs/relative.c [moved from lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Inputs/relative.c with 100% similarity]
lldb/test/API/macosx/DBGSourcePathRemapping/Makefile [moved from lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Makefile with 100% similarity]
lldb/test/API/macosx/DBGSourcePathRemapping/TestDSYMSourcePathRemapping.py [moved from lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/TestDSYMSourcePathRemapping.py with 100% similarity]
lldb/test/API/macosx/add-dsym/Makefile [moved from lldb/packages/Python/lldbsuite/test/macosx/add-dsym/Makefile with 100% similarity]
lldb/test/API/macosx/add-dsym/TestAddDsymMidExecutionCommand.py [moved from lldb/packages/Python/lldbsuite/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py with 100% similarity]
lldb/test/API/macosx/add-dsym/main.c [moved from lldb/packages/Python/lldbsuite/test/macosx/add-dsym/main.c with 100% similarity]
lldb/test/API/macosx/duplicate-archive-members/Makefile [moved from lldb/packages/Python/lldbsuite/test/macosx/duplicate-archive-members/Makefile with 100% similarity]
lldb/test/API/macosx/duplicate-archive-members/TestDuplicateMembers.py [moved from lldb/packages/Python/lldbsuite/test/macosx/duplicate-archive-members/TestDuplicateMembers.py with 100% similarity]
lldb/test/API/macosx/duplicate-archive-members/a.c [moved from lldb/packages/Python/lldbsuite/test/macosx/duplicate-archive-members/a.c with 100% similarity]
lldb/test/API/macosx/duplicate-archive-members/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/archives/main.c with 100% similarity]
lldb/test/API/macosx/duplicate-archive-members/sub1/a.c [moved from lldb/packages/Python/lldbsuite/test/macosx/duplicate-archive-members/sub1/a.c with 100% similarity]
lldb/test/API/macosx/find-app-in-bundle/Makefile [moved from lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/Makefile with 100% similarity]
lldb/test/API/macosx/find-app-in-bundle/TestApp.app/Contents/Info.plist [moved from lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestApp.app/Contents/Info.plist with 100% similarity]
lldb/test/API/macosx/find-app-in-bundle/TestApp.app/Contents/MacOS/.empty [moved from lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestApp.app/Contents/Resources/.empty with 100% similarity]
lldb/test/API/macosx/find-app-in-bundle/TestApp.app/Contents/Resources/.empty [moved from lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestApp.app/Contents/MacOS/.empty with 100% similarity]
lldb/test/API/macosx/find-app-in-bundle/TestFindAppInBundle.py [moved from lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py with 100% similarity]
lldb/test/API/macosx/find-app-in-bundle/main.c [moved from lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/main.c with 100% similarity]
lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/Makefile [moved from lldb/packages/Python/lldbsuite/test/macosx/find-dsym/bundle-with-dot-in-filename/Makefile with 100% similarity]
lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/TestBundleWithDotInFilename.py [moved from lldb/packages/Python/lldbsuite/test/macosx/find-dsym/bundle-with-dot-in-filename/TestBundleWithDotInFilename.py with 100% similarity]
lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/bundle.c [moved from lldb/packages/Python/lldbsuite/test/macosx/find-dsym/bundle-with-dot-in-filename/bundle.c with 100% similarity]
lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/main.c [moved from lldb/packages/Python/lldbsuite/test/macosx/find-dsym/bundle-with-dot-in-filename/main.c with 100% similarity]
lldb/test/API/macosx/find-dsym/deep-bundle/Info.plist [moved from lldb/packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/Info.plist with 100% similarity]
lldb/test/API/macosx/find-dsym/deep-bundle/Makefile [moved from lldb/packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/Makefile with 100% similarity]
lldb/test/API/macosx/find-dsym/deep-bundle/MyFramework.h [moved from lldb/packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/MyFramework.h with 100% similarity]
lldb/test/API/macosx/find-dsym/deep-bundle/TestDeepBundle.py [moved from lldb/packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/TestDeepBundle.py with 100% similarity]
lldb/test/API/macosx/find-dsym/deep-bundle/main.c [moved from lldb/packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/main.c with 100% similarity]
lldb/test/API/macosx/find-dsym/deep-bundle/myframework.c [moved from lldb/packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/myframework.c with 100% similarity]
lldb/test/API/macosx/function-starts/Makefile [moved from lldb/packages/Python/lldbsuite/test/macosx/function-starts/Makefile with 100% similarity]
lldb/test/API/macosx/function-starts/TestFunctionStarts.py [moved from lldb/packages/Python/lldbsuite/test/macosx/function-starts/TestFunctionStarts.py with 100% similarity]
lldb/test/API/macosx/function-starts/main.cpp [moved from lldb/packages/Python/lldbsuite/test/macosx/function-starts/main.cpp with 100% similarity]
lldb/test/API/macosx/indirect_symbol/Makefile [moved from lldb/packages/Python/lldbsuite/test/macosx/indirect_symbol/Makefile with 100% similarity]
lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py [moved from lldb/packages/Python/lldbsuite/test/macosx/indirect_symbol/TestIndirectSymbols.py with 100% similarity]
lldb/test/API/macosx/indirect_symbol/alias.list [moved from lldb/packages/Python/lldbsuite/test/macosx/indirect_symbol/alias.list with 100% similarity]
lldb/test/API/macosx/indirect_symbol/indirect.c [moved from lldb/packages/Python/lldbsuite/test/macosx/indirect_symbol/indirect.c with 100% similarity]
lldb/test/API/macosx/indirect_symbol/main.c [moved from lldb/packages/Python/lldbsuite/test/macosx/indirect_symbol/main.c with 100% similarity]
lldb/test/API/macosx/indirect_symbol/reexport.c [moved from lldb/packages/Python/lldbsuite/test/macosx/indirect_symbol/reexport.c with 100% similarity]
lldb/test/API/macosx/lc-note/kern-ver-str/Makefile [moved from lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/Makefile with 100% similarity]
lldb/test/API/macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py [moved from lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py with 100% similarity]
lldb/test/API/macosx/lc-note/kern-ver-str/create-empty-corefile.cpp [moved from lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/create-empty-corefile.cpp with 100% similarity]
lldb/test/API/macosx/lc-note/kern-ver-str/main.c [moved from lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/main.c with 100% similarity]
lldb/test/API/macosx/load-kext/TestLoadKext.py [moved from lldb/packages/Python/lldbsuite/test/macosx/load-kext/TestLoadKext.py with 100% similarity]
lldb/test/API/macosx/load-kext/mykext.yaml [moved from lldb/packages/Python/lldbsuite/test/macosx/load-kext/mykext.yaml with 100% similarity]
lldb/test/API/macosx/macabi/Makefile [moved from lldb/packages/Python/lldbsuite/test/macosx/macabi/Makefile with 100% similarity]
lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py [moved from lldb/packages/Python/lldbsuite/test/macosx/macabi/TestMacABImacOSFramework.py with 100% similarity]
lldb/test/API/macosx/macabi/foo.c [moved from lldb/packages/Python/lldbsuite/test/macosx/macabi/foo.c with 100% similarity]
lldb/test/API/macosx/macabi/foo.h [moved from lldb/packages/Python/lldbsuite/test/macosx/macabi/foo.h with 100% similarity]
lldb/test/API/macosx/macabi/main.c [moved from lldb/packages/Python/lldbsuite/test/macosx/macabi/main.c with 100% similarity]
lldb/test/API/macosx/nslog/Makefile [moved from lldb/packages/Python/lldbsuite/test/macosx/nslog/Makefile with 100% similarity]
lldb/test/API/macosx/nslog/TestDarwinNSLogOutput.py [moved from lldb/packages/Python/lldbsuite/test/macosx/nslog/TestDarwinNSLogOutput.py with 100% similarity]
lldb/test/API/macosx/nslog/main.m [moved from lldb/packages/Python/lldbsuite/test/macosx/nslog/main.m with 100% similarity]
lldb/test/API/macosx/order/Makefile [moved from lldb/packages/Python/lldbsuite/test/macosx/order/Makefile with 100% similarity]
lldb/test/API/macosx/order/TestOrderFile.py [moved from lldb/packages/Python/lldbsuite/test/macosx/order/TestOrderFile.py with 100% similarity]
lldb/test/API/macosx/order/cmds.txt [moved from lldb/packages/Python/lldbsuite/test/macosx/order/cmds.txt with 100% similarity]
lldb/test/API/macosx/order/main.c [moved from lldb/packages/Python/lldbsuite/test/macosx/order/main.c with 100% similarity]
lldb/test/API/macosx/order/order-file [moved from lldb/packages/Python/lldbsuite/test/macosx/order/order-file with 100% similarity]
lldb/test/API/macosx/queues/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_disable/Makefile with 100% similarity]
lldb/test/API/macosx/queues/TestQueues.py [moved from lldb/packages/Python/lldbsuite/test/macosx/queues/TestQueues.py with 100% similarity]
lldb/test/API/macosx/queues/main.c [moved from lldb/packages/Python/lldbsuite/test/macosx/queues/main.c with 100% similarity]
lldb/test/API/macosx/safe-to-func-call/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/Makefile with 100% similarity]
lldb/test/API/macosx/safe-to-func-call/TestSafeFuncCalls.py [moved from lldb/packages/Python/lldbsuite/test/macosx/safe-to-func-call/TestSafeFuncCalls.py with 100% similarity]
lldb/test/API/macosx/safe-to-func-call/main.c [moved from lldb/packages/Python/lldbsuite/test/macosx/safe-to-func-call/main.c with 100% similarity]
lldb/test/API/macosx/thread-names/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/variable_out_of_scope/Makefile with 100% similarity]
lldb/test/API/macosx/thread-names/TestInterruptThreadNames.py [moved from lldb/packages/Python/lldbsuite/test/macosx/thread-names/TestInterruptThreadNames.py with 100% similarity]
lldb/test/API/macosx/thread-names/main.c [moved from lldb/packages/Python/lldbsuite/test/macosx/thread-names/main.c with 100% similarity]
lldb/test/API/macosx/universal/Makefile [moved from lldb/packages/Python/lldbsuite/test/macosx/universal/Makefile with 100% similarity]
lldb/test/API/macosx/universal/TestUniversal.py [moved from lldb/packages/Python/lldbsuite/test/macosx/universal/TestUniversal.py with 100% similarity]
lldb/test/API/macosx/universal/main.c [moved from lldb/packages/Python/lldbsuite/test/macosx/universal/main.c with 100% similarity]
lldb/test/API/macosx/version_zero/TestGetVersionZeroVersion.py [moved from lldb/packages/Python/lldbsuite/test/macosx/version_zero/TestGetVersionZeroVersion.py with 100% similarity]
lldb/test/API/macosx/version_zero/libDylib.dylib.yaml [moved from lldb/packages/Python/lldbsuite/test/macosx/version_zero/libDylib.dylib.yaml with 100% similarity]
lldb/test/API/python_api/.categories [moved from lldb/packages/Python/lldbsuite/test/python_api/.categories with 100% similarity]
lldb/test/API/python_api/breakpoint/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/step_over_watchpoint/Makefile with 100% similarity]
lldb/test/API/python_api/breakpoint/TestBreakpointAPI.py [moved from lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py with 100% similarity]
lldb/test/API/python_api/breakpoint/main.c [moved from lldb/packages/Python/lldbsuite/test/python_api/breakpoint/main.c with 100% similarity]
lldb/test/API/python_api/class_members/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/class_members/Makefile with 100% similarity]
lldb/test/API/python_api/class_members/TestSBTypeClassMembers.py [moved from lldb/packages/Python/lldbsuite/test/python_api/class_members/TestSBTypeClassMembers.py with 100% similarity]
lldb/test/API/python_api/class_members/main.mm [moved from lldb/packages/Python/lldbsuite/test/python_api/class_members/main.mm with 100% similarity]
lldb/test/API/python_api/debugger/TestDebuggerAPI.py [moved from lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py with 100% similarity]
lldb/test/API/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_address.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_address.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_block.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_block.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_breakpoint.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_breakpoint.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_breakpointlocation.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_breakpointlocation.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_breakpointname.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_breakpointname.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_broadcaster.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_broadcaster.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_communication.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_communication.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_compileunit.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_compileunit.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_debugger.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_debugger.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_error.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_error.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_event.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_event.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_filespec.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_filespec.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_frame.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_frame.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_function.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_function.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_instruction.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_instruction.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_instructionlist.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_instructionlist.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_lineentry.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_lineentry.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_listener.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_listener.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_module.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_module.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_process.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_process.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_process_info.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_process_info.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_section.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_section.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_stringlist.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_stringlist.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_symbol.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_symbol.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_symbolcontext.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_symbolcontext.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_target.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_target.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_thread.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_thread.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_type.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_type.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_value.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_value.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_valuelist.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_valuelist.py with 100% similarity]
lldb/test/API/python_api/default-constructor/sb_watchpoint.py [moved from lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_watchpoint.py with 100% similarity]
lldb/test/API/python_api/disassemble-raw-data/TestDisassembleRawData.py [moved from lldb/packages/Python/lldbsuite/test/python_api/disassemble-raw-data/TestDisassembleRawData.py with 100% similarity]
lldb/test/API/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py [moved from lldb/packages/Python/lldbsuite/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py with 100% similarity]
lldb/test/API/python_api/event/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/multi_watchpoint_slots/Makefile with 100% similarity]
lldb/test/API/python_api/event/TestEvents.py [moved from lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py with 100% similarity]
lldb/test/API/python_api/event/main.c [moved from lldb/packages/Python/lldbsuite/test/python_api/event/main.c with 100% similarity]
lldb/test/API/python_api/exprpath_synthetic/TestExprPathSynthetic.py [moved from lldb/packages/Python/lldbsuite/test/python_api/exprpath_synthetic/TestExprPathSynthetic.py with 100% similarity]
lldb/test/API/python_api/exprpath_synthetic/main.mm [moved from lldb/packages/Python/lldbsuite/test/python_api/exprpath_synthetic/main.mm with 100% similarity]
lldb/test/API/python_api/file_handle/TestFileHandle.py [moved from lldb/packages/Python/lldbsuite/test/python_api/file_handle/TestFileHandle.py with 100% similarity]
lldb/test/API/python_api/findvalue_duplist/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/Makefile with 100% similarity]
lldb/test/API/python_api/findvalue_duplist/TestSBFrameFindValue.py [moved from lldb/packages/Python/lldbsuite/test/python_api/findvalue_duplist/TestSBFrameFindValue.py with 100% similarity]
lldb/test/API/python_api/findvalue_duplist/main.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/findvalue_duplist/main.cpp with 100% similarity]
lldb/test/API/python_api/formatters/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/class_template_specialization_empty_pack/Makefile with 100% similarity]
lldb/test/API/python_api/formatters/TestFormattersSBAPI.py [moved from lldb/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py with 100% similarity]
lldb/test/API/python_api/formatters/main.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/formatters/main.cpp with 100% similarity]
lldb/test/API/python_api/formatters/synth.py [moved from lldb/packages/Python/lldbsuite/test/python_api/formatters/synth.py with 100% similarity]
lldb/test/API/python_api/frame/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchpoint/Makefile with 100% similarity]
lldb/test/API/python_api/frame/TestFrames.py [moved from lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py with 100% similarity]
lldb/test/API/python_api/frame/get-variables/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/settings/quoting/Makefile with 100% similarity]
lldb/test/API/python_api/frame/get-variables/TestGetVariables.py [moved from lldb/packages/Python/lldbsuite/test/python_api/frame/get-variables/TestGetVariables.py with 100% similarity]
lldb/test/API/python_api/frame/get-variables/main.c [moved from lldb/packages/Python/lldbsuite/test/python_api/frame/get-variables/main.c with 100% similarity]
lldb/test/API/python_api/frame/inlines/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/frame/inlines/Makefile with 100% similarity]
lldb/test/API/python_api/frame/inlines/TestInlinedFrame.py [moved from lldb/packages/Python/lldbsuite/test/python_api/frame/inlines/TestInlinedFrame.py with 100% similarity]
lldb/test/API/python_api/frame/inlines/inlines.c [moved from lldb/packages/Python/lldbsuite/test/python_api/frame/inlines/inlines.c with 100% similarity]
lldb/test/API/python_api/frame/inlines/inlines.h [moved from lldb/packages/Python/lldbsuite/test/lang/cpp/inlines/inlines.h with 100% similarity]
lldb/test/API/python_api/frame/main.c [moved from lldb/packages/Python/lldbsuite/test/python_api/frame/main.c with 100% similarity]
lldb/test/API/python_api/function_symbol/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/local-variable/Makefile with 100% similarity]
lldb/test/API/python_api/function_symbol/TestDisasmAPI.py [moved from lldb/packages/Python/lldbsuite/test/python_api/function_symbol/TestDisasmAPI.py with 100% similarity]
lldb/test/API/python_api/function_symbol/TestSymbolAPI.py [moved from lldb/packages/Python/lldbsuite/test/python_api/function_symbol/TestSymbolAPI.py with 100% similarity]
lldb/test/API/python_api/function_symbol/main.c [moved from lldb/packages/Python/lldbsuite/test/python_api/function_symbol/main.c with 100% similarity]
lldb/test/API/python_api/get-value-32bit-int/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/char/Makefile with 100% similarity]
lldb/test/API/python_api/get-value-32bit-int/TestGetValue32BitInt.py [moved from lldb/packages/Python/lldbsuite/test/python_api/get-value-32bit-int/TestGetValue32BitInt.py with 100% similarity]
lldb/test/API/python_api/get-value-32bit-int/main.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/get-value-32bit-int/main.cpp with 100% similarity]
lldb/test/API/python_api/hello_world/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/hello_world/Makefile with 100% similarity]
lldb/test/API/python_api/hello_world/TestHelloWorld.py [moved from lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py with 100% similarity]
lldb/test/API/python_api/hello_world/main.c [moved from lldb/packages/Python/lldbsuite/test/python_api/hello_world/main.c with 100% similarity]
lldb/test/API/python_api/interpreter/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-argument/Makefile with 100% similarity]
lldb/test/API/python_api/interpreter/TestCommandInterpreterAPI.py [moved from lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py with 100% similarity]
lldb/test/API/python_api/interpreter/TestRunCommandInterpreterAPI.py [moved from lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py with 100% similarity]
lldb/test/API/python_api/interpreter/main.c [moved from lldb/packages/Python/lldbsuite/test/python_api/interpreter/main.c with 100% similarity]
lldb/test/API/python_api/lldbutil/TestSwigVersion.py [moved from lldb/packages/Python/lldbsuite/test/python_api/lldbutil/TestSwigVersion.py with 100% similarity]
lldb/test/API/python_api/lldbutil/frame/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/lldbutil/frame/Makefile with 100% similarity]
lldb/test/API/python_api/lldbutil/frame/TestFrameUtils.py [moved from lldb/packages/Python/lldbsuite/test/python_api/lldbutil/frame/TestFrameUtils.py with 100% similarity]
lldb/test/API/python_api/lldbutil/frame/main.c [moved from lldb/packages/Python/lldbsuite/test/python_api/lldbutil/frame/main.c with 100% similarity]
lldb/test/API/python_api/lldbutil/iter/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/lldbutil/iter/Makefile with 100% similarity]
lldb/test/API/python_api/lldbutil/iter/TestLLDBIterator.py [moved from lldb/packages/Python/lldbsuite/test/python_api/lldbutil/iter/TestLLDBIterator.py with 100% similarity]
lldb/test/API/python_api/lldbutil/iter/TestRegistersIterator.py [moved from lldb/packages/Python/lldbsuite/test/python_api/lldbutil/iter/TestRegistersIterator.py with 100% similarity]
lldb/test/API/python_api/lldbutil/iter/main.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/lldbutil/iter/main.cpp with 100% similarity]
lldb/test/API/python_api/lldbutil/process/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/lldbutil/process/Makefile with 100% similarity]
lldb/test/API/python_api/lldbutil/process/TestPrintStackTraces.py [moved from lldb/packages/Python/lldbsuite/test/python_api/lldbutil/process/TestPrintStackTraces.py with 100% similarity]
lldb/test/API/python_api/lldbutil/process/main.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/lldbutil/process/main.cpp with 100% similarity]
lldb/test/API/python_api/module_section/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/module_section/Makefile with 100% similarity]
lldb/test/API/python_api/module_section/TestModuleAndSection.py [moved from lldb/packages/Python/lldbsuite/test/python_api/module_section/TestModuleAndSection.py with 100% similarity]
lldb/test/API/python_api/module_section/b.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/module_section/b.cpp with 100% similarity]
lldb/test/API/python_api/module_section/c.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/module_section/c.cpp with 100% similarity]
lldb/test/API/python_api/module_section/main.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/module_section/main.cpp with 100% similarity]
lldb/test/API/python_api/name_lookup/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/cast_int_to_anonymous_enum/Makefile with 100% similarity]
lldb/test/API/python_api/name_lookup/TestNameLookup.py [moved from lldb/packages/Python/lldbsuite/test/python_api/name_lookup/TestNameLookup.py with 100% similarity]
lldb/test/API/python_api/name_lookup/main.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/name_lookup/main.cpp with 100% similarity]
lldb/test/API/python_api/objc_type/Makefile [moved from lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/Makefile with 100% similarity]
lldb/test/API/python_api/objc_type/TestObjCType.py [moved from lldb/packages/Python/lldbsuite/test/python_api/objc_type/TestObjCType.py with 100% similarity]
lldb/test/API/python_api/objc_type/main.m [moved from lldb/packages/Python/lldbsuite/test/python_api/objc_type/main.m with 100% similarity]
lldb/test/API/python_api/process/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/call-function/Makefile with 100% similarity]
lldb/test/API/python_api/process/TestProcessAPI.py [moved from lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py with 100% similarity]
lldb/test/API/python_api/process/io/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/process/io/Makefile with 100% similarity]
lldb/test/API/python_api/process/io/TestProcessIO.py [moved from lldb/packages/Python/lldbsuite/test/python_api/process/io/TestProcessIO.py with 100% similarity]
lldb/test/API/python_api/process/io/main.c [moved from lldb/packages/Python/lldbsuite/test/python_api/process/io/main.c with 100% similarity]
lldb/test/API/python_api/process/main.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp with 100% similarity]
lldb/test/API/python_api/process/read-mem-cstring/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/process/read-mem-cstring/Makefile with 100% similarity]
lldb/test/API/python_api/process/read-mem-cstring/TestReadMemCString.py [moved from lldb/packages/Python/lldbsuite/test/python_api/process/read-mem-cstring/TestReadMemCString.py with 100% similarity]
lldb/test/API/python_api/process/read-mem-cstring/main.c [moved from lldb/packages/Python/lldbsuite/test/python_api/process/read-mem-cstring/main.c with 100% similarity]
lldb/test/API/python_api/sbdata/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/argument_passing_restrictions/Makefile with 100% similarity]
lldb/test/API/python_api/sbdata/TestSBData.py [moved from lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py with 100% similarity]
lldb/test/API/python_api/sbdata/main.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/sbdata/main.cpp with 100% similarity]
lldb/test/API/python_api/sblaunchinfo/TestSBLaunchInfo.py [moved from lldb/packages/Python/lldbsuite/test/python_api/sblaunchinfo/TestSBLaunchInfo.py with 100% similarity]
lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py [moved from lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py with 100% similarity]
lldb/test/API/python_api/sbtype_typeclass/TestSBTypeTypeClass.py [moved from lldb/packages/Python/lldbsuite/test/python_api/sbtype_typeclass/TestSBTypeTypeClass.py with 100% similarity]
lldb/test/API/python_api/sbtype_typeclass/main.m [moved from lldb/packages/Python/lldbsuite/test/python_api/sbtype_typeclass/main.m with 100% similarity]
lldb/test/API/python_api/sbvalue_const_addrof/TestSBValueConstAddrOf.py [moved from lldb/packages/Python/lldbsuite/test/python_api/sbvalue_const_addrof/TestSBValueConstAddrOf.py with 100% similarity]
lldb/test/API/python_api/sbvalue_const_addrof/main.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/sbvalue_const_addrof/main.cpp with 100% similarity]
lldb/test/API/python_api/sbvalue_persist/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/anonymous-struct/Makefile with 100% similarity]
lldb/test/API/python_api/sbvalue_persist/TestSBValuePersist.py [moved from lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/TestSBValuePersist.py with 100% similarity]
lldb/test/API/python_api/sbvalue_persist/main.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/main.cpp with 100% similarity]
lldb/test/API/python_api/section/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/complicated-expression/Makefile with 100% similarity]
lldb/test/API/python_api/section/TestSectionAPI.py [moved from lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py with 100% similarity]
lldb/test/API/python_api/section/main.c [moved from lldb/packages/Python/lldbsuite/test/python_api/section/main.c with 100% similarity]
lldb/test/API/python_api/signals/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/disassemble/basic/Makefile with 100% similarity]
lldb/test/API/python_api/signals/TestSignalsAPI.py [moved from lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py with 100% similarity]
lldb/test/API/python_api/signals/main.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp with 100% similarity]
lldb/test/API/python_api/symbol-context/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/array/Makefile with 100% similarity]
lldb/test/API/python_api/symbol-context/TestSymbolContext.py [moved from lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py with 100% similarity]
lldb/test/API/python_api/symbol-context/main.c [moved from lldb/packages/Python/lldbsuite/test/python_api/symbol-context/main.c with 100% similarity]
lldb/test/API/python_api/symbol-context/two-files/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/Makefile with 100% similarity]
lldb/test/API/python_api/symbol-context/two-files/TestSymbolContextTwoFiles.py [moved from lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/TestSymbolContextTwoFiles.py with 100% similarity]
lldb/test/API/python_api/symbol-context/two-files/decls.h [moved from lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/decls.h with 100% similarity]
lldb/test/API/python_api/symbol-context/two-files/file1.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/file1.cpp with 100% similarity]
lldb/test/API/python_api/symbol-context/two-files/file2.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/file2.cpp with 100% similarity]
lldb/test/API/python_api/target/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/save_jit_objects/Makefile with 100% similarity]
lldb/test/API/python_api/target/TestTargetAPI.py [moved from lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py with 100% similarity]
lldb/test/API/python_api/target/main.c [moved from lldb/packages/Python/lldbsuite/test/python_api/target/main.c with 100% similarity]
lldb/test/API/python_api/thread/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/thread/Makefile with 100% similarity]
lldb/test/API/python_api/thread/TestThreadAPI.py [moved from lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py with 100% similarity]
lldb/test/API/python_api/thread/main.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp with 100% similarity]
lldb/test/API/python_api/thread/main2.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp with 100% similarity]
lldb/test/API/python_api/type/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/command/script/Makefile with 100% similarity]
lldb/test/API/python_api/type/TestTypeList.py [moved from lldb/packages/Python/lldbsuite/test/python_api/type/TestTypeList.py with 100% similarity]
lldb/test/API/python_api/type/main.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/type/main.cpp with 100% similarity]
lldb/test/API/python_api/value/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/radar_9673664/Makefile with 100% similarity]
lldb/test/API/python_api/value/TestValueAPI.py [moved from lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py with 100% similarity]
lldb/test/API/python_api/value/change_values/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/radar_9531204/Makefile with 100% similarity]
lldb/test/API/python_api/value/change_values/TestChangeValueAPI.py [moved from lldb/packages/Python/lldbsuite/test/python_api/value/change_values/TestChangeValueAPI.py with 100% similarity]
lldb/test/API/python_api/value/change_values/main.c [moved from lldb/packages/Python/lldbsuite/test/python_api/value/change_values/main.c with 100% similarity]
lldb/test/API/python_api/value/empty_class/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/command/nested_alias/Makefile with 100% similarity]
lldb/test/API/python_api/value/empty_class/TestValueAPIEmptyClass.py [moved from lldb/packages/Python/lldbsuite/test/python_api/value/empty_class/TestValueAPIEmptyClass.py with 100% similarity]
lldb/test/API/python_api/value/empty_class/main.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/value/empty_class/main.cpp with 100% similarity]
lldb/test/API/python_api/value/linked_list/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/apropos/with-process/Makefile with 100% similarity]
lldb/test/API/python_api/value/linked_list/TestValueAPILinkedList.py [moved from lldb/packages/Python/lldbsuite/test/python_api/value/linked_list/TestValueAPILinkedList.py with 100% similarity]
lldb/test/API/python_api/value/linked_list/main.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/value/linked_list/main.cpp with 100% similarity]
lldb/test/API/python_api/value/main.c [moved from lldb/packages/Python/lldbsuite/test/python_api/value/main.c with 100% similarity]
lldb/test/API/python_api/value_var_update/Makefile [moved from lldb/packages/Python/lldbsuite/test/python_api/value_var_update/Makefile with 100% similarity]
lldb/test/API/python_api/value_var_update/TestValueVarUpdate.py [moved from lldb/packages/Python/lldbsuite/test/python_api/value_var_update/TestValueVarUpdate.py with 100% similarity]
lldb/test/API/python_api/value_var_update/main.c [moved from lldb/packages/Python/lldbsuite/test/python_api/value_var_update/main.c with 100% similarity]
lldb/test/API/python_api/watchpoint/.categories [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/.categories with 100% similarity]
lldb/test/API/python_api/watchpoint/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/radar_8638051/Makefile with 100% similarity]
lldb/test/API/python_api/watchpoint/TestSetWatchpoint.py [moved from lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestSetWatchpoint.py with 100% similarity]
lldb/test/API/python_api/watchpoint/TestWatchpointIgnoreCount.py [moved from lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestWatchpointIgnoreCount.py with 100% similarity]
lldb/test/API/python_api/watchpoint/TestWatchpointIter.py [moved from lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestWatchpointIter.py with 100% similarity]
lldb/test/API/python_api/watchpoint/condition/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/Makefile with 100% similarity]
lldb/test/API/python_api/watchpoint/condition/TestWatchpointConditionAPI.py [moved from lldb/packages/Python/lldbsuite/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py with 100% similarity]
lldb/test/API/python_api/watchpoint/condition/main.cpp [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/condition/main.cpp with 100% similarity]
lldb/test/API/python_api/watchpoint/main.c [moved from lldb/packages/Python/lldbsuite/test/python_api/watchpoint/main.c with 100% similarity]
lldb/test/API/python_api/watchpoint/watchlocation/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchlocation/Makefile with 100% similarity]
lldb/test/API/python_api/watchpoint/watchlocation/TestSetWatchlocation.py [moved from lldb/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py with 100% similarity]
lldb/test/API/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py [moved from lldb/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py with 100% similarity]
lldb/test/API/python_api/watchpoint/watchlocation/main.cpp [moved from lldb/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/main.cpp with 100% similarity]
lldb/test/API/sample_test/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/dont_allow_jit/Makefile with 100% similarity]
lldb/test/API/sample_test/TestSampleInlineTest.py [moved from lldb/packages/Python/lldbsuite/test/sample_test/TestSampleInlineTest.py with 100% similarity]
lldb/test/API/sample_test/TestSampleTest.py [moved from lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py with 100% similarity]
lldb/test/API/sample_test/main.c [moved from lldb/packages/Python/lldbsuite/test/sample_test/main.c with 100% similarity]
lldb/test/API/sanity/TestModuleCacheSanity.py [moved from lldb/packages/Python/lldbsuite/test/sanity/TestModuleCacheSanity.py with 100% similarity]
lldb/test/API/source-manager/Makefile [moved from lldb/packages/Python/lldbsuite/test/source-manager/Makefile with 100% similarity]
lldb/test/API/source-manager/TestSourceManager.py [moved from lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py with 100% similarity]
lldb/test/API/source-manager/hidden/.keep [moved from lldb/packages/Python/lldbsuite/test/source-manager/hidden/.keep with 100% similarity]
lldb/test/API/source-manager/main.c [moved from lldb/packages/Python/lldbsuite/test/source-manager/main.c with 100% similarity]
lldb/test/API/terminal/TestEditline.py [moved from lldb/packages/Python/lldbsuite/test/terminal/TestEditline.py with 100% similarity]
lldb/test/API/terminal/TestSTTYBeforeAndAfter.py [moved from lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py with 100% similarity]
lldb/test/API/test_runner/test/__init__.py [moved from lldb/packages/Python/lldbsuite/test/test_runner/test/__init__.py with 100% similarity]
lldb/test/API/test_runner/test/inferior.py [moved from lldb/packages/Python/lldbsuite/test/test_runner/test/inferior.py with 100% similarity]
lldb/test/API/test_runner/test/test_process_control.py [moved from lldb/packages/Python/lldbsuite/test/test_runner/test/test_process_control.py with 100% similarity]
lldb/test/API/testcases [deleted symlink]
lldb/test/API/tools/lldb-server/.clang-format [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/.clang-format with 100% similarity]
lldb/test/API/tools/lldb-server/Makefile [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/Makefile with 100% similarity]
lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestAppleSimulatorOSType.py with 100% similarity]
lldb/test/API/tools/lldb-server/TestGdbRemoteAttach.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteAttach.py with 100% similarity]
lldb/test/API/tools/lldb-server/TestGdbRemoteAuxvSupport.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteAuxvSupport.py with 100% similarity]
lldb/test/API/tools/lldb-server/TestGdbRemoteExitCode.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteExitCode.py with 100% similarity]
lldb/test/API/tools/lldb-server/TestGdbRemoteExpeditedRegisters.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteExpeditedRegisters.py with 100% similarity]
lldb/test/API/tools/lldb-server/TestGdbRemoteHostInfo.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py with 100% similarity]
lldb/test/API/tools/lldb-server/TestGdbRemoteKill.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteKill.py with 100% similarity]
lldb/test/API/tools/lldb-server/TestGdbRemoteModuleInfo.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteModuleInfo.py with 100% similarity]
lldb/test/API/tools/lldb-server/TestGdbRemoteProcessInfo.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py with 100% similarity]
lldb/test/API/tools/lldb-server/TestGdbRemoteRegisterState.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteRegisterState.py with 100% similarity]
lldb/test/API/tools/lldb-server/TestGdbRemoteSingleStep.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteSingleStep.py with 100% similarity]
lldb/test/API/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py with 100% similarity]
lldb/test/API/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py with 100% similarity]
lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_vCont.py with 100% similarity]
lldb/test/API/tools/lldb-server/TestGdbRemote_vContThreads.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_vContThreads.py with 100% similarity]
lldb/test/API/tools/lldb-server/TestLldbGdbServer.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py with 100% similarity]
lldb/test/API/tools/lldb-server/commandline/TestStubReverseConnect.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py with 100% similarity]
lldb/test/API/tools/lldb-server/commandline/TestStubSetSID.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubSetSID.py with 100% similarity]
lldb/test/API/tools/lldb-server/inferior-crash/Makefile [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/Makefile with 100% similarity]
lldb/test/API/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py with 100% similarity]
lldb/test/API/tools/lldb-server/inferior-crash/TestGdbRemoteSegFault.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/TestGdbRemoteSegFault.py with 100% similarity]
lldb/test/API/tools/lldb-server/inferior-crash/main.cpp [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/main.cpp with 100% similarity]
lldb/test/API/tools/lldb-server/libraries-svr4/Makefile [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4/Makefile with 100% similarity]
lldb/test/API/tools/lldb-server/libraries-svr4/TestGdbRemoteLibrariesSvr4Support.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4/TestGdbRemoteLibrariesSvr4Support.py with 100% similarity]
lldb/test/API/tools/lldb-server/libraries-svr4/main.cpp [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4/main.cpp with 100% similarity]
lldb/test/API/tools/lldb-server/libraries-svr4/svr4lib_a.cpp [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4/svr4lib_a.cpp with 100% similarity]
lldb/test/API/tools/lldb-server/libraries-svr4/svr4lib_b_quote.cpp [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4/svr4lib_b_quote.cpp with 100% similarity]
lldb/test/API/tools/lldb-server/main.cpp [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/main.cpp with 100% similarity]
lldb/test/API/tools/lldb-server/platform-process-connect/Makefile [moved from lldb/packages/Python/lldbsuite/test/benchmarks/libcxxmap/Makefile with 100% similarity]
lldb/test/API/tools/lldb-server/platform-process-connect/TestPlatformProcessConnect.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/platform-process-connect/TestPlatformProcessConnect.py with 100% similarity]
lldb/test/API/tools/lldb-server/platform-process-connect/main.cpp [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/platform-process-connect/main.cpp with 100% similarity]
lldb/test/API/tools/lldb-server/register-reading/Makefile [moved from lldb/packages/Python/lldbsuite/test/benchmarks/libcxxlist/Makefile with 100% similarity]
lldb/test/API/tools/lldb-server/register-reading/TestGdbRemoteGPacket.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/register-reading/TestGdbRemoteGPacket.py with 100% similarity]
lldb/test/API/tools/lldb-server/register-reading/main.cpp [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/register-reading/main.cpp with 100% similarity]
lldb/test/API/tools/lldb-server/signal-filtering/Makefile [moved from lldb/packages/Python/lldbsuite/test/benchmarks/expression/Makefile with 100% similarity]
lldb/test/API/tools/lldb-server/signal-filtering/TestGdbRemote_QPassSignals.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/signal-filtering/TestGdbRemote_QPassSignals.py with 100% similarity]
lldb/test/API/tools/lldb-server/signal-filtering/main.cpp [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/signal-filtering/main.cpp with 100% similarity]
lldb/test/API/tools/lldb-server/test/test_lldbgdbserverutils.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/test/test_lldbgdbserverutils.py with 100% similarity]
lldb/test/API/tools/lldb-server/thread-name/Makefile [moved from lldb/packages/Python/lldbsuite/test/api/multithreaded/Makefile with 100% similarity]
lldb/test/API/tools/lldb-server/thread-name/TestGdbRemoteThreadName.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name/TestGdbRemoteThreadName.py with 100% similarity]
lldb/test/API/tools/lldb-server/thread-name/main.cpp [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name/main.cpp with 100% similarity]
lldb/test/API/tools/lldb-vscode/.categories [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/.categories with 100% similarity]
lldb/test/API/tools/lldb-vscode/attach/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/persistent_variables/Makefile with 100% similarity]
lldb/test/API/tools/lldb-vscode/attach/TestVSCode_attach.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/attach/TestVSCode_attach.py with 100% similarity]
lldb/test/API/tools/lldb-vscode/attach/main.c [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/attach/main.c with 100% similarity]
lldb/test/API/tools/lldb-vscode/breakpoint/Makefile [moved from lldb/packages/Python/lldbsuite/test/benchmarks/continue/Makefile with 100% similarity]
lldb/test/API/tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py with 100% similarity]
lldb/test/API/tools/lldb-vscode/breakpoint/TestVSCode_setExceptionBreakpoints.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setExceptionBreakpoints.py with 100% similarity]
lldb/test/API/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py with 100% similarity]
lldb/test/API/tools/lldb-vscode/breakpoint/main.cpp [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/main.cpp with 100% similarity]
lldb/test/API/tools/lldb-vscode/completions/Makefile [moved from lldb/packages/Python/lldbsuite/test/api/command-return-object/Makefile with 100% similarity]
lldb/test/API/tools/lldb-vscode/completions/TestVSCode_completions.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/completions/TestVSCode_completions.py with 100% similarity]
lldb/test/API/tools/lldb-vscode/completions/main.cpp [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/completions/main.cpp with 100% similarity]
lldb/test/API/tools/lldb-vscode/launch/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/persistent_types/Makefile with 100% similarity]
lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/TestVSCode_launch.py with 100% similarity]
lldb/test/API/tools/lldb-vscode/launch/main.c [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/main.c with 100% similarity]
lldb/test/API/tools/lldb-vscode/stackTrace/Makefile [moved from lldb/packages/Python/lldbsuite/test/commands/expression/entry-bp/Makefile with 100% similarity]
lldb/test/API/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py with 100% similarity]
lldb/test/API/tools/lldb-vscode/stackTrace/main.c [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/main.c with 100% similarity]
lldb/test/API/tools/lldb-vscode/step/Makefile [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/step/Makefile with 100% similarity]
lldb/test/API/tools/lldb-vscode/step/TestVSCode_step.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/step/TestVSCode_step.py with 100% similarity]
lldb/test/API/tools/lldb-vscode/step/main.cpp [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/step/main.cpp with 100% similarity]
lldb/test/API/tools/lldb-vscode/variables/Makefile [moved from lldb/packages/Python/lldbsuite/test/api/check_public_api_headers/Makefile with 100% similarity]
lldb/test/API/tools/lldb-vscode/variables/TestVSCode_variables.py [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/variables/TestVSCode_variables.py with 100% similarity]
lldb/test/API/tools/lldb-vscode/variables/main.cpp [moved from lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/variables/main.cpp with 100% similarity]
lldb/test/API/types/AbstractBase.py [moved from lldb/packages/Python/lldbsuite/test/types/AbstractBase.py with 100% similarity]
lldb/test/API/types/HideTestFailures.py [moved from lldb/packages/Python/lldbsuite/test/types/HideTestFailures.py with 100% similarity]
lldb/test/API/types/Makefile [moved from lldb/packages/Python/lldbsuite/test/types/Makefile with 100% similarity]
lldb/test/API/types/TestCharType.py [moved from lldb/packages/Python/lldbsuite/test/types/TestCharType.py with 100% similarity]
lldb/test/API/types/TestCharTypeExpr.py [moved from lldb/packages/Python/lldbsuite/test/types/TestCharTypeExpr.py with 100% similarity]
lldb/test/API/types/TestDoubleTypes.py [moved from lldb/packages/Python/lldbsuite/test/types/TestDoubleTypes.py with 100% similarity]
lldb/test/API/types/TestDoubleTypesExpr.py [moved from lldb/packages/Python/lldbsuite/test/types/TestDoubleTypesExpr.py with 100% similarity]
lldb/test/API/types/TestFloatTypes.py [moved from lldb/packages/Python/lldbsuite/test/types/TestFloatTypes.py with 100% similarity]
lldb/test/API/types/TestFloatTypesExpr.py [moved from lldb/packages/Python/lldbsuite/test/types/TestFloatTypesExpr.py with 100% similarity]
lldb/test/API/types/TestIntegerType.py [moved from lldb/packages/Python/lldbsuite/test/types/TestIntegerType.py with 100% similarity]
lldb/test/API/types/TestIntegerTypeExpr.py [moved from lldb/packages/Python/lldbsuite/test/types/TestIntegerTypeExpr.py with 100% similarity]
lldb/test/API/types/TestLongTypes.py [moved from lldb/packages/Python/lldbsuite/test/types/TestLongTypes.py with 100% similarity]
lldb/test/API/types/TestLongTypesExpr.py [moved from lldb/packages/Python/lldbsuite/test/types/TestLongTypesExpr.py with 100% similarity]
lldb/test/API/types/TestRecursiveTypes.py [moved from lldb/packages/Python/lldbsuite/test/types/TestRecursiveTypes.py with 100% similarity]
lldb/test/API/types/TestShortType.py [moved from lldb/packages/Python/lldbsuite/test/types/TestShortType.py with 100% similarity]
lldb/test/API/types/TestShortTypeExpr.py [moved from lldb/packages/Python/lldbsuite/test/types/TestShortTypeExpr.py with 100% similarity]
lldb/test/API/types/basic_type.cpp [moved from lldb/packages/Python/lldbsuite/test/types/basic_type.cpp with 100% similarity]
lldb/test/API/types/char.cpp [moved from lldb/packages/Python/lldbsuite/test/types/char.cpp with 100% similarity]
lldb/test/API/types/double.cpp [moved from lldb/packages/Python/lldbsuite/test/types/double.cpp with 100% similarity]
lldb/test/API/types/float.cpp [moved from lldb/packages/Python/lldbsuite/test/types/float.cpp with 100% similarity]
lldb/test/API/types/int.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/int.cpp with 100% similarity]
lldb/test/API/types/long.cpp [moved from lldb/packages/Python/lldbsuite/test/types/long.cpp with 100% similarity]
lldb/test/API/types/long_long.cpp [moved from lldb/packages/Python/lldbsuite/test/types/long_long.cpp with 100% similarity]
lldb/test/API/types/recursive_type_1.cpp [moved from lldb/packages/Python/lldbsuite/test/types/recursive_type_1.cpp with 100% similarity]
lldb/test/API/types/recursive_type_2.cpp [moved from lldb/packages/Python/lldbsuite/test/types/recursive_type_2.cpp with 100% similarity]
lldb/test/API/types/recursive_type_main.cpp [moved from lldb/packages/Python/lldbsuite/test/types/recursive_type_main.cpp with 100% similarity]
lldb/test/API/types/short.cpp [moved from lldb/packages/Python/lldbsuite/test/types/short.cpp with 100% similarity]
lldb/test/API/types/unsigned_char.cpp [moved from lldb/packages/Python/lldbsuite/test/types/unsigned_char.cpp with 100% similarity]
lldb/test/API/types/unsigned_int.cpp [moved from lldb/packages/Python/lldbsuite/test/types/unsigned_int.cpp with 100% similarity]
lldb/test/API/types/unsigned_long.cpp [moved from lldb/packages/Python/lldbsuite/test/types/unsigned_long.cpp with 100% similarity]
lldb/test/API/types/unsigned_long_long.cpp [moved from lldb/packages/Python/lldbsuite/test/types/unsigned_long_long.cpp with 100% similarity]
lldb/test/API/types/unsigned_short.cpp [moved from lldb/packages/Python/lldbsuite/test/types/unsigned_short.cpp with 100% similarity]