In #54004 I discovered that lldb tests are only run on macOS: ``` return if builder.config.build.contains("apple") { ... ``` I think it would be better to test `lldb` and `gdb` based on availability, not build OS.
In #54004 I discovered that lldb tests are only run on macOS:
I think it would be better to test
lldbandgdbbased on availability, not build OS.