View previous topic :: View next topic |
Author |
Message |
Mihail Zenkov
Joined: 24 Apr 2008 Posts: 6
|
|
Back to top |
|
|
neri
Joined: 17 Jun 2008 Posts: 1
|
Posted: Thu Jun 19, 2008 11:08 am Post subject: Re: New patch |
|
|
Just wanna say thanks for the work, highly appreciated!
I wonder if you might get access to commit it to the svn
-neri |
|
Back to top |
|
|
Mihail Zenkov
Joined: 24 Apr 2008 Posts: 6
|
Posted: Thu Jun 26, 2008 4:44 pm Post subject: |
|
|
Done. Thanks! |
|
Back to top |
|
|
zhus
Joined: 24 Jul 2008 Posts: 1
|
Posted: Thu Jul 24, 2008 4:19 pm Post subject: |
|
|
I can not build gdb on Ubuntu 8 because prevu build system turns warnings to errors and compiling fails in extractidentifiers function (d-lang.c, line 68 ). I am not professional programmer, bu may be type of i must be not int, but long?
Excuse me for my english. |
|
Back to top |
|
|
Mihail Zenkov
Joined: 24 Apr 2008 Posts: 6
|
Posted: Fri Jul 25, 2008 7:50 pm Post subject: |
|
|
You right, fixed. Thanks for report! |
|
Back to top |
|
|
Mihail Zenkov
Joined: 24 Apr 2008 Posts: 6
|
Posted: Wed Dec 10, 2008 7:12 pm Post subject: |
|
|
New version for gdb-6.8 with dynamic arrays support released. |
|
Back to top |
|
|
eldar
Joined: 14 Jun 2008 Posts: 101 Location: Ufa, Russia
|
Posted: Sun Jan 18, 2009 8:42 am Post subject: |
|
|
for me patched gdb only demangles method names but doesn't show line numbers. I compile with -debug and -g flags. |
|
Back to top |
|
|
Mihail Zenkov
Joined: 24 Apr 2008 Posts: 6
|
Posted: Thu Jan 22, 2009 5:10 pm Post subject: |
|
|
eldar wrote: | for me patched gdb only demangles method names but doesn't show line numbers. I compile with -debug and -g flags. |
I use GDC and before i test GDB only with one version DMD - 1.028. It work fine, except DMD specific DWARF extensions. Greater version of DMD have slightly different debug symbols. Not sure where bug - in DMD or in GDB ...
http://d.puremagic.com/issues/show_bug.cgi?id=2604 |
|
Back to top |
|
|
|