From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29598 invoked by alias); 14 May 2009 13:50:28 -0000 Received: (qmail 29472 invoked by uid 22791); 14 May 2009 13:50:26 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,FS_NEW_XXX,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.186) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 May 2009 13:50:20 +0000 Received: by ti-out-0910.google.com with SMTP id a1so136669tib.12 for ; Thu, 14 May 2009 06:50:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.110.31.5 with SMTP id e5mr170669tie.35.1242309017111; Thu, 14 May 2009 06:50:17 -0700 (PDT) In-Reply-To: <8502af3c0905140623nece4f1dv1e03c2c841c59e42@mail.gmail.com> References: <8502af3c0905140623nece4f1dv1e03c2c841c59e42@mail.gmail.com> Date: Thu, 14 May 2009 13:50:00 -0000 Message-ID: Subject: Re: new port From: Hui Zhu To: Florent DEFAY Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00075.txt.bz2 I think maybe you code's frame analyze part have something wrong. On Thu, May 14, 2009 at 21:23, Florent DEFAY wrote: > Hi, > > I work on porting GDB to a new arch. > I already ported GCC. > > I meet some problems, I need help. > > At the moment, I can use most of basic GDB commands. > > I can set breakpoints and stop on them. I can set breakpoints on function names. > I can step. I can read locals and registers. > > When I use the command 'next', it should step and skip functions. The > problem is that > indeed it steps but it does not skip functions. It step into the function. > > Please help. > > > Regards. > > Florent >