Zebediah Figura : winedbg/gdbproxy: Store the register map inside the be_cpu struct.

Alexandre Julliard julliard at winehq.org
Thu Jun 14 16:53:23 CDT 2018


Module: wine
Branch: master
Commit: 1244759036af68780f9d6b4d95d251a8d80ffe11
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=1244759036af68780f9d6b4d95d251a8d80ffe11

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Wed Jun 13 16:34:01 2018 -0500

winedbg/gdbproxy: Store the register map inside the be_cpu struct.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/winedbg/be_arm.c    |  24 +++
 programs/winedbg/be_arm64.c  |  41 ++++++
 programs/winedbg/be_cpu.h    |  10 ++
 programs/winedbg/be_i386.c   |  48 ++++++
 programs/winedbg/be_ppc.c    |  80 ++++++++++
 programs/winedbg/be_x86_64.c |  64 ++++++++
 programs/winedbg/debugger.h  |   2 +
 programs/winedbg/gdbproxy.c  | 343 +++++--------------------------------------
 8 files changed, 306 insertions(+), 306 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=1244759036af68780f9d6b4d95d251a8d80ffe11



More information about the wine-cvs mailing list