jv_libgdbs.st
changeset 21 83395ca8b257
parent 18 6bf3d5c400d1
child 22 57025871aed4
equal deleted inserted replaced
20:76ac209277a7 21:83395ca8b257
    62      or an array-literal consisting of class name and attributes.
    62      or an array-literal consisting of class name and attributes.
    63      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    63      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    64 
    64 
    65     ^ #(
    65     ^ #(
    66         "<className> or (<className> attributes...) in load order"
    66         "<className> or (<className> attributes...) in load order"
    67         GDBObject       
       
    68         GDBCommand
    67         GDBCommand
    69         GDBCommandResult
       
    70         GDBCommandStatus
    68         GDBCommandStatus
    71         GDBDebugFlags
    69         GDBDebugFlags
    72         GDBEvent
    70         GDBEvent
    73         GDBEventSet
    71         GDBEventSet
    74         GDBInternalPipeStream
    72         GDBInternalPipeStream
    75         GDBLauncher
    73         GDBLauncher
       
    74         GDBObject
    76         GDBPTY
    75         GDBPTY
    77         GDBValueDescriptor
    76         GDBValueDescriptor
    78         GDBValueDescriptorError
    77         GDBValueDescriptorError
    79         #'jv_libgdbs'
    78         #'jv_libgdbs'
    80         GDB
       
    81         GDBAsyncEvent
    79         GDBAsyncEvent
    82         GDBCLICommand
    80         GDBCLICommand
    83         GDBCommandEvent
    81         GDBCommandEvent
       
    82         GDBCommandResult
    84         GDBCommandResultEvent
    83         GDBCommandResultEvent
    85         GDBCompoundValueDescriptor
    84         GDBCompoundValueDescriptor
       
    85         GDBDebugger
    86         GDBDriver
    86         GDBDriver
    87         GDBEnumValueDescriptor
    87         GDBEnumValueDescriptor
    88         GDBInternalEvent
    88         GDBInternalEvent
    89         GDBMICommand
    89         GDBMICommand
    90         GDBParser
    90         GDBParser
   223         GDBThreadExitedEvent
   223         GDBThreadExitedEvent
   224         GDBThreadGroupAddedEvent
   224         GDBThreadGroupAddedEvent
   225         GDBThreadGroupExitedEvent
   225         GDBThreadGroupExitedEvent
   226         GDBThreadGroupStartedEvent
   226         GDBThreadGroupStartedEvent
   227     )
   227     )
   228 
       
   229     "Modified: / 19-06-2014 / 22:13:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   230 !
   228 !
   231 
   229 
   232 extensionMethodNames
   230 extensionMethodNames
   233     "list class/selector pairs of extensions.
   231     "list class/selector pairs of extensions.
   234      A correponding method with real names must be present in my concrete subclasses"
   232      A correponding method with real names must be present in my concrete subclasses"