GDBBreakpoint.st
changeset 184 d70c70c3e495
parent 177 e7bd05df3d6b
child 187 cb419023190f
equal deleted inserted replaced
183:6c82549bdb21 184:d70c70c3e495
   297     "Created: / 25-02-2019 / 16:25:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   297     "Created: / 25-02-2019 / 16:25:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   298 ! !
   298 ! !
   299 
   299 
   300 !GDBBreakpoint methodsFor:'testing'!
   300 !GDBBreakpoint methodsFor:'testing'!
   301 
   301 
       
   302 hasMultipleLocations
       
   303     "Return `true` if the breakpoint has multiple locations,
       
   304      `false` otherwise."
       
   305 
       
   306     ^ locations notNil
       
   307 
       
   308     "Created: / 26-03-2019 / 10:42:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   309 !
       
   310 
   302 isEnabled
   311 isEnabled
   303     ^ enabled
   312     ^ enabled
   304 
   313 
   305     "Created: / 07-07-2017 / 12:31:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   314     "Created: / 07-07-2017 / 12:31:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   306 !
   315 !