jv_libgdbs.st
changeset 135 6efae6456f14
parent 133 026074322527
child 144 342b6dfe3a6f
equal deleted inserted replaced
134:3abcf54431c1 135:6efae6456f14
    87      This method is generated automatically,
    87      This method is generated automatically,
    88      by searching all classes (and their packages) which are referenced by my classes.
    88      by searching all classes (and their packages) which are referenced by my classes.
    89      Please also take a look at the #mandatoryPreRequisites method"
    89      Please also take a look at the #mandatoryPreRequisites method"
    90 
    90 
    91     ^ #(
    91     ^ #(
    92         #'stx:goodies/sunit'    "TestAsserter - superclass of GDBSimulatorResource"
       
    93         #'stx:libbasic2'    "CacheDictionary - referenced by GDBInstructionsAndSourceLine class>>initialize"
    92         #'stx:libbasic2'    "CacheDictionary - referenced by GDBInstructionsAndSourceLine class>>initialize"
    94         #'stx:libtool'    "Tools::Inspector2Tab - referenced by GDBBreakpoint>>inspector2TabCondition"
    93         #'stx:libtool'    "Tools::Inspector2Tab - referenced by GDBBreakpoint>>inspector2TabCondition"
    95         #'stx:libview2'    "ApplicationModel - referenced by GDBEventSubscription class>>blockFor:withSelector:"
    94         #'stx:libview2'    "ApplicationModel - referenced by GDBEventSubscription class>>blockFor:withSelector:"
    96         #'stx:libwidg'    "EditTextView - referenced by GDBBreakpoint>>inspector2TabCondition"
    95         #'stx:libwidg'    "EditTextView - referenced by GDBBreakpoint>>inspector2TabCondition"
    97     )
    96     )
    98 
       
    99     "Modified: / 20-08-2018 / 07:54:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   100 !
    97 !
   101 
    98 
   102 subProjects
    99 subProjects
   103     "list packages which are known as subprojects.
   100     "list packages which are known as subprojects.
   104      The generated makefile will enter those and make there as well.
   101      The generated makefile will enter those and make there as well.
   139         GDBObject
   136         GDBObject
   140         GDBOutputFormat
   137         GDBOutputFormat
   141         GDBOutputFormats
   138         GDBOutputFormats
   142         GDBPTY
   139         GDBPTY
   143         GDBProcess
   140         GDBProcess
       
   141         GDBStopReasons
   144         GDBThreadGroupType
   142         GDBThreadGroupType
   145         GDBThreadState
   143         GDBThreadState
   146         GDBTransientDataHolder
   144         GDBTransientDataHolder
   147         #'jv_libgdbs'
   145         #'jv_libgdbs'
   148         #'GDBArch_unknown'
   146         #'GDBArch_unknown'