From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31859 invoked by alias); 11 Mar 2003 23:16:28 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 31852 invoked from network); 11 Mar 2003 23:16:28 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 11 Mar 2003 23:16:28 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h2BNGSQ14569 for ; Tue, 11 Mar 2003 18:16:28 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h2BNGSV00749 for ; Tue, 11 Mar 2003 18:16:28 -0500 Received: from localhost.localdomain (vpn50-53.rdu.redhat.com [172.16.50.53]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h2BNGRS19502 for ; Tue, 11 Mar 2003 18:16:27 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h2BNGMM12251 for gdb-patches@sources.redhat.com; Tue, 11 Mar 2003 16:16:22 -0700 Date: Tue, 11 Mar 2003 23:16:00 -0000 From: Kevin Buettner Message-Id: <1030311231622.ZM12250@localhost.localdomain> In-Reply-To: Andrew Cagney "Re: [RFA] mips-tdep.c: Add dwarf/dwarf2 regnum mapping functions" (Mar 11, 5:06pm) References: <1030304211701.ZM24618@localhost.localdomain> <3E68D0FD.2010809@redhat.com> <1030307175146.ZM16168@localhost.localdomain> <3E68EA63.10401@redhat.com> <1030311212221.ZM11769@localhost.localdomain> <3E6E5DF7.3000706@redhat.com> To: gdb-patches@sources.redhat.com Subject: Re: [RFA] mips-tdep.c: Add dwarf/dwarf2 regnum mapping functions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-03/txt/msg00268.txt.bz2 On Mar 11, 5:06pm, Andrew Cagney wrote: > > * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to > > mips_dwarf_dwarf2_ecoff_reg_to_regnum(). > > (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum): > > Do range checks on register number obtained from debugging info. > > (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and > > set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of > > set_gdbarch_ecoff_reg_to_regnum() to account for new name of > > mapping function. > > > Yes, thanks. Committed. Kevin