GDBBreakpoint.st
changeset 184 d70c70c3e495
parent 177 e7bd05df3d6b
child 187 cb419023190f
--- a/GDBBreakpoint.st	Tue Mar 26 10:40:50 2019 +0000
+++ b/GDBBreakpoint.st	Tue Mar 26 11:10:19 2019 +0000
@@ -299,6 +299,15 @@
 
 !GDBBreakpoint methodsFor:'testing'!
 
+hasMultipleLocations
+    "Return `true` if the breakpoint has multiple locations,
+     `false` otherwise."
+
+    ^ locations notNil
+
+    "Created: / 26-03-2019 / 10:42:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 isEnabled
     ^ enabled