From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7022 invoked by alias); 27 May 2010 18:00:31 -0000 Received: (qmail 7007 invoked by uid 22791); 27 May 2010 18:00:29 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 May 2010 18:00:23 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L3300E00BAMO200@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Thu, 27 May 2010 20:59:55 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.111.84]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L3300CTXBBUUY50@a-mtaout22.012.net.il>; Thu, 27 May 2010 20:59:55 +0300 (IDT) Date: Thu, 27 May 2010 18:18:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Document GDBserver fast tracepoints support in the manual In-reply-to: <201005271358.32190.pedro@codesourcery.com> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83y6f5mdi7.fsf@gnu.org> References: <201005271358.32190.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-05/txt/msg00643.txt.bz2 > From: Pedro Alves > Date: Thu, 27 May 2010 13:58:32 +0100 > > These are documentation bits originally posted along with this > larger patch: > > [GDBserver fast tracepoints support] > > > A few minor tweaks in the wording since the previous version, > but largely the same. > > Okay? Yes, with a few minor comments: > +@code{gdbserver} supports tracepoints on some target systems. See > +@ref{Tracepoints support in gdbserver}. The last sentence should simply use @xref. > +support the concept of preloading user defined libraries. In most > +cases, you do that by specifying @code{'LD_PRELOAD=libinproctrace.so'} > +in the environment. You don't need the '..' quotes inside @code. If you want to make sure the quotes will appear in print as well, use @samp. > +Note that on most Unix systems, for the @code{dlopen} function be > +available ^^^ ^^^^^^^^^ "to be available", "to" is missing. Thanks.