> Looks like gdb and lldb both have issues with C++ local types (either
> types defined in anonymous namespaces, or otherwise localized - eg: a
> non-local template with a local type or variable in one of its
> parameters). 
> ...
> So... what could/should we do about this?

Do you have a strong argument for why these are not debugger bugs?
It sounds to me like gdb/lldb are handling anonymous namespaces
incorrectly, in effect treating their contents as global rather than 
CU-local.

--paulr

_______________________________________________
Dwarf-Discuss mailing list
Dwarf-Discuss@lists.dwarfstd.org
http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org

Reply via email to