The accompanying tape contains a demonstration copy of CDB, the source-level
debugger from Third Eye Software.  If you have any problems, please contact
your supplier.

This tape contains the following files:
  /usr/bin/
    cdb			Single process debugger.
    cdbtrans		Symbol table translator (invoked by debuggers).
    docdbdemo		Shell script for running demos.

  /usr/lib/
    cdbhelp.text	Online help file.
    libcdb.a		Special library for some CDB functions.
    cdbend.c		Source file for libcdb.a

  /usr/lib/cdb/
    READ_ME*		Description of demo stuff.
    cdbdemo*		Demo program.
    cdbdemo.c		Source for demo program.
    cdbdemo.cdb		Translated symbol table for demo.
    cdbdemo.script	Playback file to drive demo.

  /usr/man/man1/
    cdb.1		Troff file for cdb man pages.
    cdbtrans.1		Troff file for cdbtrans man pages.


Additionally, you may have some of the following optional files:

    /usr/bin/mdb   Multiprocess debugger (ISI only).

    /usr/bin/wdb   Shell script to run cdb in windowed mode.
    /usr/bin/wm	   Window manger for use on ascii terminals (BSD only).
    /usr/man/man1/wm.1		Troff file for wm man pages.

    Papers describing the window manager code.
    /usr/doc/Paper.jacob
    /usr/doc/USINGWM

