From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30923 invoked by alias); 30 Jan 2008 16:53:45 -0000 Received: (qmail 30905 invoked by uid 22791); 30 Jan 2008 16:53:44 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 30 Jan 2008 16:53:18 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1) with ESMTP id m0UGqnuq031079; Wed, 30 Jan 2008 17:52:49 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id m0UGqm7P017097; Wed, 30 Jan 2008 17:52:48 +0100 (CET) Date: Wed, 30 Jan 2008 17:31:00 -0000 Message-Id: <200801301652.m0UGqm7P017097@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: brobecker@adacore.com, schwab@suse.de, gdb-patches@sourceware.org In-reply-to: <20080129174536.GD3773@caradoc.them.org> (message from Daniel Jacobowitz on Tue, 29 Jan 2008 12:45:36 -0500) Subject: Re: [RFA] fix "ptype $pc" internal-error References: <20080104094316.GO2179@adacore.com> <20080104104943.GA5975@adacore.com> <20080129174536.GD3773@caradoc.them.org> 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 X-SW-Source: 2008-01/txt/msg00802.txt.bz2 > Date: Tue, 29 Jan 2008 12:45:36 -0500 > From: Daniel Jacobowitz > > On Fri, Jan 04, 2008 at 02:49:43AM -0800, Joel Brobecker wrote: > > 2008-01-04 Joel Brobecker > > > > * eval.c (evaluate_subexp_standard): Add handling of user > > registers when in EVAL_AVOID_SIDE_EFFECTS mode. > > OK. > > > 2008-01-04 Joel Brobecker > > > > * gdb.base/ptype.exp: Add testing of "ptype $pc". > > Might want to loosen the expected type; I don't think every platform > returns a function type for PC. > > Then again, might not want to - everyone should do so :-) Indeed! So I'm fine with leaving it as is.