jv_libgdbs.st
changeset 41 fb48207b6104
parent 40 0ce76b671515
child 42 499dc5d38707
equal deleted inserted replaced
40:0ce76b671515 41:fb48207b6104
    41      This method is generated automatically,
    41      This method is generated automatically,
    42      by searching all classes (and their packages) which are referenced by my classes."
    42      by searching all classes (and their packages) which are referenced by my classes."
    43 
    43 
    44     ^ #(
    44     ^ #(
    45         #'stx:libbasic2'    "List - referenced by GDBDebugger>>onThreadGroupAddedEvent:"
    45         #'stx:libbasic2'    "List - referenced by GDBDebugger>>onThreadGroupAddedEvent:"
       
    46         #'stx:libview2'    "ApplicationModel - referenced by GDBEventSubscription class>>blockFor:withSelector:"
    46     )
    47     )
    47 !
    48 !
    48 
    49 
    49 subProjects
    50 subProjects
    50     "list packages which are known as subprojects. 
    51     "list packages which are known as subprojects. 
    70         GDBCommandStatus
    71         GDBCommandStatus
    71         GDBDebugFlags
    72         GDBDebugFlags
    72         GDBError
    73         GDBError
    73         GDBEvent
    74         GDBEvent
    74         GDBEventSet
    75         GDBEventSet
       
    76         GDBEventSubscription
    75         GDBInternalPipeStream
    77         GDBInternalPipeStream
    76         GDBObject
    78         GDBObject
    77         GDBPTY
    79         GDBPTY
    78         GDBProcess
    80         GDBProcess
    79         GDBSessionRecord
    81         GDBSessionRecord
    80         (GDBSimulatorResource autoload)
    82         (GDBSimulatorResource autoload)
    81         GDBThreadStatus
    83         GDBThreadStatus
       
    84         GDBTransientDataHolder
    82         GDBValueDescriptor
    85         GDBValueDescriptor
    83         GDBValueDescriptorError
    86         GDBValueDescriptorError
    84         #'jv_libgdbs'
    87         #'jv_libgdbs'
    85         GDBAsyncEvent
    88         GDBAsyncEvent
    86         GDBCLICommand
    89         GDBCLICommand