[DbgHelp & WineDbg]: add symt for function arguments.

Eric Pouech eric.pouech at wanadoo.fr
Wed Nov 16 14:41:30 CST 2005


ChangeLog:
Dbghelp describes the types of function arguments with a specific 
symbol-type (symt) which links both to arguments' type and to function 
prototype
- added this new type to dbghelp
- implemented its use in winedbg

  dlls/dbghelp/dbghelp.c         |    2 --
  dlls/dbghelp/dbghelp_private.h |    7 +++++++
  dlls/dbghelp/type.c            |   20 ++++++++++++++++----
  programs/winedbg/dbg.y         |    2 +-
  programs/winedbg/types.c       |    1 +
  5 files changed, 25 insertions(+), 7 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 19f2fde25d0b8bb0eaea326218d3d3c90bde48f4.diff
Type: text/x-patch
Size: 4707 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20051116/44d77e47/19f2fde25d0b8bb0eaea326218d3d3c90bde48f4.diff


More information about the wine-patches mailing list