From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29461 invoked by alias); 25 Aug 2003 21:12:46 -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 29454 invoked from network); 25 Aug 2003 21:12:45 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 25 Aug 2003 21:12:45 -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 h7PLCjl26448 for ; Mon, 25 Aug 2003 17:12:45 -0400 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 h7PLCis32228; Mon, 25 Aug 2003 17:12:44 -0400 Received: from localhost.localdomain (vpn50-17.rdu.redhat.com [172.16.50.17]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h7PLChTN022468; Mon, 25 Aug 2003 17:12:43 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h7PLCcw07511; Mon, 25 Aug 2003 14:12:38 -0700 Date: Mon, 25 Aug 2003 21:12:00 -0000 From: Kevin Buettner Message-Id: <1030825211237.ZM7510@localhost.localdomain> In-Reply-To: "J. Johnston" "RFA: patch to display ia64 function pointers" (Jul 31, 6:01pm) References: <3F2991AA.2050400@redhat.com> To: "J. Johnston" , gdb-patches@sources.redhat.com Subject: Re: RFA: patch to display ia64 function pointers MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-08/txt/msg00439.txt.bz2 On Jul 31, 6:01pm, J. Johnston wrote: > The following patch fixes the problem when displaying structs or function > pointers that actually point to a function descriptor per the ia64 ABI. > Currently, the function descriptor pointer is erroneously interpreted as > pointing to a function and so gdb spits out some meaningless information. > > With the patch, you get to see the actual function that the pointer > is referencing via the function descriptor. > > Ok to commit? > > 2003-07-31 Jeff Johnston > > * ia64-tdep.c (ia64_convert_from_func_addr): New function. > (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr(). Okay. Thanks, Kevin P.S. Please let me know if you're waiting on me to review any more of your patches.