ole32: Fix some leaks (coverity).
[wine] / programs / winedbg / break.c
2012-08-13  Michael Stefaniucwinedbg: Avoid TRUE:FALSE conditional expressions.
2011-03-08  Eric Pouechwinedbg: Fix 'break file : lineno' command so that...
2011-02-28  Alexandre Julliardwinedbg: Support setting a breakpoint from a file name...
2010-12-06  Peter Schlailewinedbg: Adds an rwatch command to winedbg.
2010-08-26  Eric Pouechwinedbg: Don't access inside a bp structure if it's...
2010-04-13  Eric Pouechwinedbg: Properly guard against setting a watchpoint...
2010-04-13  Eric Pouechwinedbg: Fix buffer size for 8-byte watchpoint.
2010-04-07  Eric Pouechwinedbg: Allow using 8-byte long hardware assisted...
2010-04-07  Eric Pouechwinedbg: Simplify a bit the find_triggered_watch function.
2010-01-07  Marcin Baczyńskiwinedbg: Remove superfluous void* cast.
2009-12-14  Eric Pouechwinedbg: Force 64bit line number information throughout...
2009-12-14  Eric Pouechwinedbg: Ensure all addresses passed to break functions...
2009-12-10  Alexandre Julliardwinedbg: Fix a number of 64-bit pointer truncation...
2009-03-09  Francois GougetRemove spaces before '\n's.
2007-05-23  Peter Oberndorferwinedbg: Only check for break/watch points on first...
2006-12-20  Alexandre Julliardwinedbg: Win64 printf format fixes.
2006-12-14  Francois GougetAssorted spelling fixes.
2006-12-04  Eric Pouechwinedbg: Now that local variable computation depends...
2006-07-26  Ge van Geldorpwinedbg: Change ADDRESS variables to ADDRESS64 so we...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-27  Petr Tesarikwinedbg: Fix stepping over an instruction.
2006-01-27  Eric Pouechwinedbg: Hardware breakpoints
2006-01-23  Eric Pouechwinedbg: Added a more decent scheme for handling segmen...
2005-11-17  Eric PouechSymGetType(...,TI_GET_LENGTH,...) requires a 64 bit...
2005-11-03  Eric PouechFixed 'break NN' command (using dbghelp.SymEnumLines).
2005-05-24  Hans LeidekkerFix uninitialized warnings.
2005-05-24  Eric Pouech- started infrastructure for proper multi-target suppor...
2005-03-23  Francois GougetAssorted spelling fixes.
2005-01-31  Eric PouechCleanup of dbghelp.h (and a couple of definition fixes...
2004-11-08  Eric Pouech- fixed regression in watchpoint setting (by addr)
2004-09-28  Eric Pouech- fixed regression in ctrl-c handling
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-22  Eric Pouech- fixed breakpoint enabled/disabled state management
2004-06-04  Eric Pouech- all symbol information storage is now module relative...
2004-01-28  Eric Pouech- now reporting message on bogus line number in 'bp...
2003-12-15  Eric Pouech- get rid of winedbg internal channels for output
2002-09-16  Eric PouechAdded ability to abort on interactive symbol lookup.
2002-09-13  Alexandre JulliardMoved the debugger to programs/winedbg where it belongs.