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: Joel Brobecker <brobecker at adacore dot com>
- To: Markus Metzger <markus dot t dot metzger at intel dot com>
- Cc: palves at redhat dot com, gdb-patches at sourceware dot org
- Date: Sun, 7 Feb 2016 17:00:57 +0400
- 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>
> Following the practice in skip_artificial_frames, also use
> get_prev_frame_always instead of get_prev_frame in
> skip_tailcall_frames.
>
> 2016-02-05 Markus Metzger <markus.t.metzger@intel.com>
>
> gdb/
> * frame.c (skip_tailcall_frames): Call get_prev_frame_always.
This seems OK; but would you be able to create a testcase for this?
Thanks,
--
Joel