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: [PATCH]: ptype of pointer to typedef


>>>>> "Andrew" == Andrew Burgess <aburgess@broadcom.com> writes:

Andrew> The test case builds on an existing test that was marked as
Andrew> xfail in a few cases, I've extended the xfail to cover the new
Andrew> case I've added, but I have no way to check if this is the right
Andrew> thing to do or not, I'm happy to change the patch if anyone has
Andrew> an opinion.

I would just drop the xfails.
If they are needed, somebody with the affected environment can write them.

The patch is ok with that change.

Andrew> +gdb_test "ptype pv_char_array" "type = (|unsigned )char
Andrew> \\(\\*\\)\\\[0?\\\]"
Andrew> +

Your email got wrapped somehow.

Tom


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