GDBMIDebugger.st
changeset 272 cdd1c9ad00de
parent 259 651864c2aa29
child 317 7f63737e0374
--- a/GDBMIDebugger.st	Mon Jul 24 14:35:24 2023 +0100
+++ b/GDBMIDebugger.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:'command process cliView miView'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'GDB-Private-MI Trace'
+	category:'GDB-Internal-MI Trace'
 !
 
 !GDBMIDebugger 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