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 common/agent.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-04-19 15:27:54

Modified files:
	gdb            : ChangeLog 
	gdb/common     : agent.c 

Log message:
	gdb_byte for binary buffer, char for string: common/agent.c.
	
	Similarly to the remote code, agent commands are mostly ascii.  Cast to
	gdb_byte when treating the command buffer as raw memory bytes.
	
	2013-04-19  Pedro Alves  <palves@redhat.com>
	
	* common/agent.c (agent_run_command): Add cast to gdb_byte *.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15446&r2=1.15447
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/common/agent.c.diff?cvsroot=src&r1=1.10&r2=1.11


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