jv_libgdbs.st
changeset 97 b17c889076e4
parent 95 f417138e9c48
child 100 aab8dd376f29
equal deleted inserted replaced
96:43591d874c9f 97:b17c889076e4
    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     )
   127         GDBInternalPipeStream
   126         GDBInternalPipeStream
   128         GDBMAContainer
   127         GDBMAContainer
   129         GDBMAPropertyAccessor
   128         GDBMAPropertyAccessor
   130         GDBMIPrinter
   129         GDBMIPrinter
   131         GDBObject
   130         GDBObject
       
   131         GDBOutputFormat
       
   132         GDBOutputFormats
   132         GDBPTY
   133         GDBPTY
   133         GDBProcess
   134         GDBProcess
   134         GDBSessionRecord
   135         GDBSessionRecord
   135         GDBThreadGroupType
   136         GDBThreadGroupType
   136         GDBThreadState
   137         GDBThreadState
   147         GDBDebuggerObject
   148         GDBDebuggerObject
   148         GDBInternalEvent
   149         GDBInternalEvent
   149         GDBInvalidObject
   150         GDBInvalidObject
   150         GDBMICommand
   151         GDBMICommand
   151         GDBMIParser
   152         GDBMIParser
       
   153         GDBMemoryDump
       
   154         GDBMemoryDumpRow
   152         GDBSessionRecorder
   155         GDBSessionRecorder
   153         GDBStreamOutputEvent
   156         GDBStreamOutputEvent
   154         GDBThreadGroupTypeProcess
   157         GDBThreadGroupTypeProcess
   155         GDBThreadInfo
   158         GDBThreadInfo
   156         GDBThreadStateRunning
   159         GDBThreadStateRunning