From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16129 invoked by alias); 17 Oct 2006 02:37:09 -0000 Received: (qmail 16121 invoked by uid 22791); 17 Oct 2006 02:37:08 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.palmsource.com (HELO mx2.palmsource.com) (12.7.175.14) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 17 Oct 2006 02:37:04 +0000 Received: from localhost (localhost [127.0.0.1]) by localhost.domain.tld (Postfix) with ESMTP id 9B6AC277AF; Mon, 16 Oct 2006 19:37:03 -0700 (PDT) Received: from mx2.palmsource.com ([127.0.0.1]) by localhost (mx2.palmsource.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27851-01-26; Mon, 16 Oct 2006 19:37:02 -0700 (PDT) Received: from ussunex01.palmsource.com (unknown [192.168.101.9]) by mx2.palmsource.com (Postfix) with ESMTP id BE173275FC; Mon, 16 Oct 2006 19:37:02 -0700 (PDT) Received: from 192.168.92.75 ([192.168.92.75]) by ussunex01.palmsource.com ([192.168.101.9]) via Exchange Front-End Server owa.palmsource.com ([10.0.20.17]) with Microsoft Exchange Server HTTP-DAV ; Tue, 17 Oct 2006 02:37:02 +0000 Received: from svmsnyderlnx by owa.palmsource.com; 16 Oct 2006 19:37:00 -0700 Subject: Re: "cannot find bounds of current function" From: Michael Snyder To: Turny =?ISO-8859-1?Q?D=E1vid?= Cc: gdb@sourceware.org In-Reply-To: <20061016030519.w4313106s8ocwg4w@www.stud.u-szeged.hu> References: <20061016030519.w4313106s8ocwg4w@www.stud.u-szeged.hu> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Date: Tue, 17 Oct 2006 02:37:00 -0000 Message-Id: <1161052620.14535.364.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 X-IsSubscribed: 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/msg00120.txt.bz2 On Mon, 2006-10-16 at 03:05 +0200, Turny D=C3=A1vid wrote: > Hi, >=20 > I like to debug a C program which I compile using gcc for > ARM target. I use these arguments: > -march=3Darmv4t -mcpu=3Darm7tdmi -g -gdwarf-2 -EL > When I try to execute the "step" or the "next" instruction Hold on -- need a little more context. What did you do, and what was the state,=20 *before* you tried to execute a "step" or "next"? Is this a remote target? Native? Were you in "main"? > 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! >=20 > David >=20 > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. >=20