From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Do0vD-0005ds-A3 for qemu-devel@nongnu.org; Thu, 30 Jun 2005 11:25:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Do0v0-0005WE-HX for qemu-devel@nongnu.org; Thu, 30 Jun 2005 11:25:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Do0ux-0005Ml-Rk for qemu-devel@nongnu.org; Thu, 30 Jun 2005 11:25:31 -0400 Received: from [212.50.211.55] (helo=adonis.kotinet.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Do0ms-0004v7-G8 for qemu-devel@nongnu.org; Thu, 30 Jun 2005 11:17:10 -0400 Received: from [192.168.0.177] (adsl-82-141-87-67.kotinet.com [82.141.87.67]) by adonis.kotinet.com (Postfix) with ESMTP id 98553CE03C for ; Thu, 30 Jun 2005 18:12:04 +0300 (EEST) Message-ID: <42C40C98.10104@kotinet.com> Date: Thu, 30 Jun 2005 18:15:36 +0300 From: Tero Kaarlela MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Problems with GDB 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 Hi, I am currently trying to use GDB for debugging PPC guest. What I would like to do is to step one instruction but if I give command 'nexti' from GDB affect is exactly same than if i give 'continue'. Running does not stop after 1 instruction. My GDB config: GDB version 6.1 "--host=i386-linux --target=ppc-linux" And here is GDB debug from Qemu: Waiting gdb connection on port 1234 (nexti invoked here) command='Hc-1' reply='' command='qC' reply='' command='qOffsets' reply='' command='?' reply='S05' command='Hg0' reply='' command='g' reply='000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fffffffc000030000000000000000000000000000000000000000000' command='mfffffffc,c' reply='4bfffe050000000000000000' command='vCont?' reply='' command='Hc0' reply='' command='s' So am I doing something wrong here/is my GDB configured properly. Thanks Tero