From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26650 invoked by alias); 17 Dec 2007 17:38:44 -0000 Received: (qmail 26632 invoked by uid 22791); 17 Dec 2007 17:38:42 -0000 X-Spam-Check-By: sourceware.org Received: from dmz.mips-uk.com (HELO dmz.mips-uk.com) (194.74.144.194) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 17 Dec 2007 17:37:51 +0000 Received: from internal-mx1 ([192.168.192.240] helo=ukservices1.mips.com) by dmz.mips-uk.com with esmtp (Exim 3.35 #1 (Debian)) id 1J4JuV-0000T3-00; Mon, 17 Dec 2007 17:37:47 +0000 Received: from perivale.mips.com ([192.168.192.200]) by ukservices1.mips.com with esmtp (Exim 3.36 #1 (Debian)) id 1J4JuS-0002E9-00; Mon, 17 Dec 2007 17:37:44 +0000 Received: from macro (helo=localhost) by perivale.mips.com with local-esmtp (Exim 4.63) (envelope-from ) id 1J4JuS-0004gR-55; Mon, 17 Dec 2007 17:37:44 +0000 Date: Mon, 17 Dec 2007 17:47:00 -0000 From: "Maciej W. Rozycki" To: Daniel Jacobowitz cc: gdb-patches@sourceware.org, Nigel Stephens , "Maciej W. Rozycki" Subject: Re: utils.c: Sign-extend addresses if required by the target In-Reply-To: <20071216213324.GB2618@caradoc.them.org> Message-ID: References: <20071216213324.GB2618@caradoc.them.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-MIPS-Technologies-UK-MailScanner: Found to be clean X-MIPS-Technologies-UK-MailScanner-From: macro@mips.com 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: 2007-12/txt/msg00276.txt.bz2 On Sun, 16 Dec 2007, Daniel Jacobowitz wrote: > OK. This routine is used by MI, but should not be - a long term TODO > item is to change the way we present frame IDs to MI frontends to not > be based on the stack pointer, and then its use will go away. But > that's not going to happen too soon. What about Insight? Not that I would die for it, but the function is called from a few places in gdbtk/generic/gdbtk-{cmds,stack,varobj}.c and given the amount of development done on Insight these days I would imagine these uses are not going to go away anytime soon. Thanks for the review. Maciej