Use working debugger for debuginfo tests #109262
Labels
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Currently, bootstrap/compiletest use a system debugger (like gdb or lldb) for debuginfo tests. People have very different setups and sometimes their system debugger simply doesn't work for the tests.
We shouldn't be using random system tools for the test suite unless we know that they work.
The debuginfo tests should just always download and use one that works. This needs some figuring out what the right one for that would be and where to get it from (do we have LLDB builds in our CI?).
The text was updated successfully, but these errors were encountered: