As discussed on lldb-dev, this patch moves some LLDB tests into a hierarchy that more closely
resembles the commands we use in the LLDB interpreter. This patch should only move tests
that use the command interpreter and shouldn't touch any tests that primarily test the SB API.
Details
Details
- Reviewers
jfb JDevlieghere jdoerfert - Group Reviewers
Restricted Project - Commits
- rG29872606d220: [lldb] Restructure test folders to match LLDB command hierarchy
rLLDB370605: [lldb] Restructure test folders to match LLDB command hierarchy
rL370605: [lldb] Restructure test folders to match LLDB command hierarchy
Diff Detail
Diff Detail
- Repository
- rL LLVM