From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6464 invoked by alias); 24 Jul 2011 15:59:52 -0000 Received: (qmail 6454 invoked by uid 22791); 24 Jul 2011 15:59:52 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 24 Jul 2011 15:59:38 +0000 Received: by iyb14 with SMTP id 14so4632442iyb.0 for ; Sun, 24 Jul 2011 08:59:38 -0700 (PDT) Received: by 10.142.250.13 with SMTP id x13mr2257546wfh.9.1311523177741; Sun, 24 Jul 2011 08:59:37 -0700 (PDT) Received: from localhost.localdomain ([203.110.240.178]) by mx.google.com with ESMTPS id p7sm3758423pbn.65.2011.07.24.08.59.35 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 24 Jul 2011 08:59:37 -0700 (PDT) From: Sanjoy Das To: gdb-patches@sourceware.org Subject: JIT debug info parser Date: Sun, 24 Jul 2011 16:00:00 -0000 Message-Id: <1311523427-20501-1-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-07/txt/msg00666.txt.bz2 Hi! Sorry for the late reply, I had to read up on autotools before I could hack on the GDB build system. This is only the first few patches of the series, I'm still working on the later parts. As asked, I've added some documentation. I've tried to separate out the documentation into a high-level overview (in gdb.texinfo) and the more intricate details (in the new header file itself). Thanks!