GDBCommand.st
changeset 45 deb908479a37
parent 20 76ac209277a7
child 78 c24e7d8bc881
equal deleted inserted replaced
44:e78460ac5d58 45:deb908479a37
    17     token := anInteger.
    17     token := anInteger.
    18 ! !
    18 ! !
    19 
    19 
    20 !GDBCommand methodsFor:'accessing-descriptors'!
    20 !GDBCommand methodsFor:'accessing-descriptors'!
    21 
    21 
    22 resultValueDescriptor
    22 resultDescription
    23     ^ GDBObjectValueDescriptor new
    23     ^ GDBMAContainer new
    24 
    24 
    25     "Created: / 19-06-2014 / 21:39:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    25     "Created: / 19-06-2014 / 21:39:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    26     "Modified: / 23-09-2014 / 23:37:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    26 ! !
    27 ! !
    27 
    28 
    28 !GDBCommand methodsFor:'converting'!
    29 !GDBCommand methodsFor:'converting'!
    29 
    30 
    30 asString
    31 asString