GDBBreakpoint.st
changeset 187 cb419023190f
parent 184 d70c70c3e495
child 231 dcadeaddd0c8
equal deleted inserted replaced
186:c58463f38f1e 187:cb419023190f
    63         define:#func as:String;
    63         define:#func as:String;
    64         define:#file as:String;
    64         define:#file as:String;
    65         define:#fullname as:String;
    65         define:#fullname as:String;
    66         define:#line as:Integer;
    66         define:#line as:Integer;
    67         define:#times as:Integer;
    67         define:#times as:Integer;
       
    68         define:#locations as:Array of: self;
    68         yourself
    69         yourself
    69 
    70 
    70     "Created: / 06-09-2014 / 01:56:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    71     "Created: / 06-09-2014 / 01:56:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    71     "Modified: / 18-05-2018 / 12:38:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    72     "Modified: / 25-04-2019 / 14:27:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    72 ! !
    73 ! !
    73 
    74 
    74 !GDBBreakpoint methodsFor:'accessing'!
    75 !GDBBreakpoint methodsFor:'accessing'!
    75 
    76 
    76 addr
    77 addr