mozilla / dump_syms

Rewrite of breakpad dump_syms tools in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Never emit `INLINE_ORIGIN` directives without a name

gabrielesvelto opened this issue · comments

This is somewhat similar to when we emit symbols lacking a name, however in that case the name is an option and set to None while for inlinees we get an empty string.