GDBMI_gdb_show.st
changeset 272 cdd1c9ad00de
parent 259 651864c2aa29
equal deleted inserted replaced
271:b3d47d1cb55d 272:cdd1c9ad00de
     1 "
     1 "
     2 jv:libgdbs - GNU Debugger Interface Library
     2 jv:libgdbs - GNU Debugger Interface Library
     3 Copyright (C) 2015-now Jan Vrany
     3 Copyright (C) 2015-now Jan Vrany
     4 Copyright (C) 2022 LabWare
     4 Copyright (C) 2022-2023 LabWare
     5 
     5 
     6 Permission is hereby granted, free of charge, to any person obtaining a copy
     6 Permission is hereby granted, free of charge, to any person obtaining a copy
     7 of this software and associated documentation files (the 'Software'), to deal
     7 of this software and associated documentation files (the 'Software'), to deal
     8 in the Software without restriction, including without limitation the rights
     8 in the Software without restriction, including without limitation the rights
     9 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
     9 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    27 
    27 
    28 GDBMICommand subclass:#GDBMI_gdb_show
    28 GDBMICommand subclass:#GDBMI_gdb_show
    29 	instanceVariableNames:''
    29 	instanceVariableNames:''
    30 	classVariableNames:''
    30 	classVariableNames:''
    31 	poolDictionaries:''
    31 	poolDictionaries:''
    32 	category:'GDB-Core-Commands-MI'
    32 	category:'GDB-Commands-MI'
    33 !
    33 !
    34 
    34 
    35 !GDBMI_gdb_show class methodsFor:'documentation'!
    35 !GDBMI_gdb_show class methodsFor:'documentation'!
    36 
    36 
    37 copyright
    37 copyright
    38 "
    38 "
    39 jv:libgdbs - GNU Debugger Interface Library
    39 jv:libgdbs - GNU Debugger Interface Library
    40 Copyright (C) 2015-now Jan Vrany
    40 Copyright (C) 2015-now Jan Vrany
    41 Copyright (C) 2022 LabWare
    41 Copyright (C) 2022-2023 LabWare
    42 
    42 
    43 Permission is hereby granted, free of charge, to any person obtaining a copy
    43 Permission is hereby granted, free of charge, to any person obtaining a copy
    44 of this software and associated documentation files (the 'Software'), to deal
    44 of this software and associated documentation files (the 'Software'), to deal
    45 in the Software without restriction, including without limitation the rights
    45 in the Software without restriction, including without limitation the rights
    46 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    46 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell