Release 940510
[wine.git] / debugger / README
blob5715339e646ef95bf132a069fb4a075abb48e9ef
2         This is the core of the Wine debugger.  Many pieces have been
3 shamelessly stolen - the reverse assember was stolen from gdb more or
4 less intact.  It turns out that there are two variables that are set
5 differently if you are reverse assembling 16 bit code, and on the
6 whole it seems to work.  There may be bugs for all I know.
8         As far as non-linux systems are concerned, I simply ripped off
9 the linux configuration files from gdb.  Other systems may be close
10 enough for these to work properly, but some tweaking may be required.
12         I apologize for the non-portability of this, but I wrote the
13 whole thing in about 4 hours, most of the time spent debugging a
14 stupid mistake in the parser.
16 -Eric