From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24520 invoked by alias); 9 Aug 2011 15:21:16 -0000 Received: (qmail 24510 invoked by uid 22791); 9 Aug 2011 15:21:16 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mail-pz0-f44.google.com (HELO mail-pz0-f44.google.com) (209.85.210.44) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Aug 2011 15:21:00 +0000 Received: by pzk36 with SMTP id 36so139717pzk.3 for ; Tue, 09 Aug 2011 08:21:00 -0700 (PDT) Received: by 10.142.169.4 with SMTP id r4mr6949940wfe.423.1312903259637; Tue, 09 Aug 2011 08:20:59 -0700 (PDT) Received: from localhost.localdomain ([203.110.240.178]) by mx.google.com with ESMTPS id s9sm46202pbk.66.2011.08.09.08.20.56 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 09 Aug 2011 08:20:58 -0700 (PDT) From: Sanjoy Das To: gdb-patches@sourceware.org Subject: [PATCH] JIT debug info Reader Date: Tue, 09 Aug 2011 15:21:00 -0000 Message-Id: <1312903509-25132-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-08/txt/msg00185.txt.bz2 Re-roll of the previous patch-set. [PATCH 1/7] Introduce header (jit-reader.h.in) and modify build [PATCH 2/7] Add platform agnostic dynamic loading code. [PATCH 3/7] New commands for loading and unloading a reader. [PATCH 4/7] Use the loaded reader. [PATCH 5/7] Add a proxy unwinder. [PATCH 6/7] Register the proxy unwinder. [PATCH 7/7] Add documentation.