This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 25/40] Introduce lookup_name_info and generalize Ada's FULL/WILD name matching
- From: Keith Seitz <keiths at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>, gdb-patches at sourceware dot org
- Date: Tue, 18 Jul 2017 13:14:41 -0700
- Subject: Re: [PATCH 25/40] Introduce lookup_name_info and generalize Ada's FULL/WILD name matching
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=keiths at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 28EC5C04B31E
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 28EC5C04B31E
- References: <1496406158-12663-1-git-send-email-palves@redhat.com> <1496406158-12663-26-git-send-email-palves@redhat.com>
On 06/02/2017 05:22 AM, Pedro Alves wrote:
>
> gdb/ChangeLog:
> yyyy-mm-dd Pedro Alves <palves@redhat.com>
>
[holy-moly-mega-snip]
>
> gdb/testsuite/ChangeLog:
> yyyy-mm-dd Pedro Alves <palves@redhat.com>
>
> * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
> (p Exported_Capitalized): New test.
> (p exported_capitalized): New test.
> * utils.c (enum class strncmp_iw_mode): Moved to utils.h.
> (strncmp_iw_with_mode): Now extern.
> * utils.h (enum class strncmp_iw_mode): Moved from utils.c.
> (strncmp_iw_with_mode): Declare.
utils.[ch]? Wrong ChangeLog?
I'm seeing regressions with this patch (no subsequent patch seems to fix it, either):
FAIL: gdb.ada/arrayidx.exp: print u_one_two_three, indexes off
FAIL: gdb.ada/arrayidx.exp: print u_one_two_three
FAIL: gdb.ada/disc_arr_bound.exp: print r
FAIL: gdb.ada/disc_arr_bound.exp: print r.a
FAIL: gdb.ada/mi_dyn_arr.exp: create bt varobj (unexpected output)
FAIL: gdb.ada/pckd_arr_ren.exp: print var
Keith