src/gdb ChangeLog infrun.c utils.h

palves@sourceware.org palves@sourceware.org
Fri Jun 28 17:19:00 GMT 2013


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



More information about the Gdb-cvs mailing list