Eric Pouech : winedbg: Added support for function parameters passed in registers.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 6 05:10:18 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 2ce5eca6a5b5c6522e396e3b3f566dc523b29856
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=2ce5eca6a5b5c6522e396e3b3f566dc523b29856

Author: Eric Pouech <eric.pouech at wanadoo.fr>
Date:   Mon Feb  6 11:27:32 2006 +0100

winedbg: Added support for function parameters passed in registers.
Added correct stabs parsing for function parameters in registers.
Added a couple of helper functions to make code smaller and more
readable.

---

 dlls/dbghelp/stabs.c        |  113 ++++++++++++++++++++++++-------------------
 dlls/dbghelp/symbol.c       |   21 ++++++--
 programs/winedbg/debugger.h |    1 
 programs/winedbg/memory.c   |   24 +++++++++
 programs/winedbg/stack.c    |   46 ++++++++++++------
 programs/winedbg/symbol.c   |   52 +++++++-------------
 6 files changed, 153 insertions(+), 104 deletions(-)

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=2ce5eca6a5b5c6522e396e3b3f566dc523b29856



More information about the wine-cvs mailing list