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/gdbserver ChangeLog configure.srv


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2013-01-07 11:39:25

Modified files:
	gdb/gdbserver  : ChangeLog configure.srv 

Log message:
	Allow powerpc-*-lynxos* GDBserver to send register map via XML...
	
	... back to GDB.  The transfer occurs when GDB sends the
	'qXfer:features:read:target.xml' packet.  This allows us to make
	sure that GDB and GDBserver use the same register numbering.
	This is important on Lynx 178, where GDB selects the rs6000:6000
	architecture by default instead of the powerpc:common architecture.
	
	gdb/gdbserver/ChangeLog:
	
	* configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&r1=1.663&r2=1.664
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/configure.srv.diff?cvsroot=src&r1=1.68&r2=1.69


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