From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32009 invoked by alias); 14 Apr 2003 03:43: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 32002 invoked from network); 14 Apr 2003 03:43:01 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.166.107) by sources.redhat.com with SMTP; 14 Apr 2003 03:43:01 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 31B3B2B2F; Sun, 13 Apr 2003 23:42:52 -0400 (EDT) Message-ID: <3E9A2E3C.5020106@redhat.com> Date: Mon, 14 Apr 2003 03:43:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jafa Cc: gdb@sources.redhat.com Subject: Re: Frame handling References: <00c801c2fdfd$68a82b40$f601a8c0@scenix.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00126.txt.bz2 > I have just checked out the trunk today and it looks like a number of the > ports are using the new frame handling approach. The d10v is, it has zero deprecated methods. Since, at present, updates are being pushed into this architecture first, you'll need to keep a close eye on it. Other architectures are creaping closer. > BTW - The stack-backtraces have a second problem as well... GDB is ment to > stop at 'main' but the symbol lookup fails. In the applications that I am > testing the symbol 'main' is a weak alias and this seams to be a general > problem in the symbol lookup. Can you post the details (new thread)? Andrew