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 infrun.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cagney@sourceware.org	2004-05-13 18:42:29

Modified files:
	gdb            : ChangeLog infrun.c 

Log message:
	2004-05-13  Andrew Cagney  <cagney@redhat.com>
	
	* infrun.c (handle_inferior_event): Use frame_unwind_id.
	
	Index: infrun.c
	===================================================================
	RCS file: /cvs/src/src/gdb/infrun.c,v
	retrieving revision 1.159
	diff -p -u -r1.159 infrun.c
	--- infrun.c	13 May 2004 16:39:11 -0000	1.159
	+++ infrun.c	13 May 2004 18:37:09 -0000
	@@ -2437,7 +2437,7 @@ process_event_stop_test:
	return;
	}
	
	-  if (frame_id_eq (get_frame_id (get_prev_frame (get_current_frame ())),
	+  if (frame_id_eq (frame_unwind_id (get_current_frame ()),
	step_frame_id))
	{
	/* It's a subroutine call.  */

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.5863&r2=1.5864
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&r1=1.159&r2=1.160


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