From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3112 invoked by alias); 9 Mar 2004 20:03:53 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 3101 invoked from network); 9 Mar 2004 20:03:52 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 9 Mar 2004 20:03:52 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 4733D2B92; Tue, 9 Mar 2004 15:03:47 -0500 (EST) Message-ID: <404E2323.6050409@gnu.org> Date: Tue, 09 Mar 2004 20:03:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Manoj Iyer Cc: gdb@sources.redhat.com Subject: Re: (PPC64) 64 bit GDB unable to set br in 32bit app References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00074.txt.bz2 > Andrew, > > I am trying to debug a 32 bit app using a 64 bit GDB on a PowerPC64 bit > machine, You'll need a very recent GDB (which contains fixes for the can't insert breakpoint problem you noticed) a long with these fixes: http://sources.redhat.com/ml/gdb-patches/2004-03/msg00177.html http://sources.redhat.com/ml/gdb-patches/2004-03/msg00176.html which make GDB's handling of register sets more robust. Andrew