Sweden-Number/debugger
Alexandre Julliard 7cbe65725a Release 950109
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.
1995-01-09 18:21:16 +00:00
..
opcodes Release 941227 1994-12-27 14:11:53 +00:00
readline Release 950109 1995-01-09 18:21:16 +00:00
Imakefile Release 941227 1994-12-27 14:11:53 +00:00
README Release 0.4.3 1993-09-29 12:21:49 +00:00
TODO Release 0.4.3 1993-09-29 12:21:49 +00:00
break.c Release 941210 1994-12-10 13:02:28 +00:00
dbg.y Release 941210 1994-12-10 13:02:28 +00:00
debug.l Release 941210 1994-12-10 13:02:28 +00:00
dtest.c Release 940201 1994-02-02 06:48:31 +00:00
hash.c Release 950109 1995-01-09 18:21:16 +00:00
info.c Release 941210 1994-12-10 13:02:28 +00:00
regpos.h Release 940201 1994-02-02 06:48:31 +00:00

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