winecoreaudio: Initial Audio Driver for Mac OS X.
[wine] / programs / winedbg / gdbproxy.c
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.