Text preview for : StmtMap.mesa_Sep78.pdf part of xerox StmtMap.mesa Sep78 xerox mesa 4.0_1978 listing Mesa_4_Debug StmtMap.mesa_Sep78.pdf



Back to : StmtMap.mesa_Sep78.pdf | Home

StmtMap.mesa 2-Sep-78 15:32:14 Page 1


StmtMap.Mesa
Edited by:
Sandman on April 15, 1978 3:44 PM
Barbara on July 13, 1978 10:38 AM
DIRECTORY
ControlDefs: FROM "controldefs" USING [BytePC, GlobalFrameHandle],
DebugBreakptDefs: FROM "debugbreakptdefs",
DebugData: FROM "debugdata" USING [textwindow],
DebuggerDefs: FROM "debuggerdefs" USING [MainBTI, PcToBTI],
DebugSymbolDefs: FROM "debugsymboldefs" USING [
DAcquireSymbolTable, DReleaseSymbolTable, SymbolsForGFrame],
DebugUtilityDefs: FROM "debugutilitydefs" USING [CacheNewFile],
ImageDefs: FROM "imagedefs" USING [AddCleanupProcedure, CleanupItem,
CleanupMask, CleanupProcedure],
IODefs: FROM "iodefs" USING [CR, WriteChar],
SegmentDefs: FROM "segmentdefs" USING [
FileHandle, FileNameError, FileSegmentHandle, Read],
StreamDefs: FROM "streamdefs" USING [
CreateByteStream, GetIndex, ModifyIndex, SetIndex, StreamError,
StreamHandle. StreamIndex].
SymbolTableDefs: FROM "symboltabledefs" USING [SymbolTableBase].
SymDefs: FROM "symdefs" USING [BTIndex, BTNull, FGTEntry].
SystemDefs: FROM "systemdefs" USING [AllocateHeapNode, FreeHeapNode].
WindowDefs: FROM "windowdefs" USING [
SetFileHandleForWindow, SetIndexForWindow];
StmtMap: PROGRAM
IMPORTS DDptr: DebugData, DebuggerDefs, DebugSymbolDefs. DebugUtilityDefs.
ImageDefs, IODefs, SegmentDefs, StreamDefs, SystemDefs, WindowDefs
EXPORTS DebugBreakptDefs
SHARES SegmentDefs