GDBRunningEvent.st
changeset 44 e78460ac5d58
parent 38 c9eaa506824b
child 45 deb908479a37
equal deleted inserted replaced
43:22236b6d1d9a 44:e78460ac5d58
     9 
     9 
    10 !GDBRunningEvent class methodsFor:'accessing - GDB value descriptors'!
    10 !GDBRunningEvent class methodsFor:'accessing - GDB value descriptors'!
    11 
    11 
    12 gdbValueDescriptor
    12 gdbValueDescriptor
    13     ^ (super gdbValueDescriptor)
    13     ^ (super gdbValueDescriptor)
    14         define: #'thread_id' as: String;
    14         define: #'thread-id' as: Integer;
    15         yourself
    15         yourself
    16 
    16 
    17     "Created: / 08-09-2014 / 22:00:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    17     "Created: / 08-09-2014 / 22:00:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    18     "Modified: / 22-09-2014 / 23:38:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    18 ! !
    19 ! !
    19 
    20 
    20 !GDBRunningEvent methodsFor:'accessing'!
    21 !GDBRunningEvent methodsFor:'accessing'!
    21 
    22 
    22 threadId
    23 threadId