jv_vdb.st
changeset 59 e7d0453109a1
parent 57 8cd259e11b9e
child 60 bcdb393c956f
equal deleted inserted replaced
58:df46b9c82b38 59:e7d0453109a1
    49      This method is generated automatically,
    49      This method is generated automatically,
    50      by searching along the inheritance chain of all of my classes.
    50      by searching along the inheritance chain of all of my classes.
    51      Please take a look at the #referencedPreRequisites method as well."
    51      Please take a look at the #referencedPreRequisites method as well."
    52 
    52 
    53     ^ #(
    53     ^ #(
    54         #'jv:libgdbs'    "GDBOutputFormats - shared pool used by VDBMemoryApplication"
    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 VDBBreakpointPresenter"
    58     )
    58     )
    59 !
    59 !
   122         VDBAbstractTreeApplication
   122         VDBAbstractTreeApplication
   123         VDBBreakpointListApplication
   123         VDBBreakpointListApplication
   124         VDBTabbingContainer
   124         VDBTabbingContainer
   125         VDBUnixDebuggerConsoleApplication
   125         VDBUnixDebuggerConsoleApplication
   126         VDBUnixInferiorConsoleApplication
   126         VDBUnixInferiorConsoleApplication
       
   127         VDBStackApplication
       
   128         VDBVariableObjectListApplication
   127         VDBFrameApplication
   129         VDBFrameApplication
   128         VDBStackApplication
       
   129     )
   130     )
   130 !
   131 !
   131 
   132 
   132 extensionMethodNames
   133 extensionMethodNames
   133     "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.
   134      Entries are 2-element array literals, consisting of class-name and selector.
   135      Entries are 2-element array literals, consisting of class-name and selector.
   135      A correponding method with real names must be present in my concrete subclasses
   136      A correponding method with real names must be present in my concrete subclasses
   136      if it has extensions."
   137      if it has extensions."
   137 
   138 
   138     ^ #(
   139     ^ #(
       
   140         GDBVariableObject inspector2TabVariable
   139     )
   141     )
   140 ! !
   142 ! !
   141 
   143 
   142 !jv_vdb class methodsFor:'description - project information'!
   144 !jv_vdb class methodsFor:'description - project information'!
   143 
   145