Minimalistic README for Dan's Dreamcast Debugger


This is another of my "fed up with what's there" programs. This is a 
simple assembly-level debugging front end to the GDB stub code. This uses
the GDB protocol, so in theory it can be used with other GDB stubs for
the SH-4. The big difference is that it can't handle RLE compression,
so if your stub uses that this won't work. I may change that later.

It's fairly *nix specific -- curses, termios, etc. It also requires the
loadable module "da" (damodule.so) for hooking into GCC's disassembly
facilities. The source for this module, and a binary if you can't get it
to compile, have both been included.

This is pretty much incomplete right now.. definitely a work in progress.
I'll be working more on this and posting it as I have it.

This entire program is distributed under the terms of the GNU Public
License, version 2 or higher. A copy of the license is not currently
included but I'm sure you can find it if you want to know. damodule.so
contained binary code from a GNU package; you may find the source code
and other information about this package at Cygnus' (now RedHat's)
source site -- http://sourceware.cygnus.com/

					Dan Potter
					Aug 3, 2000
					http://www.allusion.net/dcdev/

