From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18450 invoked by alias); 24 Aug 2011 18:57:19 -0000 Received: (qmail 18441 invoked by uid 22791); 24 Aug 2011 18:57:18 -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-yx0-f169.google.com (HELO mail-yx0-f169.google.com) (209.85.213.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 24 Aug 2011 18:57:03 +0000 Received: by yxn35 with SMTP id 35so1187443yxn.0 for ; Wed, 24 Aug 2011 11:57:03 -0700 (PDT) Received: by 10.142.165.2 with SMTP id n2mr2713582wfe.84.1314212221770; Wed, 24 Aug 2011 11:57:01 -0700 (PDT) Received: from localhost.localdomain ([203.110.240.178]) by mx.google.com with ESMTPS id i1sm2375961pbi.10.2011.08.24.11.56.59 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 24 Aug 2011 11:57:00 -0700 (PDT) From: Sanjoy Das To: gdb-patches@sourceware.org Subject: JIT Debug Info Reader (re-roll) Date: Wed, 24 Aug 2011 18:57:00 -0000 Message-Id: <1314212467-7391-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/msg00450.txt.bz2 This is another iteration of the JIT reader series. I have not included the ChangeLog entries, since they get hard to rebase -- I'll add them once the patches are ready to be merged. The directory from which JIT readers are loaded from is now set using --with-jit-reader-dir and is relocated at runtime. [PATCH 1/7] Introduce jit-reader.in and modify build system. [PATCH 2/7] Relocatable directory for loading JIT readers. [PATCH 3/7] Platform agnostic dynamic loading code. [PATCH 4/7] New commands for loading and unloading a reader. [PATCH 5/7] Use the loaded reader. [PATCH 6/7] New JIT unwinder. [PATCH 7/7] Documentation.