=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winedbg: There is no hardware single stepping support on ARM.

Alexandre Julliard julliard at winehq.org
Mon Feb 25 14:33:46 CST 2013


Module: wine
Branch: master
Commit: 371bbf8db4089999166d5b9ceccc148cc1b867b8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=371bbf8db4089999166d5b9ceccc148cc1b867b8

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sat Feb 23 17:34:26 2013 +0100

winedbg: There is no hardware single stepping support on ARM.

---

 programs/winedbg/be_arm.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/programs/winedbg/be_arm.c b/programs/winedbg/be_arm.c
index 00b6f5c..5d14a37 100644
--- a/programs/winedbg/be_arm.c
+++ b/programs/winedbg/be_arm.c
@@ -1686,7 +1686,6 @@ static unsigned be_arm_get_register_info(int regno, enum be_cpu_addr* kind)
 
 static void be_arm_single_step(CONTEXT* ctx, unsigned enable)
 {
-    dbg_printf("be_arm_single_step: not done\n");
 }
 
 static void be_arm_print_context(HANDLE hThread, const CONTEXT* ctx, int all_regs)




More information about the wine-cvs mailing list