rust-lang / lldb

No longer used, use https://github.com/rust-lang/llvm-project instead
Other
14 stars 6 forks source link

Read template parameters in DWARFASTParserRust #5

Closed tromey closed 5 years ago

tromey commented 6 years ago

In some cases rustc will emit DW_TAG_template_type_param, but currently DWARFASTParserRust ignores these.

tromey commented 5 years ago

I'm implementing this for struct types now, but I still haven't done so for functions.

tromey commented 5 years ago

This works but requires https://github.com/rust-lang/rust/pull/55010