From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11756 invoked by alias); 14 May 2009 13:24:42 -0000 Received: (qmail 11739 invoked by uid 22791); 14 May 2009 13:24:39 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fk-out-0910.google.com (HELO fk-out-0910.google.com) (209.85.128.184) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 May 2009 13:23:35 +0000 Received: by fk-out-0910.google.com with SMTP id 18so579155fks.8 for ; Thu, 14 May 2009 06:23:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.126.66 with SMTP id b2mr1674233fas.3.1242307412752; Thu, 14 May 2009 06:23:32 -0700 (PDT) Date: Thu, 14 May 2009 13:24:00 -0000 Message-ID: <8502af3c0905140623nece4f1dv1e03c2c841c59e42@mail.gmail.com> Subject: new port From: Florent DEFAY To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/msg00074.txt.bz2 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