From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10749 invoked by alias); 20 Aug 2011 06:26:45 -0000 Received: (qmail 10741 invoked by uid 22791); 20 Aug 2011 06:26:45 -0000 X-SWARE-Spam-Status: No, hits=-2.0 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; Sat, 20 Aug 2011 06:26:30 +0000 Received: by pzk36 with SMTP id 36so6703305pzk.3 for ; Fri, 19 Aug 2011 23:26:30 -0700 (PDT) Received: by 10.142.192.18 with SMTP id p18mr136400wff.428.1313821589431; Fri, 19 Aug 2011 23:26:29 -0700 (PDT) Received: from localhost.localdomain ([203.110.240.178]) by mx.google.com with ESMTPS id v2sm2931441pbi.51.2011.08.19.23.26.27 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Aug 2011 23:26:28 -0700 (PDT) From: Sanjoy Das To: gdb-patches@sourceware.org Subject: JIT Reader (re-roll) Date: Sat, 20 Aug 2011 06:26:00 -0000 Message-Id: <1313821635-22137-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/msg00385.txt.bz2 Re-roll of the previous series, incorporating the corrections suggested on the list. [PATCH 1/6] Introduce header (jit-reader.in) and modify build [PATCH 2/6] Platform agnostic dynamic loading code. [PATCH 3/6] New commands for loading and unloading a reader. [PATCH 4/6] Use the loaded reader. [PATCH 5/6] New JIT unwinder. [PATCH 6/6] Documentation.