From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51363 invoked by alias); 27 Feb 2019 14:53:20 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 51349 invoked by uid 89); 27 Feb 2019 14:53:20 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=BAYES_00,KAM_MXURI,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=no version=3.3.2 spammy= X-HELO: gateway34.websitewelcome.com Received: from gateway34.websitewelcome.com (HELO gateway34.websitewelcome.com) (192.185.148.119) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 27 Feb 2019 14:53:18 +0000 Received: from cm11.websitewelcome.com (cm11.websitewelcome.com [100.42.49.5]) by gateway34.websitewelcome.com (Postfix) with ESMTP id 213761CA1ED for ; Wed, 27 Feb 2019 08:53:17 -0600 (CST) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id z0aCg2Z7sdnCez0aCgyspG; Wed, 27 Feb 2019 08:53:17 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ku9rsjGxHdofDXRRWuRgk6n4wO+sJgEawunESJ4oPck=; b=PUsEN7qNzWn2U6yC2mPwquYy1F i/WwodEYkoUYwdJsJwn9LGqMWeJy5nWGd8T8jcuwnb+2dRACEsVKXATQgxXryzj16GfpU8EoN34SF +kEugNZMTCkEvicr9YkVBEPSA; Received: from 75-166-85-218.hlrn.qwest.net ([75.166.85.218]:59350 helo=murgatroyd) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1gz0aC-0032Ik-EQ; Wed, 27 Feb 2019 08:53:16 -0600 From: Tom Tromey To: Dmitry Samersoff Cc: Tom Tromey , David Griffiths , Jan Kratochvil , Andrew Burgess , dwk , GDB Subject: Re: Is nexti confused by pushq? References: <20190226073236.GD10887@embecosm.com> <20190226101245.GA1496753@host1.jankratochvil.net> <87h8cqfk0k.fsf@tromey.com> Date: Wed, 27 Feb 2019 14:53:00 -0000 In-Reply-To: (Dmitry Samersoff's message of "Wed, 27 Feb 2019 10:59:36 +0300") Message-ID: <87fts99tb8.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-02/txt/msg00075.txt.bz2 >> for the JIT you'd want to do something similar. I thought there was >> already such an unwinder for OpenJDK at least... ? Dmitry> Yes, JDK has different kind of unwinders but unfortunately porting it to Dmitry> python is problematic. Dmitry> It reminds me old discussion about a native plugin interface for gdb I was referring to this: http://mail.openjdk.java.net/pipermail/jdk9-dev/2016-May/004379.html Tom