[Issue 8451] cv2pdb does not work properly with 2.060-produced binaries

2013-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8451 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8451] cv2pdb does not work properly with 2.060-produced binaries

2012-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8451 --- Comment #5 from Andrej Mitrovic 2012-07-28 07:25:38 PDT --- (In reply to comment #4) > I guess you should update to a newer version. It seems you are before 0.21, > the > current version is 0.25. Thanks, but I still get different stack t

[Issue 8451] cv2pdb does not work properly with 2.060-produced binaries

2012-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8451 --- Comment #4 from Rainer Schuetze 2012-07-28 00:32:07 PDT --- I guess you should update to a newer version. It seems you are before 0.21, the current version is 0.25. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=

[Issue 8451] cv2pdb does not work properly with 2.060-produced binaries

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8451 --- Comment #3 from Andrej Mitrovic 2012-07-27 09:01:10 PDT --- (In reply to comment #2) > The problem is that cv2pdb already demangles the symbols and converts '.' to > '@' in the demangled name (otherwise the VS debugger is confuced). The st

[Issue 8451] cv2pdb does not work properly with 2.060-produced binaries

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8451 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #2 fr

[Issue 8451] cv2pdb does not work properly with 2.060-produced binaries

2012-07-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8451 --- Comment #1 from Andrej Mitrovic 2012-07-27 07:05:18 PDT --- (In reply to comment #0) > module test; > import std.exception; > void main() { enforce(0); } > > 2.059: > > $ dmd -g test.d > $ cv2pdb test.exe test.exe > $ test.exe > > objec