From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fhhrr-0006tx-4F for qemu-devel@nongnu.org; Sun, 21 May 2006 02:56:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fhhrq-0006t8-C3 for qemu-devel@nongnu.org; Sun, 21 May 2006 02:56:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fhhrq-0006sv-7O for qemu-devel@nongnu.org; Sun, 21 May 2006 02:56:46 -0400 Received: from [66.54.152.27] (helo=jive.SoftHome.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1FhhvY-0000zw-2e for qemu-devel@nongnu.org; Sun, 21 May 2006 03:00:36 -0400 From: Mulyadi Santosa Subject: Re: [Qemu-devel] [PATCH 1/5] single step with no IRQs and timers Date: Sun, 21 May 2006 13:54:20 +0700 References: <446F8396.2000607@windriver.com> In-Reply-To: <446F8396.2000607@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605211354.20123.a_mulyadi@softhome.net> Reply-To: a_mulyadi@softhome.net, 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, Jason Wessel Hi Jason... > This patch adds the functionality to the gdb-stub to single step with > the IRQs and timers disabled. It greatly improves gdb's ability to > perform run control while running a linux kernel and stepping off of > breakpoints or stepping into certain types of functions. I have also > included individual controls for IRQs and timers to restore the > original behavior, since it is useful as well. Thank you very much for posting this patch. I was getting trouble when doing single stepping when running linux guest (2.6.14) using qemu 0.8.0, so maybe this is the right time to test your patch. BTW, this patch is non arch specific patch, right? I mean, since I am using i386-softmmu, does your patch also work on x86 full system emulation too? NB: Putting this patch on qemu forum (qemu.dad-answers.com) is nice while awaiting Fabrice's approval. regards, Mulyadi