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

src/gdb ChangeLog remote.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	sergiodj@sourceware.org	2013-06-04 15:12:52

Modified files:
	gdb            : ChangeLog remote.c 

Log message:
	GDB was not restoring the signal handler before returning when a notification
	was received.  This patch fixes it.
	
	2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
	Pedro Alves  <palves@redhat.com>
	
	* remote.c (remote_wait_as): Restore signal handler before returning
	when GDB gets a notification.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15685&r2=1.15686
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&r1=1.553&r2=1.554


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