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



Back to : Debugger.mesa_Sep78.pdf | Home

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



Debugger.Mesa
Edited by:
Sandman on April 24, 1978 3:27 PM
Barbara on August 3, 1978 11:06 AM
DIRECTORY
Contro1Defs: FROM "controldefs" USING [
Frame, FrameHandle, GlobalFrameHandle, localbase, NullFrame,
Nu11Globa1Frame],
DebugContextDefs: FROM "debugContextdefs" USING [
EnumerateConfiguration, Inva1idGlobalFrame, ModuleNameToFrame],
DebugData: FROM "debugdata" USIN~ [caseignoring, gContext, lContext],
DebuggerDefs: FROM "debuggerdefs" USING [
CatchFrame, C1obberedFrame. Equiva1entVersions. FrameRelBPC.
GetVa1ue, InitSOP, MainBodyFrame, MainBTI, NoProviousFrame, PcToBTI,
PreviousFrame, SA, SearchType, SOPointer, SymbolObject, SymFrameHandle,
VersionStamp],
DebugMiscDefs: FROM "debugmiscdefs" USING [Control DEL, LaokupFail],
DebugSymbo1Defs: FROM "debugsymboldefs" USING [
DAcquireSymbolTable, DReleaseSymbo1Table, SymbolsForFrame,
SymbolsForGFrame, TableForString],
DebugUti1ityDefs: FROM "debugutilitydefs" USING [
CheckFrame, MREAD, Va1idG1obalFrame],
StreamDefs: FROM "streamdefs" USING [ControlDELtyped],
StringDefs: FROM "stringdefs" USING [
AppendSubString, EqualSubStrings, EquivalentSubStrings, SubString,
SubStringDescriptor],
SymbolTableDefs: FROM "symbo1tab1edefs" USING [
NoSymbolTable, SymbolTableBase],
SymDefs: FROM "symdefs" USING [
BTIndex, BTNul1, CBTIndex, CSEIndex, CTXIndex, CTXNu1l, CTXRecord,
HTIndex, HTNull, includedCTXIndex, ISEIndex, ISENull, 1G, MDIndex,
MDRecord. SEIndex, SENul1],
SystemDefs: FROM "systemdefs" USING [AllocateHeapNode, FreeHeapNode];
Debugger: PROGRAM
IMPORTS ODptr: DebugData, DebugContextDefs, OebuggerDefs, DebugMiscDefs,
DebugSymbo1Defs, OebugUtilityDefs, StreamDefs, StringDefs, SymbolTab1eDefs,
SystemDefs
EXPORTS DebuggerDefs