- eafa391 Use argv[0] to locate the server executable. by Alexandre Julliard · 25 years ago
- 52faa56 Bugfix: missing NULL pointer checks. by Ulrich Weigand · 25 years ago
- 6665ad4 Display the external modules after the internal modules in crash report. by Gerard Patel · 25 years ago
- 0e0a4ab Bugfix: uninitialized pointer caused crashes. by Ulrich Weigand · 25 years ago
- 8d55bcc Use case insensitive comparison while searching for new modules. by Eric Pouech · 25 years ago
- 8142a16 Parse CodeView type/symbol info with 32-bit type indices. by Ulrich Weigand · 25 years ago
- 6f1b642 Raise an exception when a critical section wait failed. by Alexandre Julliard · 25 years ago
- 1d5bc46 Removed extra #include statements. by Niels Kristian Bech Jensen · 25 years ago
- b3ec4b9 Made debugger compile and marginally work on non-Intel archs. by Ulrich Weigand · 25 years ago
- 68c78e7 Corrected operand sizes for the "enter" instruction. by Rein Klazes · 25 years ago
- 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
- 88354d9 Added missing include. by Marcus Meissner · 25 years ago
- a88cae1 Allow loading of modules debug information after first invocation of debugger. by Eric Pouech · 25 years ago
- 3723c2c Bugfix: Perform proper process shutdown on 'quit' and error. by Ulrich Weigand · 25 years ago
- 1427343 Fixed potential crash in string variable printing. by Eric Pouech · 25 years ago
- 233cb06 Bugfix: (E)IP-relative offsets depend on operand, not address, size. by Ulrich Weigand · 26 years ago
- dfd69a3 Fixed crash. by Eric Pouech · 26 years ago
- 99b1513 Really do a silent backtrace when requested. by Eric Pouech · 26 years ago
- 9bd9b82 Do not set the address if the symbol is still tagged INVALID. by Eric Pouech · 26 years ago
- 28fffb7 Added support for N_BINCL and N_EINCL instructions. by Eric Pouech · 26 years ago
- 7d8cfeb Removed IP_reg, SP_reg and FL_reg definitions to avoid potential by Alexandre Julliard · 26 years ago
- 478eee1 Eliminated warnings. by Patrik Stridvall · 26 years ago
- 95049ed Added utility function to invoke external debugger. by Kevin Holbrook · 26 years ago
- 0076135 Avoid crashing on a bad symbol address of 0x0000. by Kevin Holbrook · 26 years ago
- 021bd85 Make it possible to compile with GNU C's -I- option. by Patrik Stridvall · 26 years ago
- 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
- d47cdaf Bugfix: Grp8 instructions have *byte* BitOffset operand. by Ulrich Weigand · 26 years ago
- 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
- 719f308 Fix (well kludge around) FreeBSD's `Invalid address' errors. by Juergen Lock · 26 years ago
- 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
- 410ae4f Debugger is now called by exception handling. by Alexandre Julliard · 26 years ago
- 4bf3354 Removed direct references to CLASS internals. by Patrik Stridvall · 26 years ago
- 0e65b38 Add new "walk" command options to list processes and modref's. by Guy Albertelli · 26 years ago
- e22a4e5 Changed K&R C function definition to ANSI C. by Patrik Stridvall · 26 years ago
- 1fe9eb1 Make it possible to link Wine statically (at least on RedHat 6.0). by Pavel Roskin · 26 years ago
- 3b50d21 Fixed a few typos. by Eric Pouech · 26 years ago
- cb0f1a9 Check when backtracking the stack if frames are correct (readable). by Eric Pouech · 26 years ago
- 2c419ac Don't freeze other thread while it may hold the X critical section. by Ulrich Weigand · 26 years ago
- 5a1bf8f Added support for FreeBSD 3.0 to DEBUG_checkmap_bad(). by Marcus Meissner · 26 years ago
- 42751a3 Made "Wine-dbg>set *seg:off = val" work (previously only by Ove Kaaven · 26 years ago
- b6ca7a5 Fixed off-by-one bug in memory access check. by Ove Kaaven · 26 years ago
- c6c0483 Fixed a couple of bugs (silent backtrace not totally silent, crashes by Ove Kaaven · 26 years ago
- 1bb9403 ANSI C fixes. by Patrik Stridvall · 26 years ago
- 896889f ANSI C fixes. by Patrik Stridvall · 26 years ago
- b4a5db5 Improved Wine debugger backtrace. New features: by Ove Kaaven · 26 years ago
- cdd3a52 Format output in DEBUG_ExamineMemory for "d" and "x" not to exceed 80 chars. by Uwe Bonnes · 26 years ago
- a9a671d Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
- dda17c6 Added a possibility to let the internal debugger use a separate by Ove Kaaven · 26 years ago
- 0f8bc5b Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
- 2a8c5da Use CLIENT_DebuggerRequest to freeze/unfreeze threads. by Ulrich Weigand · 26 years ago
- 15ca6c4 Prevent crash in debugger. by Eric Pouech · 26 years ago
- b87fe2e More code moved to the X11 driver (bitmap and palette and misc). by Patrik Stridvall · 26 years ago
- 833f3ae Abort on input error. by Alexandre Julliard · 26 years ago
- 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
- 006efb3 Buffer size bug in LocateDebugInfoFile. by Sergey Turchanov · 26 years ago
- b0d52b0 More include optimizations. by Marcus Meissner · 26 years ago
- ee517e8 - fixed missing stdlib.h and string.h includes everywhere by David Luyer · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 761e314 Fixed backtrack issue on 16bit code. by Eric Pouech · 26 years ago
- 2820592 Changed LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!) by Eric Pouech · 26 years ago
- b151865 Fixed comment for Wine documentation. by Eric Pouech · 26 years ago
- 04c3e1d Removed a lot of occurences of windows.h (and added necessary other includes). by Marcus Meissner · 26 years ago
- 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
- 5ef8b17 Fixed a few #ifdefs. by Brian Joseph Czapiga · 26 years ago
- 3635880 Implemented better output for indirect calls. by Juergen Schmied · 26 years ago
- b178207 Added possibility to load .stabs/.stabstr sections from PE dlls. by Marcus Meissner · 26 years ago
- 8d8703c Moved some more code to the X11 driver. by Patrik Stridvall · 26 years ago
- 2c3d07f Implemented the symbolfile command (as mentioned by the help by NF Stevens · 26 years ago
- 35dd387 Fixed typo in type (removed quite a few warnings). by Eric Pouech · 26 years ago
- d72e2de Fixed source line matching for functions in DEBUG_ProcessCoffDebug; by Sergey Turchanov · 26 years ago
- c508772 Fix for files which do not contain exports (fg, EXE) to get processed by Sergey Turchanov · 26 years ago
- 40c11eb Allow switching off/on of debugmsgs in the debugger. by Marcus Meissner · 26 years ago
- 592ba10 autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and by Marcus Meissner · 26 years ago
- 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
- 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
- ca1bc86 Moves more stuff from windows.h. by Michael Veksler · 26 years ago
- 50629f0 Changed db_task_printsym to always print a full address, no matter by Alexandre Julliard · 26 years ago
- 73458b0 Changed // comments to /* */ so WINE compiles with non-gcc compilers again. by Marcus Meissner · 26 years ago
- 151170c Moved more things to the X11 driver. by Patrik Stridvall · 26 years ago
- eee1ddc Made variables optimized into registers accessible. by Ove Kaaven · 26 years ago
- b9aa7c9 Bugfix: -debug didn't work anymore after the last startup sequence patch. by Ulrich Weigand · 26 years ago
- 241c730 Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the by François Gouget · 26 years ago
- 73d6c13 Renamed all LPIMAGE_* types to PIMAGE_*. by Uwe Bonnes · 26 years ago
- fd31468 Don't print name for 32 bit lib multiple times. by Uwe Bonnes · 26 years ago
- 69df371 Made Wine's debugger work satisfactorily with DOS apps. by Ove Kaaven · 26 years ago
- 7e5b3b3 Added a memset() to prevent a debugger segfault caused by by Ove Kaaven · 26 years ago
- c0d52e0 Initial revision by Alexandre Julliard · 27 years ago
- d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
- 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
- 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
- 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
- f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
- a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
- dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
- 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
- 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
- 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
- 0623a6f Release 980118 by Alexandre Julliard · 27 years ago wine-980118
- 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
- 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221