From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110140 invoked by alias); 7 Feb 2016 13:00:15 -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 110121 invoked by uid 89); 7 Feb 2016 13:00:15 -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=OK, ok!, OK! 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:00:14 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D61A811666D; Sun, 7 Feb 2016 08:00:12 -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 TJKWuCw0gbAr; Sun, 7 Feb 2016 08:00:12 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 7154511666E; Sun, 7 Feb 2016 08:00:12 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 7C133406C6; Sun, 7 Feb 2016 17:00:08 +0400 (RET) Date: Sun, 07 Feb 2016 13:00:00 -0000 From: Joel Brobecker To: Markus Metzger Cc: palves@redhat.com, gdb-patches@sourceware.org Subject: Re: [PATCH v2 1/3] frame: add skip_tailcall_frames Message-ID: <20160207130008.GD20874@adacore.com> References: <1454681922-2228-1-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-1-git-send-email-markus.t.metzger@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-02/txt/msg00177.txt.bz2 > Add a new function skip_tailcall_frames to skip TAILCALL_FRAME frames. > > 2016-02-05 Markus Metzger > > gdb/ > * frame.h (skip_tailcall_frames): New. > * frame.c (skip_tailcall_frames): New. > (frame_pop): Call skip_tailcall_frames. > * infcmd.c: Call skip_tailcall_frames. OK! -- Joel