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] Support -fsplit-stack (previous frame inner to this frame)


>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:

Jan> That optimization makes no sense there:
Jan>  * This check is done only in the error case.
Jan>    (For frame_find_by_id it does not seem to be needed.)

Good point.

Jan>  * Any lookup caching should be done rather in the symbols lookup
Jan>  code anyway.

Yeah.

Jan> 	* frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
Jan> 	this_pc_in_block, morestack_msym and morestack_name.  Check for
Jan> 	"__morestack" minimal symbol there.

It looks good to me.

Tom


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