From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6648 invoked by alias); 1 Feb 2009 17:53:19 -0000 Received: (qmail 6638 invoked by uid 22791); 1 Feb 2009 17:53:18 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 01 Feb 2009 17:53:13 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id DBD2D107F4; Sun, 1 Feb 2009 17:53:10 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 8593D10781; Sun, 1 Feb 2009 17:53:10 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1LTgVJ-0001Cp-UL; Sun, 01 Feb 2009 12:53:09 -0500 Date: Sun, 01 Feb 2009 17:53:00 -0000 From: Daniel Jacobowitz To: Eli Zaretskii Cc: Vladimir Prus , gdb-patches@sources.redhat.com, nickrob@snap.net.nz Subject: Re: MI solib notification Message-ID: <20090201175309.GA4597@caradoc.them.org> Mail-Followup-To: Eli Zaretskii , Vladimir Prus , gdb-patches@sources.redhat.com, nickrob@snap.net.nz References: <200901310010.46738.vladimir@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-02/txt/msg00000.txt.bz2 On Fri, Jan 30, 2009 at 11:51:11PM +0200, Eli Zaretskii wrote: > > From: Vladimir Prus > > Date: Sat, 31 Jan 2009 00:10:46 +0300 > > > > Are doc changes OK? > > Yes, thanks. But I have a few comments: > > > +@item =library-loaded,id="@var{id}",target-name="@var{target-name}",host-name="@var{host-name}",low-address="@var{low}",high-address="@var{high}",symbols-loaded="@var{loaded}" > > This is a very long line, and the @table that it's part of has @code > markup, which means TeX will not break this line. We need to make it > shorter. One idea is this: > > @item =library-loaded,@var{info} > > and then describe the contents of @var{info} below, perhaps as a > separate @table. WDYT? MI output comes all on one line, but what we've done elsewhere in the GDB/MI chapter is insert line breaks after some of the commas. How about that here too? This form is easy to visually parse, once you're used to the MI syntax. -- Daniel Jacobowitz CodeSourcery