[PATCH v2] ctf-reader: Add support to undefined forward declaration types
Guillermo Martinez
guillermo.e.martinez@oracle.com
Thu Mar 31 21:12:38 GMT 2022
Hello,
Any comment about this patch?
Thanks,
Guillermo
On Thursday, March 17, 2022 7:30:36 PM CST Guillermo E. Martinez wrote:
> This is the patch v2 intended to fix undefined forward declarations
> in ctf reader back-end.
>
> Changes from v1 is update tests/data/Makefile.am to include test
> input/expected files.
>
> Comments will be appreciated.
>
> Kind Regards,
> Guillermo
>
> Undefined struct/union forward declaration types are not serialized in
> abixml representation using `class-decl' node.
>
> For instance, consider:
>
> struct key_type;
> typedef void (*key_restrict_link_func_t)(struct key_type *type);
> [...]
More information about the Libabigail
mailing list