jv_libgdbs.st
changeset 154 abd4d9bdec0e
parent 152 fab425b52c21
child 163 f882d9048b54
equal deleted inserted replaced
153:dd55019f1d86 154:abd4d9bdec0e
   135         GDBMITrace
   135         GDBMITrace
   136         GDBMITraceCommandRecord
   136         GDBMITraceCommandRecord
   137         GDBMITraceResponseRecord
   137         GDBMITraceResponseRecord
   138         GDBObject
   138         GDBObject
   139         GDBOutputFormat
   139         GDBOutputFormat
   140         GDBOutputFormats
       
   141         GDBPTY
   140         GDBPTY
   142         GDBProcess
   141         GDBProcess
   143         GDBStopReasons
   142         GDBStopReasons
   144         GDBThreadGroupType
   143         GDBThreadGroupType
   145         GDBThreadState
   144         GDBThreadState
   328         GDBThreadGroupExitedEvent
   327         GDBThreadGroupExitedEvent
   329         GDBThreadGroupStartedEvent
   328         GDBThreadGroupStartedEvent
   330         (GDBMITraceViewer autoload)
   329         (GDBMITraceViewer autoload)
   331         (GDBSimulatorResource autoload)
   330         (GDBSimulatorResource autoload)
   332     )
   331     )
       
   332 
       
   333     "Modified: / 28-10-2018 / 14:27:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   333 !
   334 !
   334 
   335 
   335 extensionMethodNames
   336 extensionMethodNames
   336     "lists the extension methods which are to be included in the project.
   337     "lists the extension methods which are to be included in the project.
   337      Entries are 2-element array literals, consisting of class-name and selector.
   338      Entries are 2-element array literals, consisting of class-name and selector.