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