GDBThreadInfo.st
changeset 272 cdd1c9ad00de
parent 259 651864c2aa29
--- a/GDBThreadInfo.st	Mon Jul 24 14:35:24 2023 +0100
+++ b/GDBThreadInfo.st	Mon Aug 14 16:36:47 2023 +0100
@@ -2,7 +2,7 @@
 jv:libgdbs - GNU Debugger Interface Library
 Copyright (C) 2015-now Jan Vrany
 Copyright (C) 2020 LabWare
-Copyright (C) 2022 LabWare
+Copyright (C) 2022-2023 LabWare
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the 'Software'), to deal
@@ -30,7 +30,7 @@
 	instanceVariableNames:'id target_id name frame state'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'GDB-Private'
+	category:'GDB-Internal'
 !
 
 !GDBThreadInfo class methodsFor:'documentation'!
@@ -40,7 +40,7 @@
 jv:libgdbs - GNU Debugger Interface Library
 Copyright (C) 2015-now Jan Vrany
 Copyright (C) 2020 LabWare
-Copyright (C) 2022 LabWare
+Copyright (C) 2022-2023 LabWare
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the 'Software'), to deal