1. eaafb73 Added the notion of delayed breakpoint (when a function is not loaded by Eric Pouech · 24 years ago
  2. 4ee31d5 Accept responses from 1..n when choosing from multiple symbols to by James Juran · 24 years ago
  3. 09d7822 Delay import of user32 to allow debugging crashes in user init code. by Alexandre Julliard · 24 years ago
  4. 52c7534 Started handling of several symbols with the same name. by Eric Pouech · 24 years ago
  5. 5e2eeb6 Added some more disassembly instructions (notably rdtsc, which is used by Marcus Meissner · 24 years ago
  6. ea1576b Added some MMX disassembly to the debugger. by Marcus Meissner · 24 years ago
  7. 0db12f2 Fixed getting a variable address. by Eric Pouech · 24 years ago
  8. d6dcec8 Fixed float variables display. by Eric Pouech · 24 years ago
  9. f32f918 Spelling fixes. by Andreas Mohr · 24 years ago
  10. 2b713ba Enhanced robustness at startup. by Eric Pouech · 24 years ago
  11. 85d3086 - added stubs for three console functions - updated wincon.h by Michael Stefaniuc · 24 years ago
  12. f552359 Modify debugger to understand special undocumented "Name Thread" by James Hatheway · 24 years ago
  13. 282f727 Small 'typos in comments' fixes. by Francois Gouget · 24 years ago
  14. c9ec884 Documentation updates. by Andreas Mohr · 24 years ago
  15. 004dc82 Increased debugger include limit to 512. by Jon Griffiths · 24 years ago
  16. 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
  17. 6cf9ac8 Removed obsolete file. by Alexandre Julliard · 24 years ago
  18. d5042c4 Compile the debugger with STRICT on. by François Gouget · 24 years ago
  19. d18140c Fix the trivial compiler warnings in debugger/ when compiling with -W by Joerg Mayer · 24 years ago
  20. db0747d Removed some unnecessary includes. Got rid of ldt.h. by Alexandre Julliard · 24 years ago
  21. f6168db Fixed some warnings. by Alexandre Julliard · 24 years ago
  22. 633293f Build the debugger as a .so. by Alexandre Julliard · 24 years ago
  23. ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  24. afce921 Cleaned up internal types definition. by Eric Pouech · 24 years ago
  25. 0421138 Improved stabs loading (now using recursive parsing, required by stabs by Eric Pouech · 24 years ago
  26. 52d10c9 Work around for deref issues (least impact solution taken, even if issues remain). by Eric Pouech · 24 years ago
  27. 5ce2329 Finished separation of advapi32. by Alexandre Julliard · 24 years ago
  28. db1e5db Do not use a.out.h. by Dimitrie O. Paun · 24 years ago
  29. 5b971f0 Moved wsprintf functions to dlls/user. by Alexandre Julliard · 24 years ago
  30. a59324d Cosmetics. by Andreas Mohr · 24 years ago
  31. af1df43 Skip directories when loading debug symbols. by Dmitry Timoshkov · 24 years ago
  32. e939206 Improved internal module handling (module now have a size, map of by Eric Pouech · 24 years ago
  33. 5394ab8 Make use of Windows structure for COFF info. by Eric Pouech · 24 years ago
  34. 231cc27 Added some missing imports. by Alexandre Julliard · 24 years ago
  35. 6011e98 - Take OMAP records into account to correct symbol addresses. by Ulrich Weigand · 24 years ago
  36. d19ad39 Better error message when an include file is not found by makedep. by Alexandre Julliard · 24 years ago
  37. 1a3f705 Added import of ntdll. by Alexandre Julliard · 24 years ago
  38. 4efd28c DEBUG_ProcessDBGFile: use a stack variable for the extra_info. by Uwe Bonnes · 24 years ago
  39. 7493ead - enable loading of pdb files named in NB10 records of a dbg file by Juergen Schmied · 24 years ago
  40. d207d27 DEBUG_ProcessDBGFile: allocate MSC_DBG_INFO before writing to members by Uwe Bonnes · 24 years ago
  41. 634824b Raise an exception when a stub entry point is called. by Alexandre Julliard · 24 years ago
  42. d2e2bb2 Added LDFLAGS to linking of wine-related binaries. by Kristoffer Gleditsch · 24 years ago
  43. 0595b1f Added advapi32 to imported DLLs list. by Eric Pouech · 24 years ago
  44. 9039421 PDB symbol header format depends only on version code. by Ulrich Weigand · 24 years ago
  45. 4304aee Fixed floating point data printing and made basic types reading more robust. by Eric Pouech · 24 years ago
  46. cc53658 Fixed loading of symbols from libraries. by Juergen Schmied · 24 years ago
  47. df12a0d Fixed backtrace for apps that never called down to 16-bit code. by Alexandre Julliard · 25 years ago
  48. bd52902 Added missing cast. by Gerald Pfeifer · 25 years ago
  49. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
  50. 954a413 Improved support for vm86 mode. by Alexandre Julliard · 25 years ago
  51. 9edc7d0 Misc cleanups. by Alexandre Julliard · 25 years ago
  52. 20cd935 - fixes debugger output by Andreas Mohr · 25 years ago
  53. 7f0b104 Use tpXXX instead of tbXXX in tagTHREADENTRY32. by Uwe Bonnes · 25 years ago
  54. acc81ba Added two missing casts. by Gerald Pfeifer · 25 years ago
  55. ebef9a9 Fix for debugger disassembly being off by one byte after using nexti by James Abbatiello · 25 years ago
  56. 7bbba4f Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal. by Alexandre Julliard · 25 years ago
  57. 7d64d7d Do not crash if path is NULL in DEBUG_ProcessElfFileFromPath. by Dmitry Timoshkov · 25 years ago
  58. 9454801 Enhanced ELF files lookup for symbolic info. by Eric Pouech · 25 years ago
  59. 7c7e3ba Fixed regression in break command. by Eric Pouech · 25 years ago
  60. a007f33 Moved a few non-standard headers into their respective dlls. by Alexandre Julliard · 25 years ago
  61. 081ee94 - Fixed resource functions to work directly from the HMODULE instead of by Alexandre Julliard · 25 years ago
  62. b4c7499 Fixed some warnings. by Patrik Stridvall · 25 years ago
  63. 269b409 Added a few missing imports. by Hidenori Takeshima · 25 years ago
  64. 74cc65a Added a few missing imports. by Alexandre Julliard · 25 years ago
  65. 2ce9ad8 Tidyed up stack backtrace code a bit, and added a simple special by Ove Kaaven · 25 years ago
  66. 6b14117 Moved toolhelp implementation into kernel32 dll. by Alexandre Julliard · 25 years ago
  67. 58d5a0a Removed some unnecessary inclusions of wingdi.h and winuser.h by Alexandre Julliard · 25 years ago
  68. 71189b5 fixed a number of long standing bugs: by Eric Pouech · 25 years ago
  69. f96df31 Comment out a nonfunctional DOS part of debugger. by Ove Kaaven · 25 years ago
  70. 4474b6e Added Pentium Pro/2/3/4 conditional move instructions. by Ian Schmidt · 25 years ago
  71. c8924d3 Removed extraneous trace message. by Eric Pouech · 25 years ago
  72. f516be6 Unconditionnally print messages on DLL load breakpoint. by Eric Pouech · 25 years ago
  73. 522a9a9 Fixed winedbg watchpoints. by Andreas Mohr · 25 years ago
  74. 856aefa - Explicit init of rtn.cookie in DEBUG_EvalExpr to bad value to by Peter Hunnisett · 25 years ago
  75. 5b471ba Added BreakOnDllLoad internal var, cleaned up register validation on exception. by Eric Pouech · 25 years ago
  76. 7c43b22 Don't block endlessly after last debugged process has exited. by Eric Pouech · 25 years ago
  77. 911436b - cleaned-up break handling by Eric Pouech · 25 years ago
  78. 2f158c2 Removed @PROGEXT@ (it was broken anyway). by Alexandre Julliard · 25 years ago
  79. 291fa66 Removed the .xcnlnk section hack, and replaced it by another hack in by Alexandre Julliard · 25 years ago
  80. 01e819a Simplified wrc flags handling. by Alexandre Julliard · 25 years ago
  81. 0f45f1c Strip path name from dll when adding symbols. by Alexandre Julliard · 25 years ago
  82. 1cbf27a Compile fixes for non-i386 archs. by Ulrich Weigand · 25 years ago
  83. 2fc0289 DEBUG_ExternalDebugger() needs to be a part of wine, not winedbg. by James Juran · 25 years ago
  84. f182235 Fixed %p in printf (now using wsprintf which doesn't support it). by Eric Pouech · 25 years ago
  85. 4a07ed8 Fixed x /s command. by Eric Pouech · 25 years ago
  86. 508911b Old versions of glibc might not have STN_UNDEF defined. by Marcus Meissner · 25 years ago
  87. b971745 Fixed some buffer overflows. by Eric Pouech · 25 years ago
  88. f818d42 Fixed COORD structure definition. by Alexandre Julliard · 25 years ago
  89. 26342c9 Fixed segv when debugger registry key doesn't exist. by Eric Pouech · 25 years ago
  90. 04c16b8 - Enhanced internal variables framework (including read/save to by Eric Pouech · 25 years ago
  91. 7827254 Get rid of HEAP_xrealloc. by Dimitrie O. Paun · 25 years ago
  92. 164bac9 Improved CodeView type information loader. by Ulrich Weigand · 25 years ago
  93. e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
  94. 180a088 Moved PE header definitions to winnt.h where they belong. by Alexandre Julliard · 25 years ago
  95. a679541 Implemented 'walk process' and 'walk threads' commands using toolhelp snapshots. by Alexandre Julliard · 25 years ago
  96. b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
  97. 9639a0a Added missing winestub dependency. by Alexandre Julliard · 25 years ago
  98. e5efa0c Made the winedbg an external and WineLib program. by Eric Pouech · 25 years ago
  99. c53ceba Improved support for Makefiles that need to recurse in subdirectories. by Alexandre Julliard · 25 years ago
  100. 5846405 Fixed some ANSI C violations. by Patrik Stridvall · 25 years ago