This is the mail archive of the gdb-cvs@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]

src/gdb ChangeLog stack.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cagney@sourceware.org	2004-10-30 00:10:14

Modified files:
	gdb            : ChangeLog stack.c 

Log message:
	2004-10-29  Andrew Cagney  <cagney@gnu.org>
	
	* stack.c (parse_frame_specification_1): New function based on
	parse_frame_specification.  Add message and selected_frame_p
	paramters.  Truely always return non-NULL.
	(parse_frame_specification): Call parse_frame_specification_1.
	(frame_info): Update.  Eliminate target_has_stack check.
	(select_frame_command): Update.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.6513&r2=1.6514
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/stack.c.diff?cvsroot=src&r1=1.113&r2=1.114


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