You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compiletest: Use PYTHONPATH for lldb too, not only gdb
That allows you to e.g. run debuginfo tests with lldb-15 on Ubuntu 24.04 like this:
sudo apt install lldb-15 python3-six
PYTHONPATH=/usr/lib/python3/dist-packages ./x --set build.lldb=lldb-15 test tests/debuginfo/basic-stepping.rs
0 commit comments