From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25462 invoked by alias); 2 Feb 2004 06:24:56 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 25453 invoked from network); 2 Feb 2004 06:24:55 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sources.redhat.com with SMTP; 2 Feb 2004 06:24:55 -0000 Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AnXTL-0006IR-7C; Mon, 02 Feb 2004 01:22:15 -0500 Date: Mon, 02 Feb 2004 06:24:00 -0000 Message-Id: From: Eli Zaretskii To: Roland McGrath CC: drow@mvista.com, gdb-patches@sources.redhat.com In-reply-to: <200402020011.i120BMdI017809@magilla.sf.frob.com> (message from Roland McGrath on Sun, 1 Feb 2004 16:11:22 -0800) Subject: Re: [PATCH] auxv support Reply-to: Eli Zaretskii References: <200402020011.i120BMdI017809@magilla.sf.frob.com> X-SW-Source: 2004-02/txt/msg00019.txt.bz2 > Date: Sun, 1 Feb 2004 16:11:22 -0800 > From: Roland McGrath > > Following are three pairs of log entry and patch. First, docs for info > auxv and the new qAuxVector remote protocol packet. Thanks. > @@ -20363,6 +20390,18 @@ encoded). @value{GDBN} will continue to > (if available), until the target ceases to request them. > @end table > > +@item @code{qAuxVector}:@var{offset},@var{length} --- auxiliary vector data > + > +Read from the target's @dfn{auxiliary vector}, treated as an > +uninterpreted block of bytes. Request @var{length} starting at > +@var{offset} bytes into the data. I think it's better to say Request @var{length} bytes starting at ... Also, please add here a cross-reference to the section that explains what is an auxiliary vector. (The best place for that xref is after the @dfn, I think.)