This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2 2/3] frame: use get_prev_frame_always in skip_tailcall_frames
- From: Pedro Alves <palves at redhat dot com>
- To: "Metzger, Markus T" <markus dot t dot metzger at intel dot com>, Joel Brobecker <brobecker at adacore dot com>
- Cc: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Tue, 09 Feb 2016 11:42:07 +0000
- Subject: Re: [PATCH v2 2/3] frame: use get_prev_frame_always in skip_tailcall_frames
- Authentication-results: sourceware.org; auth=none
- References: <1454681922-2228-1-git-send-email-markus dot t dot metzger at intel dot com> <1454681922-2228-2-git-send-email-markus dot t dot metzger at intel dot com> <20160207130057 dot GE20874 at adacore dot com> <A78C989F6D9628469189715575E55B233325F370 at IRSMSX104 dot ger dot corp dot intel dot com>
On 02/08/2016 08:14 AM, Metzger, Markus T wrote:
> I modified an existing test case to cover the changes. GDB dies with the modified
> test and without the changes to skip_tailcall_frames. This also showed another place
> where we want to use get_prev_frame_always.
>
> Here's the modified version of this patch:
Thanks. Could you do the limiting test in e.g., gdb.base/finish.exp
and gdb.base/return.exp, so that it'd be covered on all archs?
Thanks,
Pedro Alves