From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7378 invoked by alias); 19 Feb 2014 05:23:58 -0000 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 Received: (qmail 7364 invoked by uid 89); 19 Feb 2014 05:23:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,BODY_URI_ONLY,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f54.google.com Received: from mail-oa0-f54.google.com (HELO mail-oa0-f54.google.com) (209.85.219.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 19 Feb 2014 05:23:56 +0000 Received: by mail-oa0-f54.google.com with SMTP id j17so279439oag.41 for ; Tue, 18 Feb 2014 21:23:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=ADLzg6nF5PT1vzf5/YTZ3InjbMiwQ3yEUBMyGeIuJVI=; b=Y89Cj7ZqRwFrsLRgKsGVRZGc7Spj03R4ZmVEUBJMWQS3xAukQ4dh0bvxo2SCUCVPYt blQIE3IQ8xrxDYlaOxdLvo4Ctd/tRCgV7+zH9aGZSKiuVL4bPNWqHZfmOpjeCxtuajli ctQqQmGRbBSBRfaE6/41DIQxLoE1AGizfbsF3x0SoT6+Pift9fVpH+ubYxFkKXU2/Q02 pZ1Dxk38eF+PVzhiaViajp1cdksHTBC9j1TDw5CCPsChJLc3bsvn+nWbU/F+WC2+PKfl w4hryAOU+6ptsHVWjRPhzholpUda+5LgYHO7TgNKQfosGaKUs1jopzICLc97S+W1lIFj FhWg== X-Gm-Message-State: ALoCoQm84HqvnQS9Tj7wGuvfcPfUXj2UZRBW7fbFaLycDi5toEvCuxeJ3tWSH00FJIpVJ9V9rFgBRIyovalPdd3L31bnM7WeWg3a4yvBLqw2tsdC1YYbPPWH8txmGSH8m8y4Ntiwz+4GwoocAYx5fu4fdr4vouThYQeTWbhaUcL1O2ENbZAhq0zgsO92I4ZISCP6rUpKFteQQZ9z7uhwe5EMyXfKcFriJg== MIME-Version: 1.0 X-Received: by 10.60.232.230 with SMTP id tr6mr28995670oec.23.1392787434514; Tue, 18 Feb 2014 21:23:54 -0800 (PST) Received: by 10.182.84.131 with HTTP; Tue, 18 Feb 2014 21:23:54 -0800 (PST) In-Reply-To: <83sirf69r9.fsf@gnu.org> References: <20131226183618.D264CA18A0@sasha2.mtv.corp.google.com> <21204.13416.607204.485255@ruffy.mtv.corp.google.com> <83sirf69r9.fsf@gnu.org> Date: Wed, 19 Feb 2014 05:23:00 -0000 Message-ID: Subject: Re: [RFC][PATCH] Allow JIT unwinder provide symbol information From: Alexander Smundak To: Eli Zaretskii Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-02/txt/msg00589.txt.bz2 On Tue, Feb 18, 2014 at 7:50 PM, Eli Zaretskii wrote: >> + JIT_specific symbol information. > ^^^^^^^^^^^^ > Did you mean "JIT-specific" here? Yes. Sorry, will fix.