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



Back to : DebugUtilities.mesa_Sep78 | Home

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



File DebugUtilities.mesa
Last edited by
Sandman; April 24, 1978 4:43 PM
Barbara; June 28, 1978 9: 40 AM
DIRECTORY
CommandDefs: FROM "commanddefs" USING [WriteSignalString],
ControlDefs: FROM "controldefs" USING [FrameHandle, GlobalFrameHandle],
CoreSwapDefs: FROM "coreswapdefs" USING [SVPointer],
DebugBreakptDefs: FROM "debugbreakptdefs" USING [
SourceFileMissing, StringMatchFailure, StringTooLong].
DebugContextDefs: FROM "debugcontextdefs" USING [
IncorrectVersion, InvalidGlobalFrame, InvalidImageFile, InvalidPSB,
WriteGlobalContext, WriteLocalContext],
DebugData: FROM "debugdata" USING [
gContext, lContext, level, pContext, StatePtr],
DebuggerDefs: FROM "debuggerdefs" USING [
AmIaRecord, ClobberedAccessLink, ClobberedFrame, FormatRecord,
NoPreviousFrame, SymbolTableNotFound],
DebugMiscDefs: FROM "debugmiscdefs" USING [commander],
DebugSymbolDefs: FROM "debugsymboldofs" USING [CheckDCache],
DebugUtilityDefs: FROM "debugutilitydefs" USING [
CoreSwap, DebuggerError, InvalidAddress, LoadStateInvalid, MREAD,
NonExistentMemoryPage, NoUserProcsLoaded],
ImageDefs: FROM "imagedefs" USING [StopMesa],
IODefs: FROM "iodefs" USING [
CR, LineOverflow, NewLine, NUL, Rubout, WriteChar, WriteOctal,
WriteString],
Mopcodes: FROM "mopcodes",
ProcessDefs: FROM "processdefs" USING [Aborted, CurrentPSB],
StringDefs: FROM "stringdefs" USING [InvalidNumber],
SymbolTableDefs: FROM "symboltabledefs" USING [NoSymbolTable],
SystemDefs: FROM "systemdefs" USING [
AllocateHeapNode, AllocateHeapString, FreeHeapNode, FreeHeapString],
TrapDefs: FROM "trapdefs" USING [ResumeError];
DebugUtilities: PROGRAM
IMPORTS DDptr: DebugData, CommandDefs, DebugBreakptDefs, DebugContextDefs.
DebuggerDefs, DebugMiscDefs, DebugSymbolDefs, DebugUtilityDefs, IODefs,
ProcessDefs, StringDefs, SymbolTableDefs, SystemDefs, TrapDefs
EXPORTS DebugUtilityDefs, DebugMiscDefs
SHARES ProcessDefs