This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/80490] -gsplit-dwarf: top namespace info seems to be lost in GDB


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80490

--- Comment #1 from Jean-Michaël Celerier <jeanmichael.celerier at gmail dot com> ---
Also: 

* When compiling this way with GCC (with just -g instead of -ggdb) I am not
able to debug with lldb
* When compiling with the same arguments with clang++, I am able to debug with
lldb *and* see the correct types, but with gdb I see the (anonymous
namespace):: stuff.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]