commit | 788ec57f0a43261ced1f63dda68c224824d1f16d | [log] [tgz] |
---|---|---|
author | Jan Vrany <jan.vrany@labware.com> | Mon Nov 08 14:00:13 2021 +0000 |
committer | Andrew Burgess <aburgess@redhat.com> | Tue Dec 14 11:41:42 2021 +0000 |
tree | cf5fde90ecba484fe983d3ff1ca14b32e29d1c65 | |
parent | 1f6c8c3317e5692e9994c18f427b45093863d572 [diff] |
gdb/mi: rename mi_cmd to mi_command Just give this class a new name, more inline with the name of the sub-classes. I've also updated mi_cmd_up to mi_command_up in mi-cmds.c inline with this new naming scheme. There should be no user visible changes after this commit.