GDBRegisterWithValue.st
changeset 225 8bafbf291261
parent 144 342b6dfe3a6f
child 237 81a18c404314
--- a/GDBRegisterWithValue.st	Fri Mar 26 15:07:02 2021 +0000
+++ b/GDBRegisterWithValue.st	Wed Mar 24 15:13:52 2021 +0000
@@ -1,6 +1,7 @@
 "
 jv:libgdbs - GNU Debugger Interface Library
 Copyright (C) 2015-now Jan Vrany
+Copyright (C) 2021 LabWare
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -33,6 +34,7 @@
 "
 jv:libgdbs - GNU Debugger Interface Library
 Copyright (C) 2015-now Jan Vrany
+Copyright (C) 2021 LabWare
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -79,6 +81,13 @@
     "Created: / 27-09-2018 / 09:56:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+register
+    "Return the register definition of this register (as GDBRegister)"
+    ^ register
+
+    "Modified (comment): / 24-03-2021 / 15:13:22 / Jan Vrany <jan.vrany@labware.com>"
+!
+
 value
     changed value.
     ^ value