Text preview for : Debug.mesa_Sep78.pdf part of xerox Debug.mesa Sep78 xerox mesa 4.0_1978 listing Mesa_4_Compiler Debug.mesa_Sep78.pdf



Back to : Debug.mesa_Sep78.pdf | Home

Debug.mesa 2-Sep-78 12:59:59 Page 1



-- file Debug.Mesa
-- last modified by Satterthwaite, July 16, 1978 11:15 AM
DIRECTORY
ComData: FROM "comdata" USING [bodyRoot, definitionsOnly],
CompilerDefs: FROM "compilerdefs" USING [CloseStringTable, OpenStringTable],
ControlDefs: FROM "contro1defs" USING [Control Link] ,
ErrorTabDefs: FROM "errortabdefs" USING [CSRptr],
IODefs: FROM "iodefs"
USING [CR, TAB, WriteChar, WriteDecimal, WriteOctal, WriteString],
LitDefs: FROM "litdefs"
USING [
lttype, LitDescriptor, LitDescriptorValue,
MasterString, StringLiteralValue],
StringDefs: FROM "stringdefs" USING [SubString, SubStringDescriptor],
SymDefs: FROM "symdefs"
USING [
setype, ctxtype, mdtype, bodytype,
BitAddress, CTXRecord, TransferMode, TypeClass,
HTIndex, SEIndex, ISEIndex, recordCSEIndex, CTXIndex, BTIndex,
HTNull, SENull, BTNu",
1G, lZ, typeTYPE],
SymSegDefs: FROM "symsegdefs" USING [FindExtension],
SymTabDefs: FROM "symtabdefs"
USING [NextSe, SubStringForHash, TypeLink, XferMode],
TableDefs: FROM "tab1edefs"
USING [TableBase, TableNotifier, AddNotify, DropNotify, TableBounds],
TreeDefs: FROM "treedefs"
USING [
treetype, NodeName, TreeLink, TreeIndex, TreeMap, nullTreelndex,
UpdateTree];
Debug: PROGRAM
IMPORTS
CompilerDefs, IODefs, LitDefs, SymSegDefs, SymTabDefs, TableDefs,
TreeDefs,
dataPtr: ComData
EXPORTS CompilerDefs