From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30938 invoked by alias); 17 Dec 2007 17:50:37 -0000 Received: (qmail 30929 invoked by uid 22791); 17 Dec 2007 17:50:36 -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:50:26 +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 1J4K6h-000221-00; Mon, 17 Dec 2007 17:50:23 +0000 Received: from perivale.mips.com ([192.168.192.200]) by ukservices1.mips.com with esmtp (Exim 3.36 #1 (Debian)) id 1J4K6Y-000342-00; Mon, 17 Dec 2007 17:50:14 +0000 Received: from macro (helo=localhost) by perivale.mips.com with local-esmtp (Exim 4.63) (envelope-from ) id 1J4K6Y-0004nt-Ph; Mon, 17 Dec 2007 17:50:14 +0000 Date: Mon, 17 Dec 2007 18:35: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: <20071217174645.GA6476@caradoc.them.org> Message-ID: References: <20071216213324.GB2618@caradoc.them.org> <20071217174645.GA6476@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/msg00278.txt.bz2 On Mon, 17 Dec 2007, Daniel Jacobowitz wrote: > I try not to break Insight knowingly, but if we go to clean up MI > frame identification and that breaks Insight, I'll leave it to the > Insight developers to clean up. That's the downside of being so > tightly tied into GDB. OK, thanks for this clarification. I have applied this change thus. Maciej