GDBThread.st
changeset 214 0c56387e5d12
parent 136 213e436320fe
child 220 372b64967435
--- a/GDBThread.st	Wed Nov 11 23:14:32 2020 +0000
+++ b/GDBThread.st	Thu Dec 10 20:11:56 2020 +0000
@@ -1,6 +1,7 @@
 "
 jv:libgdbs - GNU Debugger Interface Library
 Copyright (C) 2015-now Jan Vrany
+Copyright (C) 2020-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) 2020-2021 LabWare
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -87,9 +89,13 @@
 !
 
 name
-    ^ self targetId
+    | i |
+
+    i := self info.
+    ^ i name ? i targetId.
 
     "Created: / 10-03-2015 / 00:32:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 22-02-2021 / 13:21:13 / Jan Vrany <jan.vrany@labware.com>"
 !
 
 stack
@@ -174,6 +180,7 @@
 
     "Created: / 09-09-2014 / 00:02:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 01-09-2018 / 00:11:19 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 10-12-2020 / 20:07:58 / Jan Vrany <jan.vrany@labware.com>"
 !
 
 status