GDBMI_stack_info_depth.st
changeset 40 0ce76b671515
parent 32 d9c96b33afd6
child 45 deb908479a37
equal deleted inserted replaced
39:2b9d2f75906f 40:0ce76b671515
    57 
    57 
    58 operation
    58 operation
    59 	^ 'stack-info-depth'
    59 	^ 'stack-info-depth'
    60 ! !
    60 ! !
    61 
    61 
       
    62 !GDBMI_stack_info_depth methodsFor:'accessing-descriptors'!
       
    63 
       
    64 resultValueDescriptor
       
    65     ^ (super resultValueDescriptor)
       
    66         define: #depth as: Integer;
       
    67         yourself
       
    68 
       
    69     "Created: / 16-09-2014 / 23:37:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    70 ! !
       
    71 
    62 !GDBMI_stack_info_depth class methodsFor:'documentation'!
    72 !GDBMI_stack_info_depth class methodsFor:'documentation'!
    63 
    73 
    64 version_HG
    74 version_HG
    65 
    75 
    66     ^ '$Changeset: <not expanded> $'
    76     ^ '$Changeset: <not expanded> $'