diff -r a1a3e5b7b693 -r 45c8f1eedf12 GDBInstruction.st --- a/GDBInstruction.st Wed Aug 10 19:58:13 2022 +0100 +++ b/GDBInstruction.st Thu Sep 01 23:18:55 2022 +0100 @@ -73,7 +73,6 @@ "Modified: / 03-07-2018 / 14:40:42 / Jan Vrany " ! ! - !GDBInstruction methodsFor:'accessing'! address @@ -97,10 +96,11 @@ dissection isNil ifTrue:[ self dissect ]. - ^ dissection branchTarget + ^ dissection branchTargetFrom: address "Created: / 16-08-2018 / 11:13:54 / Jan Vrany " "Modified: / 16-08-2018 / 14:11:43 / Jan Vrany " + "Modified: / 01-09-2022 / 22:44:04 / Jan Vrany " ! breakpoints