From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5249 invoked by alias); 10 Mar 2004 19:28:01 -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 5238 invoked from network); 10 Mar 2004 19:28:00 -0000 Received: from unknown (HELO e32.co.us.ibm.com) (32.97.110.130) by sources.redhat.com with SMTP; 10 Mar 2004 19:28:00 -0000 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e32.co.us.ibm.com (8.12.10/8.12.2) with ESMTP id i2AJRv0Y725658; Wed, 10 Mar 2004 14:27:57 -0500 Received: from austin.ibm.com (d03av02.boulder.ibm.com [9.17.193.82]) by westrelay02.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id i2AJRtL5316706; Wed, 10 Mar 2004 12:27:56 -0700 Received: from lazy.austin.ibm.com (lazy.austin.ibm.com [9.53.94.97]) by austin.ibm.com (8.12.10/8.12.10) with ESMTP id i2AJRtvE048540; Wed, 10 Mar 2004 13:27:55 -0600 Date: Wed, 10 Mar 2004 19:28:00 -0000 From: Manoj Iyer X-X-Sender: manjo@lazy To: Andrew Cagney cc: gdb@sources.redhat.com Subject: Re: (PPC64) 64 bit GDB unable to set br in 32bit app In-Reply-To: <404E2323.6050409@gnu.org> Message-ID: References: <404E2323.6050409@gnu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-03/txt/msg00099.txt.bz2 Andrew, > 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. Are these patches valid for gdb 6.1 as well?? or does gdb6.1 take care of these problems? I tried these patches on a 6.1 tree and seems like I am missing something... I get an ppc-linux-tdep.c:1046: error: `ppc32_linux_gregset' undeclared (first use in this function) Thanks Manoj