From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8057 invoked by alias); 26 Sep 2002 15:52:50 -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 8030 invoked from network); 26 Sep 2002 15:52:48 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 26 Sep 2002 15:52:48 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8QFYhi02292 for ; Thu, 26 Sep 2002 11:34:43 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8QFqlf26658; Thu, 26 Sep 2002 11:52:47 -0400 Received: from valrhona.uglyboxes.com (IDENT:TRxgU9iCRUlpQ4uCICUfjtxQN5dwqnDY@vpn50-53.rdu.redhat.com [172.16.50.53]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8QFqlJ30471; Thu, 26 Sep 2002 11:52:47 -0400 Date: Thu, 26 Sep 2002 08:52:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: bian hz cc: "gdb@sources.redhat.com" Subject: Re: How to use arm-elf-gdb In-Reply-To: <200209260517.g8Q5HCY22439@tiger.utstar.com.cn> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-09/txt/msg00432.txt.bz2 On Thu, 26 Sep 2002, bian hz wrote: > GNU gdb 5.0 > Copyright 2000 Free Software Foundation, Inc. I think this is your problem... I seem to recall that there were issues with arm-elf near the 5.0 release. (A search of the mailing list archives might show something.) I've tried this on cvs head, and it (at least) stops at my breakpoint in main. I suggest trying 5.2 or 5.3. Keith