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

2020-07-22 Thread trass3r at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80490 Trass3r changed: What|Removed |Added CC||trass3r at gmail dot com --- Comment #6 from T

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

2017-12-31 Thread jeanmichael.celerier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80490 --- Comment #5 from Jean-Michaël Celerier --- That's still the case with G++ 7.2.1 and GDB 8.0.1.

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

2017-04-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80490 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

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

2017-04-24 Thread jeanmichael.celerier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80490 --- Comment #3 from Jean-Michaël Celerier --- Okay, I reported on their bug tracker. I guess this issue can be closed ?

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

2017-04-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80490 --- Comment #2 from Richard Biener --- The DWARF in the dwo looks ok to me so this is a gdb bug. gdb only knows f and g in ossia::...

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

2017-04-22 Thread jeanmichael.celerier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80490 --- Comment #1 from Jean-Michaël Celerier --- 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* se