diff -r c24e7d8bc881 -r 303c4edc75ad GDBBreakpoint.st --- a/GDBBreakpoint.st Fri May 26 08:05:28 2017 +0100 +++ b/GDBBreakpoint.st Thu Jun 01 12:15:43 2017 +0100 @@ -9,6 +9,7 @@ category:'GDB-Core' ! + !GDBBreakpoint class methodsFor:'accessing - GDB value descriptors'! description @@ -70,3 +71,10 @@ ^ type ! ! +!GDBBreakpoint class methodsFor:'documentation'! + +version_HG + + ^ '$Changeset: $' +! ! +