Sign in
goma
/
wine
/
439bc961c43a93984217902f7b2f77d9449ea2b6
/
debugger
40912b9
Inverted inner loops (Win32 debug event handling / WineDbg command line parser).
by Eric Pouech
· 23 years ago
81963df
Enhanced error handling on input stream reading.
by Eric Pouech
· 23 years ago
9e4cf5c
Fixed external debugger startup.
by Eric Pouech
· 23 years ago
7c4cb51
Cast void* to char* for pointer arithmetic.
by Gregg Mattinson
· 23 years ago
14dbbe0
Added /g debug format to dump GUIDs.
by Alexandre Julliard
· 23 years ago
a3edeca
Don't ask for source file in auto mode.
by Alexandre Julliard
· 23 years ago
3c85eb1
Added --debugmsg option to the debugger.
by Alexandre Julliard
· 23 years ago
26c1c42
Added ability to turn on/off debug channels.
by Eric Pouech
· 23 years ago
e514a4a
Really enter the debugger when DebugBreak(Process) is invoked on debuggee.
by Eric Pouech
· 23 years ago
9c3059c
Added ctrl-c support.
by Eric Pouech
· 23 years ago
7cae558
Removed some more trailing whitespace.
by Alexandre Julliard
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
7fb4492
Fixed cont/pass mismatch.
by Eric Pouech
· 23 years ago
7bec5c1
Hacked unicode printing feature (x /u). Made the type casts a bit more robust.
by Eric Pouech
· 23 years ago
425ac1e
Fixed wine exec file location after startup modifications.
by Eric Pouech
· 23 years ago
cc2ee76
Renamed Winelib apps to .exe.so to follow the dll naming convention.
by Alexandre Julliard
· 23 years ago
ad53383
Added winebuild support for generating a .dbg.c file containing the
by Alexandre Julliard
· 23 years ago
67371bc
Added -res option to specify resources on winebuild command-line.
by Alexandre Julliard
· 23 years ago
3245991
Moved imports specification from the .spec into the Makefile so that
by Alexandre Julliard
· 23 years ago
b53f130
Attempt at fixing MAX_PATH issues for mingw.
by Alexandre Julliard
· 23 years ago
3b1e3c8
Fixed warnings.
by Alexandre Julliard
· 23 years ago
5769d1d
Better support for configure detection of missing types, added check
by Alexandre Julliard
· 23 years ago
9c54cfa
More portable signature check.
by Alexandre Julliard
· 23 years ago
a57149e
Check ELF signature before processing file.
by Alexandre Julliard
· 23 years ago
3acf541
Fixed some bugs in first chance exception handling.
by Eric Pouech
· 23 years ago
3c07022
Fixed module mapping for debug info when PE section is compressed.
by Eric Pouech
· 23 years ago
2e4f9ed
Added support for C++ identifier syntax.
by Tijs van Bakel
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
21b366e
Added the detach command to the debugger.
by Eric Pouech
· 23 years ago
66dbcaf
Cosmetic fixes to 'walk proc' command.
by Eric Pouech
· 23 years ago
73ab649
New file msvcrt/excpt.h. Move some stuff out of winnt.h into it.
by Peter Hunnisett
· 23 years ago
22ad2d2
Avoid assert for very large C++ .so files.
by Peter Hunnisett
· 23 years ago
f5818d2
Upgraded configure script to use autoconf 2.50 features, and renamed
by Alexandre Julliard
· 23 years ago
d727a9b
Fixed some bad behavior when many symbols with same names where found.
by Eric Pouech
· 23 years ago
693cca5
Make FIXMEs more grep-able.
by Dimitrie O. Paun
· 23 years ago
911d424
Fixes char array in structure dumping.
by Eric Pouech
· 23 years ago
d0f260e
Enhance display for symbol picking.
by Eric Pouech
· 23 years ago
7a364bb
Fixed vsnprintf return value check.
by Bill Medland
· 23 years ago
02ecb68
Fixed stabs parsing for GCC 3.0 (default types).
by Eric Pouech
· 23 years ago
faf2880
Fix for some types of C++ debug info that can cause winedbg to crash.
by Dave Hawkes
· 23 years ago
df90b00
Fixed IO when not run with wineconsole.
by Eric Pouech
· 23 years ago
d0a0493
Revisited console support (got rid of old hacks and private editline
by Eric Pouech
· 23 years ago
f5a8b96
Added "--auto" option.
by Alexandre Julliard
· 23 years ago
e15badb
Cosmetics.
by Andreas Mohr
· 23 years ago
27215d9
WINELIB applications (like reaktivate) might have very long (C++)
by Marcus Meissner
· 23 years ago
53050d7
Provide help even when in the NOPROCESS state.
by Alexandre Julliard
· 23 years ago
840434a
Don't ignore first chance debug exceptions since it may be a
by Alexandre Julliard
· 24 years ago
588ff37
Documentation updates (mainly thru vs. through).
by Francois Gouget
· 24 years ago
38f2be4
Fixed the parsing of id1.id2 which could be either access to field id2
by Eric Pouech
· 24 years ago
624cbd7
Fixes for Solaris X86.
by Eric Pouech
· 24 years ago
c2b5cb3
Now tries to print the symbol name of a crst when it times out.
by Eric Pouech
· 24 years ago
800773f
Extended bt command to display backtrace of another thread.
by Eric Pouech
· 24 years ago
bb72c3d
Check for -1 as the undefined value for handles before CloseHandle.
by Marcus Meissner
· 24 years ago
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
Next »