diff -r c58463f38f1e -r cb419023190f GDBBreakpoint.st --- a/GDBBreakpoint.st Thu Apr 25 16:22:46 2019 +0100 +++ b/GDBBreakpoint.st Thu Apr 25 16:25:29 2019 +0100 @@ -65,10 +65,11 @@ define:#fullname as:String; define:#line as:Integer; define:#times as:Integer; + define:#locations as:Array of: self; yourself "Created: / 06-09-2014 / 01:56:34 / Jan Vrany " - "Modified: / 18-05-2018 / 12:38:42 / Jan Vrany " + "Modified: / 25-04-2019 / 14:27:12 / Jan Vrany " ! ! !GDBBreakpoint methodsFor:'accessing'!