From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31738 invoked by alias); 27 Sep 2007 20:49:15 -0000 Received: (qmail 31730 invoked by uid 22791); 27 Sep 2007 20:49:15 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 27 Sep 2007 20:49:12 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-198-199.inter.net.il [83.130.198.199]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id IZI73462 (AUTH halo1); Thu, 27 Sep 2007 22:48:57 +0200 (IST) Date: Thu, 27 Sep 2007 20:49:00 -0000 Message-Id: From: Eli Zaretskii To: Vladimir Prus CC: gdb-patches@sources.redhat.com In-reply-to: <200709272227.34355.vladimir@codesourcery.com> (message from Vladimir Prus on Thu, 27 Sep 2007 22:27:34 +0400) Subject: Re: Docs and NEWS for breakpoint changes Reply-to: Eli Zaretskii References: <200709262207.42508.vladimir@codesourcery.com> <200709272227.34355.vladimir@codesourcery.com> 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: 2007-09/txt/msg00417.txt.bz2 > From: Vladimir Prus > Date: Thu, 27 Sep 2007 22:27:34 +0400 > Cc: gdb-patches@sources.redhat.com > > > > +pending breakpoint that never had its address known, > > > > I think this is better: > > > > For a pending address whose address is not yet known, > ^^^^^^^ > > Did you mean "breakpoint" instead of first "address"? Yes, sorry. > > Example, please. A picture is worth a thousand words. > > I've added one. Is example with a line as long as 75 characters OK? @smallexample can handle this (which is why we use it instead of @example). > Thanks for review. I attach the revised version. It's fine, except for a few small gotchas: > +It is possible that a breakpoints correspond to several locations ^^^^^^^^^^^^^^^^^^^^^^^^ "a breakpoint corresponds". > +For a C@t{++} constructor, the gcc compiler generates several ^^^ You forgot to replace with @value{NGCC}. > +by one row for each breakpoint location. The header row ^^ Still only one space. > +any shared library is loaded or unloaded. Typically, you would ^^ And here.