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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-06-28 17:19:39

Modified files:
	gdb            : ChangeLog infrun.c utils.h 

Log message:
	Move pagination_enabled declaration to a proper place.
	
	Declare it close to other related declarations in utils.h, and remove
	local extern declaration hack.
	
	gdb/
	2013-06-28  Pedro Alves  <palves@redhat.com>
	
	* infrun.c (set_observer_mode): Don't declare pagination_enabled
	here.
	* utils.h (pagination_enabled): Declare.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15761&r2=1.15762
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&r1=1.588&r2=1.589
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/utils.h.diff?cvsroot=src&r1=1.9&r2=1.10


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