LLDB cannot show backtrace at rust_begin_unwind
#8543
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
rust_begin_unwind
#8543
When using LLDB to debug rust, breaking on
rust_begin_unwind
only provides the following backtrace:GDB is able to show the full stack.
I believe LLDB uses a different method of generating a backtrace than GDB, one that is considered much safer, but is also more sensitive. However I don't know the details.
Unfortunately, this is going to become a big issue for anyone using Rust on OS X, as the upcoming version of the developer tools (Xcode 5) is dropping GDB (and GCC) entirely.
The text was updated successfully, but these errors were encountered: