[lldb][test] Add test for chained PCH debugging (#83582)
Adds a test-case for debugging a program with a pch chain, that is, the main executable depends on a pch that itself included another pch. Currently clang doesn't emit the sekeleton CUs required for LLDB to track all types on the pch chain. Thus this test is XFAILed for now.
parent
e6dff54f
Please register or sign in to comment