7cbe65725a
Thu Jan 5 13:37:42 1995 Cameron Heide (heide@ee.ualberta.ca) * [memory/global.c] GlobalCompact should now return the correct value when the largest run of free blocks includes the last block. * [windows/mdi.c] Tiling and cascading windows without any MDI children should no longer crash (assuming no-op is the correct thing to do). Sun Jan 1 23:30:25 1995 Fons Botman <botman@rabo.nl> * [objects/font.c] GetTextExtentPoint: fixed debug output, str is counted string, not zero terminated. * [if1632/relay.c] DLLRelay: when debugging_stack got segv, added upper bound for stack dump. |
||
---|---|---|
.. | ||
opcodes | ||
readline | ||
Imakefile | ||
README | ||
TODO | ||
break.c | ||
dbg.y | ||
debug.l | ||
dtest.c | ||
hash.c | ||
info.c | ||
regpos.h |
README
This is the core of the Wine debugger. Many pieces have been shamelessly stolen - the reverse assember was stolen from gdb more or less intact. It turns out that there are two variables that are set differently if you are reverse assembling 16 bit code, and on the whole it seems to work. There may be bugs for all I know. As far as non-linux systems are concerned, I simply ripped off the linux configuration files from gdb. Other systems may be close enough for these to work properly, but some tweaking may be required. I apologize for the non-portability of this, but I wrote the whole thing in about 4 hours, most of the time spent debugging a stupid mistake in the parser. -Eric