[Ltrace-devel] ltrace update for ppc64el arch (Petr Machata)

Petr Machata pmachata at redhat.com
Wed Mar 12 11:48:26 UTC 2014


"Thierry at vnet" <thierry at linux.vnet.ibm.com> writes:

> Hello,
>
> 1) Working on it, can I plan to enhance type.h with the following definition
>
> enum arg_type {
>         ARGTYPE_VOID,
>         ARGTYPE_INT,
>         ARGTYPE_UINT,
>         ARGTYPE_LONG,
>         ARGTYPE_ULONG,
>         ARGTYPE_CHAR,
>         ARGTYPE_SHORT,
>         ARGTYPE_USHORT,
>         ARGTYPE_FLOAT,
>         ARGTYPE_DOUBLE,
>         ARGTYPE_ARRAY,          /* Series of values in memory */
>         ARGTYPE_STRUCT,         /* Structure of values */
>         ARGTYPE_POINTER,        /* Pointer to some other type */
>         ARGTYPE_HETEROGENEOUS,
>         ARGTYPE_HOMOGENEOUS,
>         ARGTYPE_HOMOGENEOUS_NESTED_FLOAT,
> };

Please don't.  This type is used a lot in many backends and this will
break all the switch statements there.  What is the motivation for this?

Thank you,
PM



More information about the Ltrace-devel mailing list