jv_libgdbs.st
changeset 104 4add55336dfe
parent 102 d573a3b2abe2
child 111 7ce18f6f18ac
equal deleted inserted replaced
103:56bf65352505 104:4add55336dfe
    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'    "List - referenced by GDBDebugger>>breakpoints"
    92         #'stx:libbasic2'    "List - referenced by GDBDebugger>>breakpoints"
    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     )
   285         GDBTargetOutputEvent
   284         GDBTargetOutputEvent
   286         GDBThread
   285         GDBThread
   287         GDBThreadGroup
   286         GDBThreadGroup
   288         GDBTransientObject
   287         GDBTransientObject
   289         GDBVariableObject
   288         GDBVariableObject
       
   289         GDBVariableObjectChange
   290         GDBVariableObjectExecutor
   290         GDBVariableObjectExecutor
   291         GDBBreakpointDeletedEvent
   291         GDBBreakpointDeletedEvent
   292         GDBBreakpointEvent
   292         GDBBreakpointEvent
   293         GDBCmdParamChangedEvent
   293         GDBCmdParamChangedEvent
   294         GDBEventSetProcessingFinished
   294         GDBEventSetProcessingFinished