jv_vdb.st
changeset 60 bcdb393c956f
parent 59 e7d0453109a1
child 68 6caeb5d7c92b
equal deleted inserted replaced
59:e7d0453109a1 60:bcdb393c956f
    52 
    52 
    53     ^ #(
    53     ^ #(
    54         #'jv:libgdbs'    "GDBDebuggerObject - extended"
    54         #'jv:libgdbs'    "GDBDebuggerObject - extended"
    55         #'stx:libbasic'    "LibraryDefinition - superclass of jv_vdb"
    55         #'stx:libbasic'    "LibraryDefinition - superclass of jv_vdb"
    56         #'stx:libview2'    "ApplicationModel - superclass of VDBAbstractApplication"
    56         #'stx:libview2'    "ApplicationModel - superclass of VDBAbstractApplication"
    57         #'stx:libwidg2'    "AbstractHierarchicalItem - superclass of VDBBreakpointPresenter"
    57         #'stx:libwidg2'    "AbstractHierarchicalItem - superclass of VDBAbstractPresenter"
    58     )
    58     )
    59 !
    59 !
    60 
    60 
    61 referencedPreRequisites
    61 referencedPreRequisites
    62     "list packages which are a prerequisite, because they contain
    62     "list packages which are a prerequisite, because they contain
    98      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    98      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    99 
    99 
   100     ^ #(
   100     ^ #(
   101         "<className> or (<className> attributes...) in load order"
   101         "<className> or (<className> attributes...) in load order"
   102         VDBAbstractApplication
   102         VDBAbstractApplication
       
   103         VDBAbstractPresenter
   103         VDBIconLibrary
   104         VDBIconLibrary
   104         VDBModelPresenter
       
   105         VDBVirtualMemoryMap
   105         VDBVirtualMemoryMap
   106         VDBVirtualMemoryRegion
   106         VDBVirtualMemoryRegion
   107         #'jv_vdb'
   107         #'jv_vdb'
   108         VDBAbstractContainer
   108         VDBAbstractContainer
   109         VDBAbstractListApplication
   109         VDBAbstractListApplication
   110         VDBAbstractUnixConsoleApplication
   110         VDBAbstractUnixConsoleApplication
   111         VDBBreakpointApplication
   111         VDBBreakpointApplication
   112         VDBBreakpointPresenter
   112         VDBBreakpointPresenter
   113         VDBDebuggerApplication
   113         VDBDebuggerApplication
   114         VDBEventLogApplication
   114         VDBEventLogApplication
       
   115         VDBFrameApplication
   115         VDBFramePresenter
   116         VDBFramePresenter
   116         VDBMemoryApplication
   117         VDBMemoryApplication
   117         VDBSourceApplication
   118         VDBSourceApplication
   118         VDBThreadGroupPresenter
   119         VDBThreadGroupPresenter
   119         VDBThreadPresenter
   120         VDBThreadPresenter
   124         VDBTabbingContainer
   125         VDBTabbingContainer
   125         VDBUnixDebuggerConsoleApplication
   126         VDBUnixDebuggerConsoleApplication
   126         VDBUnixInferiorConsoleApplication
   127         VDBUnixInferiorConsoleApplication
   127         VDBStackApplication
   128         VDBStackApplication
   128         VDBVariableObjectListApplication
   129         VDBVariableObjectListApplication
   129         VDBFrameApplication
       
   130     )
   130     )
   131 !
   131 !
   132 
   132 
   133 extensionMethodNames
   133 extensionMethodNames
   134     "lists the extension methods which are to be included in the project.
   134     "lists the extension methods which are to be included in the project.