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-notif.c remote-notif.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-03-07 17:52:59

Modified files:
	gdb            : ChangeLog remote-notif.c remote-notif.h 

Log message:
	remote-notif.[h|c]:notif_debug: Change type to int.
	
	notif_debug is installed as variable of a "signed" command:
	
	add_setshow_boolean_cmd ("notification", no_class, &notif_debug,
	_("\
	
	and:
	
	command.h:extern void add_setshow_boolean_cmd (char *name,
	command.h-                                   enum command_class class,
	command.h-                                   int *var,
	
	2013-03-07  Pedro Alves  <palves@redhat.com>
	
	* remote-notif.c (notif_debug): Change type to int.
	* remote-notif.h (notif_debug): Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15215&r2=1.15216
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote-notif.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote-notif.h.diff?cvsroot=src&r1=1.2&r2=1.3


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