From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31723 invoked by alias); 21 Apr 2014 16:43:20 -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 31714 invoked by uid 89); 21 Apr 2014 16:43:19 -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,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f52.google.com Received: from mail-oa0-f52.google.com (HELO mail-oa0-f52.google.com) (209.85.219.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 21 Apr 2014 16:43:18 +0000 Received: by mail-oa0-f52.google.com with SMTP id l6so4415492oag.39 for ; Mon, 21 Apr 2014 09:43:17 -0700 (PDT) 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=WBooZPfkAGmMEvO3FdH4bTNDkb/xgD0OGT+k6CZ+Eyk=; b=ExOo5+/xBnzXoGalh4uh6IONfw2aNlc88KVgvh5kant7eKDFhLq1BLrFzacz0Sark4 qXZcN4gMIoVs46hse5PR9Cv6rXDPgq+rOfVSq2Pi54AYi0V0cw4voelNK5OCFmh5Ty2o cf85ytFCWDwbqiM6zfxGUxAG5TOAfROlU9JmBwGvSEl7RMrbgKPP1tpcpNFN3SwjLZD9 GrgIYvm/liTHbzVytW010yHn3JfJnVdPqbguuXNjLSY2PIh86gWgeAIVFT77AH8p4Bbl gmiHGz1P+N3zAHhXpAAGB7jtncFShWfL4WCz55ysUqqbFEHRej2c0YI8bctODLWfi8KY U3HQ== X-Gm-Message-State: ALoCoQmNrt32KJ8NA71bVCCwJ2FPxh5ui17rKLPEAfRtDL/zG4p2mJlBSeuLIV5l1Zg+7EoU2a5chSBUZZb3x6SxoKWPn1ZJGVwvb7EbTWXbDka9avAlgcO7p7kN+0PEPXUnVSUrDuhwTLzaon4GrGoorDkzyqKz0iqxgxHST0KU0d/FavB6OBzixLh0ZejsH+TtOGBQ2wtFU9bS8ia/+e2biTbhHZyKNw== MIME-Version: 1.0 X-Received: by 10.60.43.232 with SMTP id z8mr1390439oel.69.1398098596872; Mon, 21 Apr 2014 09:43:16 -0700 (PDT) Received: by 10.182.84.197 with HTTP; Mon, 21 Apr 2014 09:43:16 -0700 (PDT) In-Reply-To: <834n1nduht.fsf@gnu.org> References: <20131226183618.D264CA18A0@sasha2.mtv.corp.google.com> <21204.13416.607204.485255@ruffy.mtv.corp.google.com> <21320.15195.857721.50656@ruffy.mtv.corp.google.com> <834n1nduht.fsf@gnu.org> Date: Mon, 21 Apr 2014 16:43:00 -0000 Message-ID: Subject: Re: [RFC][PATCH] Allow JIT unwinder provide symbol information From: Alexander Smundak To: Eli Zaretskii Cc: Doug Evans , gdb-patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-04/txt/msg00415.txt.bz2 On Mon, Apr 21, 2014 at 12:14 AM, Eli Zaretskii wrote: >> +* Revised JIT interface allows creating plugins that display >> + JIT_specific symbol information. > ^^^^^^^^^^^^ > You mean "JIT-specific", with a dash, right? Sorry again. Fixed.