From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98996 invoked by alias); 20 Nov 2018 16:40:36 -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 98614 invoked by uid 89); 20 Nov 2018 16:40:36 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 Nov 2018 16:40:34 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 548A53097031; Tue, 20 Nov 2018 16:40:33 +0000 (UTC) Received: from pinnacle.lan (ovpn-116-78.phx2.redhat.com [10.3.116.78]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E05E25C554; Tue, 20 Nov 2018 16:40:32 +0000 (UTC) Date: Tue, 20 Nov 2018 16:40:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Cc: John Darrington Subject: Re: [PATCH] GDB: S12Z: new function s12z_extract_return_value Message-ID: <20181120094031.731d359b@pinnacle.lan> In-Reply-To: <20181120075626.5385-1-john@darrington.wattle.id.au> References: <20181117233550.09353eeb@pinnacle.lan> <20181120075626.5385-1-john@darrington.wattle.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-11/txt/msg00317.txt.bz2 On Tue, 20 Nov 2018 08:56:26 +0100 John Darrington wrote: > Make gdb aware of the return values of functions which > return in registers. > > gdb/ChangeLog: > * s12z-tdep.c (s12z_extract_return_value): New function. > (inv_reg_perm) New array. > (s12z_return_value): Populate readbuf if non-null. Okay. (But make sure that the leading spaces get changed to a single tab when you place your ChangeLog entry in the ChangeLog file.) Kevin