This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] ax-gdb: Do not treat enums and bools as integers.


> gdb/ChangeLog:
> 
>         * ax-gdb.c (gen_usual_unary): Remove special handling of
>         enum and bool types.
> 
> Tested on x86_64-linux.  I'll try to come up with an example that
> reproduces the problem without using the proprietary testcase.

Unfortunately, my attempts have failed. It comes from the fact
that somehow, the bytes right next to my parameter value are null
instead of being some random non-null value, thus hiding the problem.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]