Re: [Dwarf-Discuss] CU-local types

2022-05-18 Thread Robinson, Paul via Dwarf-Discuss
> 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 ar

Re: [Dwarf-Discuss] CU-local types

2022-05-18 Thread David Blaikie via Dwarf-Discuss
On Wed, May 18, 2022 at 4:16 AM Robinson, Paul wrote: > > > 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). > > ... >