On Tuesday, 3 September 2013 at 15:41:29 UTC, Wyatt wrote:
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
When you look at gdb source code, it isn't that surprising at the
end. It is basically dmd power 10.