winedbg: When filling an imagehlp frame information, also do the stack field, it...
[wine] / programs / winedbg / stack.c
2010-03-31  Eric Pouechwinedbg: When filling an imagehlp frame information...
2010-03-31  Eric Pouechwinedbg: Store the CONTEXT in each stack frame to enabl...
2009-12-22  Eric Pouechwinedbg: Ensure the stack pointer is also passed to...
2009-12-22  Eric Pouechwinedbg: Push the correct machine type to StackWalk.
2009-12-15  Eric Pouechwinedbg: Fix some types for homogenous support on 64bit...
2009-12-14  Eric Pouechwinedbg: Force 64bit line number information throughout...
2009-12-10  Alexandre Julliardwinedbg: Fix a number of 64-bit pointer truncation...
2009-04-21  Michael Stefaniucwinedbg: Remove some superfluous pointer casts.
2009-01-09  Alexandre Julliardwinedbg: Fix pointer cast warnings on 64-bit.
2008-12-08  Christian Costawinedbg: Make frame numbers display starting from 0...
2008-10-20  Eric Pouechwinedbg: Use Unicode strings for all module references.
2008-10-18  Alexandre Julliardprograms: Convert source files to utf-8.
2008-01-14  Eric Pouechwinedbg: Fixed bt all so that current process/thread...
2007-10-23  Francois GougetAssorted spelling fixes.
2007-09-18  Francois Gougetdbghelp & imagehlp: Fix the PSYM_ENUMSYMBOLS_CALLBACK...
2006-12-20  Alexandre Julliardwinedbg: Win64 printf format fixes.
2006-12-04  Eric Pouechwinedbg: Added some black magic to still handle registe...
2006-11-27  Eric Pouechwinedbg: Various information printing issues.
2006-10-18  Peter Oberndorferwinedbg: Print frame address instead of duplicated...
2006-09-26  Eric Pouechwinedbg: Fixed regression in gdb startup (especially...
2006-08-29  Marcus MeissnerRemove some more unused debugging channels.
2006-08-14  Eric Pouechwinedbg: Native dbghelp can modify the passed debug...
2006-07-26  Ge van Geldorpwinedbg: Change ADDRESS variables to ADDRESS64 so we...
2006-07-03  Ge van Geldorpwinedbg: Adjust the parameters of the backend read...
2006-06-15  Alexandre Julliardwinedbg: Avoid a crash when there's no backtrace to...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Eric Pouechwinedbg: Fixed regression for command 'bt all'.
2006-03-02  Eric Pouechwinedbg: Add ability to reload a minidump.
2006-02-28  Eric Pouechwinedbg: Added a close_process method to process_io.
2006-02-20  Eric Pouechwinedbg: Fixed regression: stack info was no longer...
2006-02-16  Eric Pouechwinedbg: A couple of fixes after running valgrind.
2006-02-06  Eric Pouechwinedbg: Added support for function parameters passed...
2006-01-23  Eric Pouechwinedbg: Added a more decent scheme for handling segmen...
2005-12-03  Eric Pouechwinedbg: fixed regression (and simplified code!) for...
2005-11-29  Eric PouechReplaced stack_get_frame with a pure symbol (and no...
2005-11-18  Eric PouechCentralized calls for SymSetContext, we only do it...
2005-11-18  Eric PouechMove print_func_and_args to stack.c, where it belongs.
2005-11-18  Eric Pouech- now storing frames information in thread structure
2005-07-14  Robert ShearmanRemove additional current process tracking in backtrace...
2005-05-29  Eric PouechRewrote all stack backtrace code (more code sharing...
2005-05-23  Eric Pouech- no longer store internally the " for strings
2005-05-16  Alexandre JulliardAvoid referencing stackframe.h from outside kernel32.
2005-03-03  Alexandre JulliardFixed a few regressions in the handling of segmented...
2005-01-31  Eric PouechCleanup of dbghelp.h (and a couple of definition fixes...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-06  Robert ShearmanLimit StackWalk iterations to prevent infinite loop.
2004-09-23  Robert ShearmanFix debugger for flat PC and non-flat frame.
2004-08-22  Eric Pouech- fixed breakpoint enabled/disabled state management
2004-07-12  Eric PouechFixed regression on 'bt <tid>' command.
2004-06-23  Mike HearnAdd a --command option to winedbg, add an "all" option...
2004-06-22  Eric PouechFix compile error on non-i386.
2004-06-04  Eric Pouech- all symbol information storage is now module relative...
2003-12-15  Eric Pouech- get rid of winedbg internal channels for output
2002-09-13  Alexandre JulliardMoved the debugger to programs/winedbg where it belongs.