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 v3 1/3] frame: add skip_tailcall_frames


On 02/11/2016 04:14 PM, Markus Metzger wrote:
> Add a new function skip_tailcall_frames to skip TAILCALL_FRAME frames.
> 
> 2016-02-11  Markus Metzger  <markus.t.metzger@intel.com>
> 
> gdb/
> 	* frame.h (skip_tailcall_frames): New.
> 	* frame.c (skip_tailcall_frames): New.
> 	(frame_pop): Call skip_tailcall_frames.
> 	* infcmd.c: Call skip_tailcall_frames.

OK with:

	* infcmd.c (finish_command): Call skip_tailcall_frames.

Thanks,
Pedro Alves


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