Dbghelp describes the types of function arguments with a specific
commitf7dd869ebf75b98b9ddf983899a1480ffac463f2
authorEric Pouech <eric.pouech@wanadoo.fr>
Thu, 17 Nov 2005 12:53:41 +0000 (17 12:53 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 17 Nov 2005 12:53:41 +0000 (17 12:53 +0000)
tree228f6eadcf97eef0986412ffb3405dbef541e0f8
parent6b7bebfbf955cf91b46c32abe2aa80cb3c7d42c8
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
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/type.c
programs/winedbg/dbg.y
programs/winedbg/types.c