Synchronize winldap.h with winldap_private.h.
[wine] / programs / winedbg / gdbproxy.c
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.