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

[Bug gdb/9346] Different errno when program signalled from gdb


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2009-01-20 15:33 -------
Subject: Bug 9346

CVSROOT:	/cvs/src
Module name:	src
Changes by:	drow@sourceware.org	2009-01-20 15:33:14

Modified files:
	gdb            : ChangeLog infcmd.c 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.base: interrupt.c interrupt.exp 

Log message:
	PR gdb/9346
	* infcmd.c (signal_command): Do not specify a resume PC.
	
	testsuite/
	PR gdb/9346
	* gdb.base/interrupt.c (sigint_handler): New.
	(main): Install a SIGINT handler if SIGNALS is defined.  Exit
	on error.
	* gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
	Test "signal SIGINT".

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.10130&r2=1.10131
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&r1=1.229&r2=1.230
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1787&r2=1.1788
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/interrupt.c.diff?cvsroot=src&r1=1.1.1.2&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/interrupt.exp.diff?cvsroot=src&r1=1.13&r2=1.14



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9346

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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