From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30655 invoked by alias); 4 Apr 2011 19:06:32 -0000 Received: (qmail 30643 invoked by uid 22791); 4 Apr 2011 19:06:31 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,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; Mon, 04 Apr 2011 19:06:26 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LJ500H0064GBB00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Mon, 04 Apr 2011 22:06:25 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.47.180]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LJ500GXG6EN4XD0@a-mtaout20.012.net.il>; Mon, 04 Apr 2011 22:06:25 +0300 (IDT) Date: Mon, 04 Apr 2011 19:06:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 4/6] Implement support for SystemTap probes In-reply-to: To: Sergio Durigan Junior Cc: gdb-patches@sourceware.org, tromey@redhat.com Reply-to: Eli Zaretskii Message-id: <8362qtx2dm.fsf@gnu.org> References: 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: 2011-04/txt/msg00065.txt.bz2 > From: Sergio Durigan Junior > Cc: Tom Tromey > Date: Mon, 04 Apr 2011 00:08:43 -0300 > > This is the biggest patch of the series. It implements a bunch of new > functions used to support SystemTap probes (they live in > `stap-probe.[ch]'), and also modifies internal mechanisms to adapt them > to this new feature. The patch also includes testcases, documentation, > and modifications on the tracepoint code to support collecting probe > arguments. Thanks, the doco parts are okay.