From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27788 invoked by alias); 16 Oct 2006 17:12:26 -0000 Received: (qmail 27777 invoked by uid 22791); 16 Oct 2006 17:12:26 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 16 Oct 2006 17:12:20 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GZW0g-00077p-Fc; Mon, 16 Oct 2006 13:12:18 -0400 Date: Mon, 16 Oct 2006 17:12:00 -0000 From: Daniel Jacobowitz To: Turny =?iso-8859-1?Q?D=E1vid?= Cc: gdb@sourceware.org Subject: Re: "cannot find bounds of current function" continue into somewhere Message-ID: <20061016171218.GA27373@nevyn.them.org> Mail-Followup-To: Turny =?iso-8859-1?Q?D=E1vid?= , gdb@sourceware.org References: <20061016185813.sqpkh0dxs80c8048@www.stud.u-szeged.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20061016185813.sqpkh0dxs80c8048@www.stud.u-szeged.hu> User-Agent: Mutt/1.5.13 (2006-08-11) 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/msg00116.txt.bz2 On Mon, Oct 16, 2006 at 06:58:13PM +0200, Turny Dávid wrote: > Hi, > > Thak You! Its seems good, but there is another problem. After when I > execute the "continue" instruction I see this: > > target remote localhost:3333 > Remote debugging using localhost:3333 > 0x0000220c in ?? <> > break main > Breakpoint 1 at 0x821c: file main.c, line 6. > continue > Continuing. > _ > > and that's all. I dont get back the prompt...:( What is the matter? > Thank You! We have no way to guess. You should hit control-c and see if your program stops somewhere useful. -- Daniel Jacobowitz CodeSourcery