This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Expect optional "arch=" when executing "-stack-list-frames" on gdb.arch/amd64-invalid-stack-middle.exp
- From: Tom Tromey <tom at tromey dot com>
- To: Sergio Durigan Junior <sergiodj at redhat dot com>
- Cc: GDB Patches <gdb-patches at sourceware dot org>
- Date: Mon, 17 Sep 2018 22:29:28 -0600
- Subject: Re: [PATCH] Expect optional "arch=" when executing "-stack-list-frames" on gdb.arch/amd64-invalid-stack-middle.exp
- References: <20180917220838.13227-1-sergiodj@redhat.com>
>>>>> "Sergio" == Sergio Durigan Junior <sergiodj@redhat.com> writes:
Sergio> This is easy to fix: we just have to extend the regexp and expect for
Sergio> the optional "arch=" keyword there. It's what this patch does. With
Sergio> it applied, the test now passes everywhere.
Sergio> OK?
Sergio> gdb/testsuite/ChangeLog:
Sergio> 2018-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
Sergio> * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
Sergio> "arch=" keyword when executing "-stack-list-frames".
Thanks, this is ok.
Tom