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
I wonder if it's possible to have a pre-release for codelldb where the codelldb's bundled LLDB upgraded to v19, prior to Rust 1.82.0 release?
I suspect the LLVM v19 have some breaking changes?
I tried compiling the same Rust code on Rust 1.81 and Rust 1.82 and debug both with the latest codelldb v1.10 but the variable inspection seems broken on Rust 1.82:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey @vadimcn, thank you for the amazing project!!
As part of upcoming Rust 1.82.0 release on 17 October, Rust will depends on LLVM v19.1.
I wonder if it's possible to have a pre-release for codelldb where the codelldb's bundled LLDB upgraded to v19, prior to Rust 1.82.0 release?
I suspect the LLVM v19 have some breaking changes?
I tried compiling the same Rust code on Rust 1.81 and Rust 1.82 and debug both with the latest codelldb v1.10 but the variable inspection seems broken on Rust 1.82:
On
rustc 1.81.0 (eeb90cda1 2024-09-04)
On
rustc 1.82.0-beta.5 (6a3b69c6b 2024-09-27)
Thanks!!
CC @tyt2y3
Beta Was this translation helpful? Give feedback.
All reactions