André Hentschel : winedbg: Add more ARM registers to the map.

Alexandre Julliard julliard at winehq.org
Mon Apr 18 11:10:55 CDT 2011


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Fri Apr 15 19:19:44 2011 +0200

winedbg: Add more ARM registers to the map.

---

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

diff --git a/programs/winedbg/gdbproxy.c b/programs/winedbg/gdbproxy.c
index 3c86950..fae1582 100644
--- a/programs/winedbg/gdbproxy.c
+++ b/programs/winedbg/gdbproxy.c
@@ -441,6 +441,9 @@ static size_t cpu_register_map[] = {
     FIELD_OFFSET(CONTEXT, R10),
     FIELD_OFFSET(CONTEXT, Fp),
     FIELD_OFFSET(CONTEXT, Ip),
+    FIELD_OFFSET(CONTEXT, Sp),
+    FIELD_OFFSET(CONTEXT, Lr),
+    FIELD_OFFSET(CONTEXT, Pc),
 };
 #else
 # error Define the registers map for your CPU




More information about the wine-cvs mailing list