lldb-test: Add ability to dump subsections
authorPavel Labath <pavel@labath.sk>
Wed, 12 Dec 2018 12:35:25 +0000 (12:35 +0000)
committerPavel Labath <pavel@labath.sk>
Wed, 12 Dec 2018 12:35:25 +0000 (12:35 +0000)
commit280d2e8179eb4510349b97b57474356a4782c463
treefff20369ed8ab1bbc5888061278f6fff498aefb5
parentbe77a9846dff41262c1fdef0d533611d8f0ad8e2
lldb-test: Add ability to dump subsections

Previously, lldb-test would only print top-level sections. However, in
lldb, sections can contain other sections. This teaches lldb-test to
print nested sections too.

llvm-svn: 348924
lldb/lit/Modules/MachO/subsections.yaml [new file with mode: 0644]
lldb/tools/lldb-test/lldb-test.cpp