README
1.05 KB
This subtree contains everything related to the debugger. Subdirectories
are:
rmon - The code for the Reality Monitor, that portion of the debugger that
runs in the target system and acts as an agent for debugger
processes on the host Indy. The rmon directory contains the
sources. There are three subdirectories, hermon, sermon, and
vermon. These build versions of rmon for the hardware, simulation,
and Verilog environments, respectively. Doing a make in the rmon
directory builds all three.
tools - Sources for various utility programs. See the README file in the
tools directory for more information.
disasm - Sources for the disassembler for the RCP as used in the
debugger. Doing a make here builds a test version that can
disassemble a test file.
dbgif - Sources for the Unix process that acts as interface between the
debugger itself and the target environment. Can work with hermon,
vermon, or sermon depending on command line options.
rk_include - An include directory required by many of the TeleShop
sources. (FYI, rk stands for RISC kernel.)