From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14549 invoked by alias); 26 Apr 2008 07:14:33 -0000 Received: (qmail 14539 invoked by uid 22791); 26 Apr 2008 07:14:32 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 26 Apr 2008 07:14:04 +0000 Received: from HOME-C4E4A596F7 ([84.229.228.217]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0JZX00CGN8PQYOE0@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Sat, 26 Apr 2008 10:27:27 +0300 (IDT) Date: Sat, 26 Apr 2008 13:16:00 -0000 From: Eli Zaretskii Subject: Re: Stepping off breakpoints in non-stop debugging mode (resubmit) In-reply-to: <200804252113.12867.pedro@codesourcery.com> X-012-Sender: halo1@inter.net.il To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: Content-transfer-encoding: 7BIT References: <200804100003.05361.pedro@codesourcery.com> <200804252018.31245.pedro@codesourcery.com> <200804252113.12867.pedro@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: 2008-04/txt/msg00586.txt.bz2 > From: Pedro Alves > Date: Fri, 25 Apr 2008 21:13:12 +0100 > > > > +@kindex maint set can-use-displaced-stepping > > > +@kindex maint show can-use-displaced-stepping > > > +@cindex displaced stepping support > > > +@item maint set can-use-displaced-stepping > > > +@itemx maint show can-use-displaced-stepping > > > +Control whether or not @value{GDBN} will do displaced stepping if the > > > +target supports it. The default is on. @dfn{Displaced stepping} is a > > > > It is better to have @dfn at the first usage of the term, but that's a > > minor nit. > > > > Okay... I was following (from texinfo.info): > > " > Use the `@dfn' command to identify the introductory or defining use of > a technical term. > > (...) > Mere passing mention of a term for the first time does not > deserve `@dfn'. > > (...) > As a general rule, a sentence containing the defining occurrence of a > term should be a definition of the term. > " Well, yes, but in your case the two sentences in question follow one another, so they could be interpreted as a single passage that introduces and defines the term. In any case, this is a minor nit, as I said. Thanks.