From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KERIR-00061B-5n for qemu-devel@nongnu.org; Thu, 03 Jul 2008 12:04:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KERIQ-00060J-EO for qemu-devel@nongnu.org; Thu, 03 Jul 2008 12:04:34 -0400 Received: from [199.232.76.173] (port=33007 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KERIQ-000605-96 for qemu-devel@nongnu.org; Thu, 03 Jul 2008 12:04:34 -0400 Received: from gecko.sbs.de ([194.138.37.40]:16344) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KERIP-0002CQ-LZ for qemu-devel@nongnu.org; Thu, 03 Jul 2008 12:04:33 -0400 Received: from mail2.sbs.de (localhost [127.0.0.1]) by gecko.sbs.de (8.12.11.20060308/8.12.11) with ESMTP id m63G4V0X016934 for ; Thu, 3 Jul 2008 18:04:31 +0200 Received: from [139.25.109.167] (mchn012c.mchp.siemens.de [139.25.109.167] (may be forged)) by mail2.sbs.de (8.12.11.20060308/8.12.11) with ESMTP id m63G4VTX021978 for ; Thu, 3 Jul 2008 18:04:31 +0200 Resent-To: qemu-devel@nongnu.org Resent-Message-Id: <486CF88F.1090008@siemens.com> Message-ID: <486CF559.5090805@siemens.com> Date: Thu, 03 Jul 2008 17:50:49 +0200 From: Jan Kiszka MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/13] Enhance debugging support - 2nd take 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, here comes a rebased and slightly changed version of my debug patch series. The only deeper change comes with patch 5: Instead of introducing a new single step mode, this patch enables pushing the TB's cflags from an arbitrary context into the next regular TB recompilation - without the need to start that compilation manually. That's a less invasive approach. Originally, I tried to use the cpu_io_recompile pattern for this, but then I realized that the scenarios are actually too different. To summarize the major contributions of this series: - Fixes and enhances host-injected watchpoint support - Enhances internal debugging API - Fixes SMP guest debugging - Adds full support for x86 debug registers Jan -- Siemens AG, Corporate Technology, CT SE 2 Corporate Competence Center Embedded Linux