mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 14:49:18 +02:00
* use append_object_struct also for dwarf-3 when creating dwarf debug info for objects, resolves #39920
This commit is contained in:
parent
9375257365
commit
88cf633b97
@ -4236,10 +4236,7 @@ implementation
|
||||
end;
|
||||
odt_cppclass,
|
||||
odt_object:
|
||||
begin
|
||||
dostruct(DW_TAG_structure_type);
|
||||
doparent(false);
|
||||
end;
|
||||
append_object_struct(def,false,def.objname);
|
||||
odt_interfacecom,
|
||||
odt_interfacecorba,
|
||||
odt_dispinterface:
|
||||
@ -4250,8 +4247,6 @@ implementation
|
||||
odt_helper,
|
||||
odt_class:
|
||||
begin
|
||||
//dostruct(DW_TAG_class_type);
|
||||
//doparent(false);
|
||||
append_entry(DW_TAG_pointer_type,false,[]);
|
||||
append_labelentry_ref(DW_AT_type,def_dwarf_class_struct_lab(def));
|
||||
finish_entry;
|
||||
|
Loading…
Reference in New Issue
Block a user