[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::decladebug

Title:Digital Ladebug debugger
Moderator:TLE::LUCIA
Created:Fri Feb 28 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:969
Total number of notes:3959

721.0. "S<opaque> rather than <opaque>" by ADA9X::BRETT () Thu Nov 07 1996 11:53

T.RTitleUserPersonal
Name
DateLines
721.1It's really the symbol table at fault here.TLE::LUCIAhttp://asaab.zko.dec.com/~lucia/biography.htmlThu Nov 07 1996 13:0595
721.2Simply changing the symbol table won't help...GEMGRP::MONTELEONEThu Nov 07 1996 15:42108
721.3TLE::LUCIAhttp://asaab.zko.dec.com/~lucia/biography.htmlThu Nov 07 1996 17:1413
721.4TLE::LUCIAhttp://asaab.zko.dec.com/~lucia/biography.htmlThu Nov 07 1996 17:141
721.5Symbol table is okay...GEMGRP::MONTELEONEFri Nov 08 1996 09:2029
721.6TLE::LUCIAhttp://asaab.zko.dec.com/~lucia/biography.htmlFri Nov 08 1996 10:466
721.7The symbol table is correct...GEMGRP::MONTELEONEFri Nov 08 1996 11:2926
721.8TLE::LUCIAhttp://asaab.zko.dec.com/~lucia/biography.htmlFri Nov 08 1996 15:178
721.9GEMGRP::MONTELEONEFri Nov 08 1996 16:1326
721.10WIBBIN::NOYCEPulling weeds, pickin&#039; stonesFri Nov 08 1996 16:271
721.11GEMGRP::MONTELEONEFri Nov 08 1996 17:0943
721.12Support has been improvedTLE::MERRITTSteve Merritt, Ladebug TeamTue Apr 29 1997 15:0014
Better support for opaque types was added in 4.0-33 (I believe.. maybe 34).
Building upon the suggestion 'S<opaque>', Ladebug will now report back
the type as being 'struct S <opaque>' for any symbol table entries indexing
a tag/typedef pair like the one below.

  1. ( 1)(   0) S          Tag        Info       [17] struct(extended file -1,
index 1048575)
  2. ( 1)(0x12)            Typdef     Info       [17] struct(extended file -1,
index 1048575)


Likewise, if S was a class Ladebug would report 'class S <opaque>'.

-Steve