qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Handle debug signals on PowerPC


From: Andrew Stubbs
Subject: [Qemu-devel] [PATCH] Handle debug signals on PowerPC
Date: Mon, 13 Oct 2008 17:03:09 +0100
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

Hi,

The attached patch allows PowerPC QEMU to be used with the debugger.

Currently, any attempt to debug causes an unknown exception error. Note that there are also a few other issues that prevent QEMU from working at all (for me, at any rate, and not just with debugging), but those fixes are not yet ready.

Andrew
Index: linux-user/main.c
===================================================================
--- linux-user/main.c   (revision 5453)
+++ linux-user/main.c   (working copy)
@@ -1286,6 +1286,7 @@
                       "Aborting\n");
             break;
         case POWERPC_EXCP_DEBUG:    /* Debug interrupt                       */
+       case EXCP_DEBUG:
             /* XXX: check this */
             {
                 int sig;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]