[fpc-devel] encoding of class in dwarf
Martin
lazarus at mfriebe.de
Fri Oct 18 23:42:53 CEST 2013
a class "type TFoo = class .... end;" is encoded as pointer (needed to
be able to do Foo1=Foo2)
Sometimes it is a pointer to DW_TAG_structure_type and other times to
DW_TAG_class_type
The latter is what I would expect.
I Have not yet worked out the details when it happens. (Might even be
that I used different fpc version).
Just asking first, maybe someone knows if there is a reason.
More information about the fpc-devel
mailing list