This is the mail archive of the gdb-patches@sources.redhat.com 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: [RFA] find_saved_register(): Terminate loop when saved reg found


	* frame.c (find_saved_register): Break out of loop once saved
	register address is found.  Don't mention sparc in loop comment
	anymore.
Ok.

I should point out though, that the function is about to be deprecated (if not simply deleted). As best I can tell, Alpha, ns32k and VAX don't need it (their custom get_saved_register() functions appear to be verbatum copies of the original get_saved_register()). That just leaves the MIPS, which should call frame_register_unwind() directly.

enjoy,
Andrew



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