dwrite: Implement GetWeight() for IDWriteFont.
[wine] / programs / winedbg / gdbproxy.c
2012-07-27  Michael Stefaniucwinedbg: Simplify the "pointer to start of array" idiom.
2012-05-23  Eric Pouechwinedbg: In the gdb remote protocol implementation...
2012-05-21  Eric Pouechwinedbg: In the gdb remote protocol implementation...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-01-04  Eric Pouechwinedbg: Added support for qAttached query packet.
2011-10-05  Eric Pouechwinedbg: Don't assert() on unsupported v-packets, but...
2011-04-20  André Hentschelwinedbg: Remove Alpha support.
2011-04-18  André Hentschelwinedbg: Add more ARM registers to the map.
2010-09-20  André Hentschelwinedbg: Add ARM support.
2010-08-31  Paul Bollewinedbg: gdbproxy: Quietly handle qSupported and qTStatus.
2010-08-30  Paul Bollewinedbg: gdb proxy mode: hide printf unless traced.
2010-08-30  Paul Bollewinedbg: gdb proxy mode: allow interrupt from command...
2010-08-26  Austin Englishwinedbg: Initial Sparc support.
2010-04-13  Eric Pouechwinedbg: Use standard Wine lists for threads.
2010-01-06  André Hentschelwinedbg: Update link.
2009-12-14  Eric Pouechwinedbg: Added a couple of tweaks to properly support...
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-11-09  Eric Pouechwinedbg: In proxy mode, correctly init the wine_segs...
2009-06-05  Alexandre Julliardwinedbg: Add wrappers for Read/WriteProcessMemory to...
2009-05-15  Francois Gougetwinedbg: Replace realloc() with HeapReAlloc().
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-26  Alexandre Julliardwinedbg: Fix compile when poll() is not available.
2008-05-01  Eric Pouechwinedbg: Added implementation of qSupported request.
2008-02-18  Alexandre Julliardwinedbg: Avoid using size_t in an error message.
2008-02-04  Eric Pouechwinedbg: Implemented the pXX request in gdb proxy.
2007-07-19  Michael Stefaniucprograms: Remove unreachable break after return/break...
2006-12-20  Alexandre Julliardwinedbg: Win64 printf format fixes.
2006-12-20  Alexandre Julliardwinedbg: Fixed a few data types.
2006-08-15  Eric Pouechwinedbg: Correctly protect system inclusion (needed...
2006-07-03  Ge van Geldorpwinedbg: Adjust the parameters of the backend read...
2006-06-20  Ge van Geldorpwinedbg: Added x86_64 support.
2006-06-13  Alexandre Julliardwinedbg: sscanf arguments should be ints, not size_t.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-02  Eric Pouechwinedbg: process_io
2006-02-28  Eric Pouechwinedbg: Fixed regression in gdb handling.
2006-02-27  Eric Pouechwinedbg: Move gdb command line handling.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-09-09  Alexandre JulliardUse Get/SetWindowLongPtr instead of Get/SetWindowLong...
2005-08-19  Mike McCormackFix gcc 4.0 warnings.
2005-05-29  Eric PouechReindented parts to be conform to the rest of the code.
2005-05-24  Eric Pouech- started infrastructure for proper multi-target suppor...
2005-05-24  David WelchAdded the ability to break into the program when using...
2005-05-24  David WelchFix decoding of thread IDs in the gdbproxy.
2005-02-10  Oliver StieberAdded vCont support.
2004-10-18  Vincent BéronAdd some more Alpha asm code and Alpha-specific parts.
2004-08-22  Eric Pouech- fixed breakpoint enabled/disabled state management
2004-08-02  Marcus MeissnerReplaced undefined C expression.
2004-06-04  Eric Pouech- all symbol information storage is now module relative...
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-10-09  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-23  Jon GriffithsNot everyone has <unistd.h>, some files need <io.h...
2003-09-07  Alexandre JulliardAdded a few missing stdarg.h includes.
2003-05-13  Alexandre JulliardUse int instead of socklen_t.
2003-04-19  Eric Pouech- added support for multi-thread in GDB remote read...
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-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2003-02-11  Eric Pouech- translated sprintf calls into snprintf
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-07  Eric PouechFixed protocol packet handling when winedbg is too...
2002-12-16  Eric PouechFixed a few issues with the gdb proxy.
2002-10-15  Gerald PfeiferSilence warning in hex_from0().
2002-09-13  Alexandre JulliardMoved the debugger to programs/winedbg where it belongs.