From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MhIt9-0005IW-8s for qemu-devel@nongnu.org; Sat, 29 Aug 2009 04:02:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MhIt4-0005Gf-32 for qemu-devel@nongnu.org; Sat, 29 Aug 2009 04:02:18 -0400 Received: from [199.232.76.173] (port=56896 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhIt3-0005Gb-Rq for qemu-devel@nongnu.org; Sat, 29 Aug 2009 04:02:13 -0400 Received: from one.firstfloor.org ([213.235.205.2]:53498) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MhIt3-0003OF-6S for qemu-devel@nongnu.org; Sat, 29 Aug 2009 04:02:13 -0400 Date: Sat, 29 Aug 2009 10:02:06 +0200 From: Andi Kleen Message-ID: <20090829080206.GA26468@one.firstfloor.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] qemu gdbstub List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jan.kiszka@web.de Cc: qemu-devel@nongnu.org Hi, The new qemu gdbstub in recent qemus/kvms is really nice and a big improvement over earlier ones. Thank you. I'm using qemu-kvm-0.10.6 on the plain Linux 2.6.30 KVM on VT. One problem I noticed is that I cannot step on another CPU thread than where it stopped. e.g. Ctrl-C (stopping on thread 1) (gdb) thread 2 (gdb) step ... I come back to thread 1 after the step On native gdb with multiple threads that seems to work. -Andi