From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28423 invoked by alias); 1 Jul 2010 14:15:20 -0000 Received: (qmail 28412 invoked by uid 22791); 1 Jul 2010 14:15:20 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Jul 2010 14:15:14 +0000 Received: (qmail 24018 invoked from network); 1 Jul 2010 14:15:13 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 1 Jul 2010 14:15:13 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: add a few index entries (Re: Static tracepoints support) Date: Thu, 01 Jul 2010 14:15:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.31-10-rt; KDE/4.4.2; x86_64; ; ) Cc: Eli Zaretskii References: <201006251931.57860.pedro@codesourcery.com> <83tyoqcc8i.fsf@gnu.org> <201006281326.39820.pedro@codesourcery.com> In-Reply-To: <201006281326.39820.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201007011515.11282.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: 2010-07/txt/msg00005.txt.bz2 On Monday 28 June 2010 13:26:38, Pedro Alves wrote: > > > +@cindex set static tracepoint > > > > This index entry would be much more efficient if it did not start with > > "set". For example, > > > > @cindex static tracepoint, setting > > Agreed. I see the same could be done to set fast tracepoint. I'll > see about auditing that and others after this patch is in. Can't say I see that much consistency, but, reading the generated index, these appear to me to increase usefulness. Okay? -- Pedro Alves 2010-07-01 Pedro Alves * gdb.texinfo (Create and Delete Tracepoints): Add more index entries for fast tracepoints and static tracepoints. --- gdb/doc/gdb.texinfo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Index: src/gdb/doc/gdb.texinfo =================================================================== --- src.orig/gdb/doc/gdb.texinfo 2010-07-01 15:02:17.000000000 +0100 +++ src/gdb/doc/gdb.texinfo 2010-07-01 15:08:11.000000000 +0100 @@ -9680,6 +9680,7 @@ information on tracepoint conditions. @item ftrace @var{location} [ if @var{cond} ] @cindex set fast tracepoint +@cindex fast tracepoints, setting @kindex ftrace The @code{ftrace} command sets a fast tracepoint. For targets that support them, fast tracepoints will use a more efficient but possibly @@ -9693,7 +9694,9 @@ message. @code{trace}. @item strace @var{location} [ if @var{cond} ] -@cindex static tracepoint, setting +@cindex set static tracepoint +@cindex static tracepoints, setting +@cindex probe static tracepoint marker @kindex strace The @code{strace} command sets a static tracepoint. For targets that support it, setting a static tracepoint probes a static