This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb/2002: GDB cannot continue debugging after error "Cannot find bounds of current function"


The following reply was made to PR gdb/2002; it has been noted by GNATS.

From: Daniel Jacobowitz <drow@false.org>
To: tommi.hoynalanmaa@iki.fi
Cc: gdb-gnats@sources.redhat.com
Subject: Re: gdb/2002: GDB cannot continue debugging after error "Cannot find bounds of current function"
Date: Sat, 3 Sep 2005 20:21:27 -0400

 On Thu, Sep 01, 2005 at 07:33:08AM -0000, tommi.hoynalanmaa@iki.fi wrote:
 > (gdb)
 > -exec-next 1
 > ^running
 > (gdb)
 > &"Cannot find bounds of current function\n"
 > ^error,msg="Cannot find bounds of current function"
 > (gdb)
 
 You're trying to use a command that only makes sense with source level
 debugging information when you haven't got any.  Have you tried
 "continue" or "stepi", or their MI equivalents?
 
 -- 
 Daniel Jacobowitz
 CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]