[fpc-devel] Dwarf3 and the encoding of classes

Martin fpc at mfriebe.de
Sun Jan 9 18:58:35 CET 2011


On 09/01/2011 17:50, Martin wrote:
>
>
> => one thing would be: for "Bar: TFoo;" (where TFoo is a class)
> ptype Bar
> ~"type = TFoo = class : public TOBJECT \n"
>
> because at current, both stabs and dwarf return: (note the "^" before 
> TFoo)
> ~"type = ^TFoo = class : public TOBJECT \n"
Or not.

Because then still in dwarf3

ptype BarPointer
~"type = ^TFoo = class : public TOBJECT \n"

and the IDE was in trouble again



More information about the fpc-devel mailing list