readme

来自「也是DC的一个调试程序,具体看README吧」· 代码 · 共 29 行

TXT
29
字号
Minimalistic README for Dan's Dreamcast DebuggerThis 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 usesthe GDB protocol, so in theory it can be used with other GDB stubs forthe 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 theloadable module "da" (damodule.so) for hooking into GCC's disassemblyfacilities. The source for this module, and a binary if you can't get itto 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 PublicLicense, version 2 or higher. A copy of the license is not currentlyincluded but I'm sure you can find it if you want to know. damodule.socontained binary code from a GNU package; you may find the source codeand 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/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?