From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4459 invoked by alias); 24 Aug 2011 20:14:19 -0000 Received: (qmail 4447 invoked by uid 22791); 24 Aug 2011 20:14:18 -0000 X-SWARE-Spam-Status: No, hits=-0.9 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; Wed, 24 Aug 2011 20:14:05 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LQG00I0083TKM00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 24 Aug 2011 23:13:22 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.219.41]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LQG00H6K868X5M0@a-mtaout22.012.net.il>; Wed, 24 Aug 2011 23:13:22 +0300 (IDT) Date: Wed, 24 Aug 2011 20:14:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 7/7] Documentation. In-reply-to: <1314212467-7391-8-git-send-email-sanjoy@playingwithpointers.com> To: Sanjoy Das Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ippmh8ka.fsf@gnu.org> References: <1314212467-7391-1-git-send-email-sanjoy@playingwithpointers.com> <1314212467-7391-8-git-send-email-sanjoy@playingwithpointers.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: 2011-08/txt/msg00461.txt.bz2 > From: Sanjoy Das > Cc: Sanjoy Das > Date: Thu, 25 Aug 2011 00:31:07 +0530 > > Add some basic documentation to gdb.texinfo about the new JIT reader > functionality. Most of the actual documentation is still in > jit-reader.h. OK, thanks.