dbghelp: Always set the size to public symbols to 1 when we don't know the size
[wine] / dlls / dbghelp / stack.c
2006-01-05  Eric Pouechdbghelp: StackWalk (32 and 64 bit version).
2005-12-19  Eric Pouechdbghelp: Fixed missing parameters info in StackWalk64.
2005-12-06  Eric Pouechdbghelp: Final touch on StackWalk64 so that it works.
2005-12-05  Eric Pouechdbghelp: Implemented StackWalk64.
2005-11-29  Vitaliy MargolenStub StackWalk64.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-28  Eric PouechAdded stubs for DbgHelp functions: SymRegisterFunctionE...
2005-05-23  Eric Pouech- fixed ReadProcessMemoryProc prototype
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-05-16  Alexandre JulliardAvoid referencing stackframe.h from outside kernel32.
2005-05-14  Alexandre JulliardStore the 16-bit stack pointer in the WOW32Reserved...
2004-09-23  Robert ShearmanFix debugger for flat PC and non-flat frame.
2004-04-30  Eric Pouech- fixed some bugs in StackWalk (claimed for but forgott...
2004-04-20  Francois GougetAssorted spelling fixes.
2004-04-17  Emmanuel MaillardFixed a compile error on non-i386.
2004-04-05  Eric PouechFirst shot at implementing dbghelp.