[fpc-devel] Dwarf3 and the encoding of classes
    Martin 
    fpc at mfriebe.de
       
    Sun Jan  9 21:28:44 CET 2011
    
    
  
On 09/01/2011 20:16, Joost van der Sluis wrote:
>
> Martin, do you still have any problems with classes and the -gw2 output?
>
> Any other new arguments/problems?
Is -gw2 the same as -gw ?
See my other mail. I can interpret them 99% good.
Some deeply nested types may not work (or would require a lot of whatis 
being sent to gdb...)
Also in addition to my last mail:
in current -gw
the
   type = ^TFoo = class
becomes
   type = &Foo = class
for var param.
The & replaces the ^
=> while for none classes you get both
ptype PIntVarParam
type ^&Integer
but that isn't to much of an issue....
    
    
More information about the fpc-devel
mailing list