* [Qemu-devel] [5918] target-ppc: disable single stepping
@ 2008-12-07 16:23 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-12-07 16:23 UTC (permalink / raw)
To: qemu-devel
Revision: 5918
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5918
Author: aurel32
Date: 2008-12-07 16:23:22 +0000 (Sun, 07 Dec 2008)
Log Message:
-----------
target-ppc: disable single stepping
... which left was enabled by mistake.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/target-ppc/translate.c
Modified: trunk/target-ppc/translate.c
===================================================================
--- trunk/target-ppc/translate.c 2008-12-07 16:08:49 UTC (rev 5917)
+++ trunk/target-ppc/translate.c 2008-12-07 16:23:22 UTC (rev 5918)
@@ -38,7 +38,7 @@
#define GDBSTUB_SINGLE_STEP 0x4
/* Include definitions for instructions classes and implementations flags */
-#define DO_SINGLE_STEP
+//#define DO_SINGLE_STEP
//#define PPC_DEBUG_DISAS
//#define DO_PPC_STATISTICS
//#define OPTIMIZE_FPRF_UPDATE
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-07 16:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-07 16:23 [Qemu-devel] [5918] target-ppc: disable single stepping Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).