[PATCH 0/2] shadow (to the user) some thunks

Eric Pouech eric.pouech at orange.fr
Sat Jan 8 07:08:50 CST 2011


The following series lets winedbg detect thunk code, and act as if
the thunk didn't exist (mainly, allow source single step through a thunk) 

---

Eric Pouech (2):
      [WineDbg]: added CPU method for identifying a jmp insn, and implement it for i386
      [WineDbg]: try to detect jump (potentially thunk code) while getting the status


 programs/winedbg/be_alpha.c  |    6 ++++++
 programs/winedbg/be_arm.c    |    6 ++++++
 programs/winedbg/be_cpu.h    |    2 ++
 programs/winedbg/be_i386.c   |   39 +++++++++++++++++++++++++++++++++++++++
 programs/winedbg/be_ppc.c    |    7 +++++++
 programs/winedbg/be_sparc.c  |    6 ++++++
 programs/winedbg/be_x86_64.c |    6 ++++++
 programs/winedbg/symbol.c    |    8 ++++++++
 8 files changed, 80 insertions(+), 0 deletions(-)

-- 
Eric Pouech



More information about the wine-patches mailing list