This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [PATCH] remote protocol support for TARGET_OBJECT_AUXV


On Wed, Feb 25, 2004 at 11:41:59AM -0800, Roland McGrath wrote:
> 2004-02-25  Roland McGrath  <roland@redhat.com>
> 
> 	* target.h (struct target_ops): New member `read_auxv'.
> 	* server.c (handle_query): Handle qPart:auxv:read: query using that.
> 	* linux-low.c (linux_read_auxv): New function.
> 	(linux_target_ops): Initialize `read_auxv' member to that.

> +	strcpy (own_buf, "OK");

Convention is to use write_ok.

Otherwise approved.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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