- now storing frames information in thread structure
[wine] / programs / winedbg / stack.c
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.