|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.debugger - [ddbg] Unable to get value or type of global
I bump into this all the time when using ddbg. Sample session: --- ->ld logfile class tango.io.FileConduit.FileConduit common.logfile (common.logfile.tango.io.F ileConduit.FileConduit) data offset: 0x11bcdc size: 0x0 segment: 0x3 type: 0x0 ( ) class tango.io.FileConduit.FileConduit common.logfile (common.logfile.tango.io.F ileConduit.FileConduit) data offset: 0x11bcdc size: 0x4 segment: 0x3 type: 0x113 8 (PC5tango2io11FileConduit11FileConduit) ->t logfile Unknown symbol logfile ->= logfile Unknown symbol logfile ->t common.logfile Unknown symbol common.logfile ->= common.logfile Unknown symbol common.logfile --- As you can see, logfile shows up in the symbol search, but still can't be accessed. The program was built with -g, dmd 1.027. And what is "common.logfile.tango.io.FileConduit.FileConduit"? Jun 28 2008
torhu wrote:I bump into this all the time when using ddbg. ... Jun 29 2008
|