d18872de33
May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte) * [controls/scroll.c] Make thumbtrack button disappear if scroll box ratio < 3:1. Make arrow buttons rectangular if scroll box ratio < 2:1. Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN, SBS_LEFTALIGN & SBS_RIGHTALIGN. Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-) * [loader/library.c] [loader/task.c] [misc/exec.c] Continue playing around trying to get a second task running. * [windows/mdi.c] Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized. * [everywhere] Adding previous works of the Apr 25, 94. Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl) * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h] Added Martin's mmsystem.dll stubs. * [misc/sound.c] Added remaining stubs for sound.dll. * [if1632/shell.spec] [misc/shell.c] Fixed prototypes (I found them in BC 4) and added ShellAbout() and AboutDlgProc(). |
||
---|---|---|
.. | ||
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