One more short question, as you seem to be much more familiar with the
code than me. Maybe you have an idea?
In the unit test I prepared, I didn't manage to cover this line in
Symtab::InitNameIndexes():
https://github.com/llvm-mirror/lldb/blob/master/source/Symbol/Symtab.cpp#L348
With both demang
On Wed, 25 Jul 2018 at 19:15, Stefan Gränitz wrote:
> > right now the Symtab class builds a table containing all
> > demangled names. This is mostly unnecessary, and
> What exact table are you referring to here? The m_name_to_index map does
> store both, demangled and mangled strings. Not sure to