wine-wine/debugger
Alexandre Julliard bf9130af10 Release 961013
Sun Oct 13 15:32:32 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>

	* [Make.rules.in] [*/Makefile.in]
	Made it possible to compile from a directory other than the source
	directory.

	* [graphics/metafiledrv/init.c] [include/metafiledrv.h]
	  [objects/metafile.c] [objects/dc.c]
	New graphics driver for metafiles.

	* [if1632/thunk.c]
	Added thunks for SetWindowsHook and SetDCHook.

	* [windows/dialog.c]
	Fixed GetNextDlgGroupItem and GetNextDlgTabItem to skip disabled
	items.

	* [*/*]
	Removed non Win32-clean types HANDLE, HBITMAP, HBRUSH, HFONT,
 	HINSTANCE, HMENU, HRGN and HTASK.

Wed Oct  9 14:59:45 1996  Frans van Dorsselaer  <dorssel@rulhm1.LeidenUniv.nl>

	* [controls/edit.c]
	Fixed EditWndProc() to fall back to DefWndProc() when the
	edit state structure is not available.

Wed Oct  2 14:00:34 1996  Huw D. M. Davies  <h.davies1@physics.oxford.ac.uk>

	* [windows/nonclient.c] [windows/mdi.c]
	AdjustWindowRectEx16() should only take notice of the styles
 	WS_DLGFRAME, WS_BORDER, WS_THICKFRAME and
 	WS_EX_DLGMODALFRAME. Thanks to Alex Korobka.

	* [controls/scroll.c]
	Fixed typo in ShowScrollBar32().

Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>

	* [if1632/user32.spec] [if1632/winmm.spec]
	Added SetParent and sndPlaySoundA.
1996-10-13 17:45:47 +00:00
..
Makefile.in Release 961013 1996-10-13 17:45:47 +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 960913 1996-09-13 16:50:47 +00:00
db_disasm.c Release 960913 1996-09-13 16:50:47 +00:00
dbg.y Release 961013 1996-10-13 17:45:47 +00:00
debug.l Release 960717 1996-07-17 20:02:21 +00:00
editline.c Release 960717 1996-07-17 20:02:21 +00:00
hash.c Release 960913 1996-09-13 16:50:47 +00:00
info.c Release 960611 1996-06-11 16:02:08 +00:00
memory.c Release 960928 1996-09-28 18:11:01 +00:00
registers.c Release 960805 1996-08-05 17:42:43 +00:00
stack.c Release 960428 1996-04-28 15:09:19 +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