1. 40912b9 Inverted inner loops (Win32 debug event handling / WineDbg command line parser). by Eric Pouech · 23 years ago
  2. 81963df Enhanced error handling on input stream reading. by Eric Pouech · 23 years ago
  3. 9e4cf5c Fixed external debugger startup. by Eric Pouech · 23 years ago
  4. 7c4cb51 Cast void* to char* for pointer arithmetic. by Gregg Mattinson · 23 years ago
  5. 14dbbe0 Added /g debug format to dump GUIDs. by Alexandre Julliard · 23 years ago
  6. a3edeca Don't ask for source file in auto mode. by Alexandre Julliard · 23 years ago
  7. 3c85eb1 Added --debugmsg option to the debugger. by Alexandre Julliard · 23 years ago
  8. 26c1c42 Added ability to turn on/off debug channels. by Eric Pouech · 23 years ago
  9. e514a4a Really enter the debugger when DebugBreak(Process) is invoked on debuggee. by Eric Pouech · 23 years ago
  10. 9c3059c Added ctrl-c support. by Eric Pouech · 23 years ago
  11. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  12. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  13. 7fb4492 Fixed cont/pass mismatch. by Eric Pouech · 23 years ago
  14. 7bec5c1 Hacked unicode printing feature (x /u). Made the type casts a bit more robust. by Eric Pouech · 23 years ago
  15. 425ac1e Fixed wine exec file location after startup modifications. by Eric Pouech · 23 years ago
  16. cc2ee76 Renamed Winelib apps to .exe.so to follow the dll naming convention. by Alexandre Julliard · 23 years ago
  17. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  18. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  19. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  20. b53f130 Attempt at fixing MAX_PATH issues for mingw. by Alexandre Julliard · 23 years ago
  21. 3b1e3c8 Fixed warnings. by Alexandre Julliard · 23 years ago
  22. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  23. 9c54cfa More portable signature check. by Alexandre Julliard · 23 years ago
  24. a57149e Check ELF signature before processing file. by Alexandre Julliard · 23 years ago
  25. 3acf541 Fixed some bugs in first chance exception handling. by Eric Pouech · 23 years ago
  26. 3c07022 Fixed module mapping for debug info when PE section is compressed. by Eric Pouech · 23 years ago
  27. 2e4f9ed Added support for C++ identifier syntax. by Tijs van Bakel · 23 years ago
  28. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  29. 21b366e Added the detach command to the debugger. by Eric Pouech · 23 years ago
  30. 66dbcaf Cosmetic fixes to 'walk proc' command. by Eric Pouech · 23 years ago
  31. 73ab649 New file msvcrt/excpt.h. Move some stuff out of winnt.h into it. by Peter Hunnisett · 23 years ago
  32. 22ad2d2 Avoid assert for very large C++ .so files. by Peter Hunnisett · 23 years ago
  33. f5818d2 Upgraded configure script to use autoconf 2.50 features, and renamed by Alexandre Julliard · 23 years ago
  34. d727a9b Fixed some bad behavior when many symbols with same names where found. by Eric Pouech · 23 years ago
  35. 693cca5 Make FIXMEs more grep-able. by Dimitrie O. Paun · 23 years ago
  36. 911d424 Fixes char array in structure dumping. by Eric Pouech · 23 years ago
  37. d0f260e Enhance display for symbol picking. by Eric Pouech · 23 years ago
  38. 7a364bb Fixed vsnprintf return value check. by Bill Medland · 23 years ago
  39. 02ecb68 Fixed stabs parsing for GCC 3.0 (default types). by Eric Pouech · 23 years ago
  40. faf2880 Fix for some types of C++ debug info that can cause winedbg to crash. by Dave Hawkes · 23 years ago
  41. df90b00 Fixed IO when not run with wineconsole. by Eric Pouech · 23 years ago
  42. d0a0493 Revisited console support (got rid of old hacks and private editline by Eric Pouech · 23 years ago
  43. f5a8b96 Added "--auto" option. by Alexandre Julliard · 23 years ago
  44. e15badb Cosmetics. by Andreas Mohr · 23 years ago
  45. 27215d9 WINELIB applications (like reaktivate) might have very long (C++) by Marcus Meissner · 23 years ago
  46. 53050d7 Provide help even when in the NOPROCESS state. by Alexandre Julliard · 23 years ago
  47. 840434a Don't ignore first chance debug exceptions since it may be a by Alexandre Julliard · 24 years ago
  48. 588ff37 Documentation updates (mainly thru vs. through). by Francois Gouget · 24 years ago
  49. 38f2be4 Fixed the parsing of id1.id2 which could be either access to field id2 by Eric Pouech · 24 years ago
  50. 624cbd7 Fixes for Solaris X86. by Eric Pouech · 24 years ago
  51. c2b5cb3 Now tries to print the symbol name of a crst when it times out. by Eric Pouech · 24 years ago
  52. 800773f Extended bt command to display backtrace of another thread. by Eric Pouech · 24 years ago
  53. bb72c3d Check for -1 as the undefined value for handles before CloseHandle. by Marcus Meissner · 24 years ago
  54. f899ef0 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  55. 9107c6b Added disassembly for 0x0f 0x5x opcodes. by Alexandre Julliard · 24 years ago
  56. 1ce1bef Better error reporting on DebugActiveProcess failure. by Alexandre Julliard · 24 years ago
  57. eaafb73 Added the notion of delayed breakpoint (when a function is not loaded by Eric Pouech · 24 years ago
  58. 4ee31d5 Accept responses from 1..n when choosing from multiple symbols to by James Juran · 24 years ago
  59. 09d7822 Delay import of user32 to allow debugging crashes in user init code. by Alexandre Julliard · 24 years ago
  60. 52c7534 Started handling of several symbols with the same name. by Eric Pouech · 24 years ago
  61. 5e2eeb6 Added some more disassembly instructions (notably rdtsc, which is used by Marcus Meissner · 24 years ago
  62. ea1576b Added some MMX disassembly to the debugger. by Marcus Meissner · 24 years ago
  63. 0db12f2 Fixed getting a variable address. by Eric Pouech · 24 years ago
  64. d6dcec8 Fixed float variables display. by Eric Pouech · 24 years ago
  65. f32f918 Spelling fixes. by Andreas Mohr · 24 years ago
  66. 2b713ba Enhanced robustness at startup. by Eric Pouech · 24 years ago
  67. 85d3086 - added stubs for three console functions - updated wincon.h by Michael Stefaniuc · 24 years ago
  68. f552359 Modify debugger to understand special undocumented "Name Thread" by James Hatheway · 24 years ago
  69. 282f727 Small 'typos in comments' fixes. by Francois Gouget · 24 years ago
  70. c9ec884 Documentation updates. by Andreas Mohr · 24 years ago
  71. 004dc82 Increased debugger include limit to 512. by Jon Griffiths · 24 years ago
  72. 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
  73. 6cf9ac8 Removed obsolete file. by Alexandre Julliard · 24 years ago
  74. d5042c4 Compile the debugger with STRICT on. by François Gouget · 24 years ago
  75. d18140c Fix the trivial compiler warnings in debugger/ when compiling with -W by Joerg Mayer · 24 years ago
  76. db0747d Removed some unnecessary includes. Got rid of ldt.h. by Alexandre Julliard · 24 years ago
  77. f6168db Fixed some warnings. by Alexandre Julliard · 24 years ago
  78. 633293f Build the debugger as a .so. by Alexandre Julliard · 24 years ago
  79. ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  80. afce921 Cleaned up internal types definition. by Eric Pouech · 24 years ago
  81. 0421138 Improved stabs loading (now using recursive parsing, required by stabs by Eric Pouech · 24 years ago
  82. 52d10c9 Work around for deref issues (least impact solution taken, even if issues remain). by Eric Pouech · 24 years ago
  83. 5ce2329 Finished separation of advapi32. by Alexandre Julliard · 24 years ago
  84. db1e5db Do not use a.out.h. by Dimitrie O. Paun · 24 years ago
  85. 5b971f0 Moved wsprintf functions to dlls/user. by Alexandre Julliard · 24 years ago
  86. a59324d Cosmetics. by Andreas Mohr · 24 years ago
  87. af1df43 Skip directories when loading debug symbols. by Dmitry Timoshkov · 24 years ago
  88. e939206 Improved internal module handling (module now have a size, map of by Eric Pouech · 24 years ago
  89. 5394ab8 Make use of Windows structure for COFF info. by Eric Pouech · 24 years ago
  90. 231cc27 Added some missing imports. by Alexandre Julliard · 24 years ago
  91. 6011e98 - Take OMAP records into account to correct symbol addresses. by Ulrich Weigand · 24 years ago
  92. d19ad39 Better error message when an include file is not found by makedep. by Alexandre Julliard · 24 years ago
  93. 1a3f705 Added import of ntdll. by Alexandre Julliard · 24 years ago
  94. 4efd28c DEBUG_ProcessDBGFile: use a stack variable for the extra_info. by Uwe Bonnes · 24 years ago
  95. 7493ead - enable loading of pdb files named in NB10 records of a dbg file by Juergen Schmied · 24 years ago
  96. d207d27 DEBUG_ProcessDBGFile: allocate MSC_DBG_INFO before writing to members by Uwe Bonnes · 24 years ago
  97. 634824b Raise an exception when a stub entry point is called. by Alexandre Julliard · 24 years ago
  98. d2e2bb2 Added LDFLAGS to linking of wine-related binaries. by Kristoffer Gleditsch · 24 years ago
  99. 0595b1f Added advapi32 to imported DLLs list. by Eric Pouech · 24 years ago
  100. 9039421 PDB symbol header format depends only on version code. by Ulrich Weigand · 24 years ago