Make ioport instruction emulation call winedos handlers.
[wine] / programs / winedbg /
2003-05-02  Alexandre JulliardAdded dummy read_elf_info for the non-ELF case (reporte...
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-02  Eric PouechAdded support for R types in stabs parsing.
2003-04-01  Alexandre JulliardPortability fixes.
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-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-19  Eric Pouech- removed unused function: SetSymbolValue
2003-02-19  Eric Pouech- added parsing of C++ inheritence information
2003-02-17  Eric Pouech- added GetName() to retrieve type name
2003-02-17  Eric PouechMoved expr freeing when translating a command (no longe...
2003-02-14  Mike HearnRemoved the nonexistant command "debugmsg" from winedbg...
2003-02-11  Eric PouechTranslated sprintf calls into snprintf.
2003-02-11  Eric Pouech- translated sprintf calls into snprintf
2003-02-11  Eric PouechAttach command no longer worked as expected, fixed it.
2003-01-30  Eric Pouech- Added experimental parsing for C++ code (but winedbg...
2003-01-30  Eric Pouech- Removed no longer used queue & modref related commands.
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-13  Alexandre JulliardAdded configure check for regex.h.
2003-01-11  Eric PouechAdded 'info symbol' command to look for defined symbols.
2003-01-09  Eric PouechRemoved emacs edition flavor (it's now a console attrib...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-07  Eric PouechFixed protocol packet handling when winedbg is too...
2003-01-05  Eric PouechFixed some bugs in cast operator.
2002-12-16  Eric PouechFixed a few issues with the gdb proxy.
2002-12-15  Alexandre JulliardAdded y.tab.[ch] pseudo-dependencies to fix parallel...
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-11-30  Vincent BéronChange CRLF end of lines in LF only.
2002-11-13  Eric PouechActually exit loop on '\0' while printing a string.
2002-11-06  Eric PouechReplaced assert by simple if + warning message for...
2002-10-28  Lionel UlmerRaise an exception if any Wine or Winelib code does...
2002-10-25  Jeff SmithFixed behaviour of "x /s ...".
2002-10-15  Gerald PfeiferSilence warning in hex_from0().
2002-09-29  Greg TurnerAttempt at handling 'k' and 'B' symbols.
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.