diff -r 6c82549bdb21 -r d70c70c3e495 GDBBreakpoint.st --- 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 " +! + isEnabled ^ enabled