From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111204 invoked by alias); 7 Feb 2016 13:01:11 -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 111139 invoked by uid 89); 7 Feb 2016 13:01:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy= X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 07 Feb 2016 13:01:03 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2DFEB11666C; Sun, 7 Feb 2016 08:01:02 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id iyzapWSKT9+B; Sun, 7 Feb 2016 08:01:02 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C0A17116669; Sun, 7 Feb 2016 08:01:01 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id E001D406C6; Sun, 7 Feb 2016 17:00:57 +0400 (RET) Date: Sun, 07 Feb 2016 13:01:00 -0000 From: Joel Brobecker To: Markus Metzger Cc: palves@redhat.com, gdb-patches@sourceware.org Subject: Re: [PATCH v2 2/3] frame: use get_prev_frame_always in skip_tailcall_frames Message-ID: <20160207130057.GE20874@adacore.com> References: <1454681922-2228-1-git-send-email-markus.t.metzger@intel.com> <1454681922-2228-2-git-send-email-markus.t.metzger@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1454681922-2228-2-git-send-email-markus.t.metzger@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-02/txt/msg00178.txt.bz2 > Following the practice in skip_artificial_frames, also use > get_prev_frame_always instead of get_prev_frame in > skip_tailcall_frames. > > 2016-02-05 Markus Metzger > > gdb/ > * frame.c (skip_tailcall_frames): Call get_prev_frame_always. This seems OK; but would you be able to create a testcase for this? Thanks, -- Joel