From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11910 invoked by alias); 29 Dec 2009 20:17:00 -0000 Received: (qmail 11900 invoked by uid 22791); 29 Dec 2009 20:16:59 -0000 X-SWARE-Spam-Status: No, hits=0.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 29 Dec 2009 20:16:54 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KVF00A00K6S5E00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 29 Dec 2009 22:16:51 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.222.44]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KVF000IOKC2XDS0@a-mtaout20.012.net.il>; Tue, 29 Dec 2009 22:16:51 +0200 (IST) Date: Tue, 29 Dec 2009 20:17:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Add default-collect for tracepoints In-reply-to: <4B3A5B9F.6060400@codesourcery.com> To: Stan Shebs Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83aax1edod.fsf@gnu.org> References: <4B3A5B9F.6060400@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: 2009-12/txt/msg00421.txt.bz2 > Date: Tue, 29 Dec 2009 11:42:23 -0800 > From: Stan Shebs > > * gdb.texinfo (Tracepoint Actions): Describe default-collect. OK for this part. Thanks.