dwrite: Implement GetWeight() for IDWriteFont.
[wine] / programs / winedbg / winedbg.c
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-04-06  André Hentschelwinedbg: Implement be_arm_store_integer on ARM.
2012-01-17  Alexandre Julliardwinedbg: Split minidump option handling to a separate...
2011-04-20  André Hentschelwinedbg: Remove Alpha support.
2010-10-26  Alexandre Julliardwinedbg: Don't start another instance of the debugger...
2010-09-20  André Hentschelwinedbg: Add ARM support.
2010-08-26  Austin Englishwinedbg: Initial Sparc support.
2010-04-13  Eric Pouechwinedbg: Use standard Wine lists for threads.
2010-04-13  Eric Pouechwinedbg: Use standard Wine lists for processes.
2010-04-13  Eric Pouechwinedbg: Merge pointer deref and array index functions...
2010-04-07  Alexandre Julliardwinedbg: Save internal variables as proper DWORD values.
2010-03-29  Eric Pouechwinedbg: Store for context variables only the offsets...
2009-12-28  Gerald Pfeiferwinedbg: Use #elif defined(...) instead of plain #elif...
2009-12-23  Gerald Pfeiferwinedbg: Use #elif defined(...) instead of plain #elif...
2009-12-14  Eric Pouechdbghelp: Force 64bit module enumeration on all platforms.
2009-12-10  Alexandre Julliardwinedbg: Fix a number of 64-bit pointer truncation...
2009-12-09  Alexandre Julliardwinedbg: Use the explicit name for all A/W function.
2009-06-25  Austin Englishwinedbg: Return 0 if --help is specified.
2009-04-22  Mikołaj Zalewskiwinedbg: Add a crash dialog for --auto mode.
2009-04-21  Michael Stefaniucwinedbg: Remove some superfluous pointer casts.
2009-01-20  Francois Gougetwinedbg: Make some functions static.
2008-11-11  Eric Pouechwinedbg: Added scoped symbol picker, and options to...
2008-11-11  Eric Pouechwinedbg: Slightly change the option setting syntax...
2008-10-20  Eric Pouechwinedbg: Added a command to allow loading mismatched...
2008-10-20  Eric Pouechwinedbg: Use Unicode strings for all module references.
2008-09-04  Eric Pouechwinedbg: Search default debuggee dir for symbol informa...
2008-05-01  Eric Pouechwinedbg: Attach the source files to a given process...
2008-04-07  Francois GougetAssorted spelling fixes.
2007-08-31  Francois Gougetwinedbg: Detach from the debuggee before exiting.
2007-08-03  Francois Gougetdbghelp: Better match the PSDK types, especially with...
2007-02-12  Eric Pouechwinedbg: Support for debugging child processes.
2006-12-20  Alexandre Julliardwinedbg: Win64 printf format fixes.
2006-09-26  Eric Pouechwinedbg: Fixed regression in gdb startup (especially...
2006-06-20  Ge van Geldorpwinedbg: Added x86_64 support.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-02  Eric Pouechwinedbg: Bring usage() and .man up to date.
2006-03-02  Eric Pouechwinedbg: Add ability to reload a minidump.
2006-03-02  Eric Pouechwinedbg: process_io
2006-03-02  Eric Pouechwinedbg: main_loop.
2006-02-28  Eric Pouechwinedbg: Added a close_process method to process_io.
2006-02-28  Eric Pouechwinedbg: Extend auto mode with minidump.
2006-02-28  Eric Pouechwinedbg: Rewrite auto mode.
2006-02-27  Eric Pouechwinedbg: Auto mode.
2006-02-27  Eric Pouechwinedbg: Move gdb command line handling.
2006-02-27  Eric Pouechwinedbg: Active and command line.
2006-02-27  Eric Pouechwinedbg: Active targets
2006-02-16  Eric Pouechwinedbg: A couple of fixes after running valgrind.
2006-01-27  Eric Pouechwinedbg: Hardware breakpoints
2006-01-24  Alexandre JulliardAvoid importing _strlwr/_strupr from ntdll.
2006-01-23  Eric Pouechwinedbg: Added a more decent scheme for handling segmen...
2005-11-18  Eric PouechCentralized calls for SymSetContext, we only do it...
2005-11-18  Eric Pouech- now storing frames information in thread structure
2005-11-18  Eric PouechNow returning correct symbol flags (as native does...
2005-11-16  Eric PouechAdded ability to execute commands from a file passed...
2005-10-03  Eric PouechNow printing information when changing function while...
2005-08-23  Glenn WursterDon't pass on EH_STACK_INVALID exceptions.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-30  Francois GougetImprove the winedbg usage.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-05-24  Eric Pouech- started infrastructure for proper multi-target suppor...
2005-05-23  Eric Pouech- now storing exception info (if any) in thread structure
2005-05-23  Eric Pouech- no longer store internally the " for strings
2005-03-07  Alexandre JulliardMake output line-buffered to avoid messing up log files.
2005-03-03  Alexandre JulliardFixed a few regressions in the handling of segmented...
2004-12-22  Eric PouechReadFile and WriteFile must be passed a parameter for...
2004-12-14  Alexandre JulliardGenerate stub entries on the fly for missing entry...
2004-11-08  Eric Pouech- fixed regression in watchpoint setting (by addr)
2004-10-18  Vincent BéronAdd some more Alpha asm code and Alpha-specific parts.
2004-09-28  Eric Pouech- fixed regression in ctrl-c handling
2004-08-22  Eric Pouech- fixed breakpoint enabled/disabled state management
2004-07-16  Pierre d'HerbemontDefine the backend_cpu regarding the host processor.
2004-07-04  Eric Pouech- enhanced 'info share' output
2004-06-23  Mike HearnAdd a --command option to winedbg, add an "all" option...
2004-06-04  Eric Pouech- all symbol information storage is now module relative...
2004-04-15  Francois GougetHave winedbg send its output to stderr when invoked...
2004-02-03  Eric Pouech- now detecting Dwarf debug information in ELF modules...
2003-12-15  Eric Pouech- get rid of winedbg internal channels for output
2003-11-27  Alexandre JulliardPorting fixes.
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-21  Alexandre JulliardCorrectly pass the exception to the application when
2003-06-30  Catalin PatuleaFixed Unicode string output.
2003-05-22  Alexandre JulliardStart to make use of the proper PEB structure for process
2003-04-04  Alexandre JulliardRemove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI...
2003-04-01  Alexandre JulliardRemoved uses of u_long. Use void* type for pointers...
2003-03-04  Eric PouechAdded support for Ctrl-C handling if not running in...
2003-02-27  Eric PouechRemoved no longer needed UseXTerm internal variable.
2003-02-24  Marcus MeissnerPrint out name of float exceptions.
2003-02-11  Eric PouechAttach command no longer worked as expected, fixed it.
2003-01-09  Eric PouechRemoved emacs edition flavor (it's now a console attrib...
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-10-28  Lionel UlmerRaise an exception if any Wine or Winelib code does...
2002-09-13  Alexandre JulliardMoved the debugger to programs/winedbg where it belongs.