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 ia64-tdep.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2003-05-15 21:38:37

Modified files:
	gdb            : ChangeLog ia64-tdep.c 

Log message:
	2003-05-15  Jeff Johnston  <jjohnstn@redhat.com>
	
	* ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
	(examine_prologue): Support looking through leaf functions, knowing
	they start with mov r2,r12.  Support skipping over indirect stores
	of the input registers.  Upon hitting a non-nop branch instruction
	or predicated instruction, bail out by setting lim_pc to the current
	pc value in the loop.  At the end, if the lim_pc value is still
	beyond our calculated value and we have trust_limit set,
	use the lim_pc value.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.4191&r2=1.4192
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ia64-tdep.c.diff?cvsroot=src&r1=1.76&r2=1.77


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