From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5788 invoked by alias); 16 Oct 2006 01:05:26 -0000 Received: (qmail 5780 invoked by uid 22791); 16 Oct 2006 01:05:25 -0000 X-Spam-Check-By: sourceware.org Received: from eos.fwall.u-szeged.hu (HELO eos.fwall.u-szeged.hu) (160.114.120.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 16 Oct 2006 01:05:23 +0000 Received: from localhost ([127.0.0.1] helo=eos.fwall.u-szeged.hu) by eos.fwall.u-szeged.hu with smtp (Exim 4.51) id 1GZGuu-0004K5-G3 for gdb@sourceware.org; Mon, 16 Oct 2006 03:05:20 +0200 Received: from eos.fwall.u-szeged.hu ([127.0.0.1]) by eos.fwall.u-szeged.hu (SMSSMTP 4.1.11.41) with SMTP id M2006101603052025595 for ; Mon, 16 Oct 2006 03:05:20 +0200 Received: from iris.cc.u-szeged.hu ([160.114.8.100]) by eos.fwall.u-szeged.hu with esmtp (Exim 4.51) id 1GZGuu-0004KG-Bk for gdb@sourceware.org; Mon, 16 Oct 2006 03:05:20 +0200 Received: from www by iris.cc.u-szeged.hu with local (Exim 4.51) id 1GZGuu-00050v-22 for gdb@sourceware.org; Mon, 16 Oct 2006 03:05:20 +0200 Received: from 84.236.21.163 ([84.236.21.163]) by www.stud.u-szeged.hu (Horde MIME library) with HTTP; Mon, 16 Oct 2006 03:05:19 +0200 Message-ID: <20061016030519.w4313106s8ocwg4w@www.stud.u-szeged.hu> Date: Mon, 16 Oct 2006 01:05:00 -0000 From: Turny =?iso-8859-2?b?ROF2aWQ=?= To: gdb@sourceware.org Subject: "cannot find bounds of current function" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) X-SZTE-local: YES X-SZTE-HU-local: YES X-SZTE-AVcheck: YES Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00107.txt.bz2 Hi, I like to debug a C program which I compile using gcc for ARM target. I use these arguments: -march=armv4t -mcpu=arm7tdmi -g -gdwarf-2 -EL When I try to execute the "step" or the "next" instruction with the gdb, then I got this message: "cannot find bounds of current function" There is no function in my program except the main(). The "list" instruction is OK. I can see my C code. How can I execute the next instruction? What I have to do? Please somebody help me! Thanks! David ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.