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

breakpoints/1757


The following reply was made to PR breakpoints/1757; it has been noted by GNATS.

From: cagney@sourceware.org
To: gdb-gnats@sourceware.org
Cc:  
Subject: breakpoints/1757
Date: 30 Aug 2004 16:59:45 -0000

 CVSROOT:	/cvs/src
 Module name:	src
 Changes by:	cagney@sourceware.org	2004-08-30 16:59:45
 
 Modified files:
 	gdb            : ChangeLog infrun.c 
 	gdb/testsuite  : ChangeLog 
 	gdb/testsuite/gdb.base: sigstep.exp 
 
 Log message:
 	2004-08-30  Andrew Cagney  <cagney@gnu.org>
 	
 	Fix PR breakpoints/1757.
 	* infrun.c (struct execution_control_state): Replace
 	remove_breakpoints_on_following_step with
 	step_after_step_resume_breakpoint.
 	(init_execution_control_state): Update.
 	(handle_inferior_event): For signals, when stepping off a
 	breakpoint, set step_after_step_resume_breakpoint.  When
 	BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
 	(keep_going): Delete code handling
 	remove_breakpoints_on_following_step.
 	
 	Index: testsuite/ChangeLog
 	2004-08-30  Andrew Cagney  <cagney@gnu.org>
 	
 	* gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
 	gdb/1757.
 
 Patches:
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.6309&r2=1.6310
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&r1=1.175&r2=1.176
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1011&r2=1.1012
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/sigstep.exp.diff?cvsroot=src&r1=1.5&r2=1.6
 


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