conda-forge / ctng-compilers-feedstock

A conda-smithy repository for ctng-compilers.
BSD 3-Clause "New" or "Revised" License
12 stars 25 forks source link

Debug symbols for libstdc++ in gxx_impl_linux-64 #125

Open mikev-junimo opened 4 months ago

mikev-junimo commented 4 months ago

Comment:

Hi,

I'm using clang as a compiler (from the clangxx conda package) and also include gxx_impl_linux-64 in my environment to link against libstdc++. Unfortunately, I cannot see proper pretty printers for stdlib types when debugging the binary with gdb.

Usually distros will provide a *-dbgsym package for these, but I'm not sure how to get them from conda-forge.

Note that there's also #105 so I'm not sure if my issue is the same, or only related (since clang and gcc may have different behavior here).

Appreciate all the help!

mikev-junimo commented 3 months ago

@isuruf any chance if I'm wrong here about the debug symbols?