From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FMVjT-00012B-0v for qemu-devel@nongnu.org; Thu, 23 Mar 2006 14:44:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FMVjR-00011q-Hg for qemu-devel@nongnu.org; Thu, 23 Mar 2006 14:44:30 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FMVjR-00011n-DR for qemu-devel@nongnu.org; Thu, 23 Mar 2006 14:44:29 -0500 Received: from [66.93.172.17] (helo=nevyn.them.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FMVk6-0000Lj-1Y for qemu-devel@nongnu.org; Thu, 23 Mar 2006 14:45:10 -0500 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FMVjQ-000553-2u for qemu-devel@nongnu.org; Thu, 23 Mar 2006 14:44:28 -0500 Date: Thu, 23 Mar 2006 14:44:28 -0500 From: Daniel Jacobowitz Subject: Re: [Qemu-devel] Debugging low level ARM with GDB Message-ID: <20060323194428.GA19514@nevyn.them.org> References: <4422C85F.8040106@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4422C85F.8040106@gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Thu, Mar 23, 2006 at 05:10:07PM +0100, Dirk Behme wrote: > (gdb) s > Cannot find bounds of current function > (gdb) n > Cannot find bounds of current function Try using "si" and "ni" to step a single instruction. But make sure you can run it before you try to debug it. -- Daniel Jacobowitz CodeSourcery