Index of /transameritech2/EXTRAS/WINE9411/DEBUGGER
Name Last modified Size Description
Parent Directory 22-Nov-1994 03:31 -
BREAK.C 22-Nov-1994 03:30 1k
DBG.Y 22-Nov-1994 03:30 4k
DEBUG.L 22-Nov-1994 03:30 4k
DTEST.C 22-Nov-1994 03:30 2k
HASH.C 22-Nov-1994 03:30 4k
IMAKEFIL 22-Nov-1994 03:30 1k
INFO.C 22-Nov-1994 03:30 7k
OPCODES/ 22-Nov-1994 03:31 -
READLINE/ 22-Nov-1994 03:31 -
REGPOS.H 22-Nov-1994 03:30 2k
TODO 22-Nov-1994 03:30 1k
TRANS.TBL 31-Dec-1969 23:52 1k
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