[lldb-dev] PDB symbol reader supports C++ only?
Tom Tromey via lldb-dev
lldb-dev at lists.llvm.org
Mon Aug 27 06:32:34 PDT 2018
>>>>> "Vadim" == Vadim Chugunov via lldb-dev <lldb-dev at lists.llvm.org> writes:
Vadim> Would you mind going into a bit more detail on what sort of
Vadim> problems an unknown language could cause? I'd like to understand
Vadim> the issue before jumping in to fix anything. AFAIK, in the case
Vadim> of DWARF symbols, debug info for unknown languages is still used,
Vadim> so it wouldn't be the first for LLDB...
LLDB checks for DW_LANG_Rust and uses the C++ plugin in this case.
The Rust lldb (https://github.com/rust-lang-nursery/lldb/commits/rust-release-70)
removes this.
If you get something working, let me know. I'd like to incorporate it
into the Rust lldb.
Tom
More information about the lldb-dev
mailing list