On Monday, 2 September 2013 at 03:47:56 UTC, H. S. Teoh wrote:

My guess is that gdb actually uses a superset of Dwarf, with its own
idiosyncratic extensions that only gcc knows about.

This isn't terribly surprising, though ostensibly it shouldn't be doing that unless you use the -ggdb switches[0] (For C, I do actually use -ggdb3 for the macro expansion).

-Wyatt

[0] http://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html

Reply via email to