jv_libgdbs.st
changeset 88 90c50fd6374c
parent 86 7f53d51a0a65
child 89 ba62d486014f
equal deleted inserted replaced
87:50e80d25ea6f 88:90c50fd6374c
    47      This method is generated automatically,
    47      This method is generated automatically,
    48      by searching all classes (and their packages) which are referenced by my classes.
    48      by searching all classes (and their packages) which are referenced by my classes.
    49      Please also take a look at the #mandatoryPreRequisites method"
    49      Please also take a look at the #mandatoryPreRequisites method"
    50 
    50 
    51     ^ #(
    51     ^ #(
       
    52         #'stx:goodies/sunit'    "TestAsserter - superclass of GDBSimulatorResource"
    52         #'stx:libbasic2'    "List - referenced by GDBDebugger>>breakpoints"
    53         #'stx:libbasic2'    "List - referenced by GDBDebugger>>breakpoints"
    53         #'stx:libtool'    "Tools::Inspector2Tab - referenced by GDBBreakpoint>>inspector2TabCondition"
    54         #'stx:libtool'    "Tools::Inspector2Tab - referenced by GDBBreakpoint>>inspector2TabCondition"
    54         #'stx:libview2'    "ApplicationModel - referenced by GDBEventSubscription class>>blockFor:withSelector:"
    55         #'stx:libview2'    "ApplicationModel - referenced by GDBEventSubscription class>>blockFor:withSelector:"
    55         #'stx:libwidg'    "EditTextView - referenced by GDBBreakpoint>>inspector2TabCondition"
    56         #'stx:libwidg'    "EditTextView - referenced by GDBBreakpoint>>inspector2TabCondition"
    56     )
    57     )
    96         GDBTransientDataHolder
    97         GDBTransientDataHolder
    97         #'jv_libgdbs'
    98         #'jv_libgdbs'
    98         GDBAsyncEvent
    99         GDBAsyncEvent
    99         GDBCLICommand
   100         GDBCLICommand
   100         GDBCommandEvent
   101         GDBCommandEvent
       
   102         GDBCommandFailedError
   101         GDBCommandResult
   103         GDBCommandResult
   102         GDBCommandResultEvent
   104         GDBCommandResultEvent
   103         GDBConnection
   105         GDBConnection
   104         GDBDebugger
   106         GDBDebugger
   105         GDBDebuggerObject
   107         GDBDebuggerObject