Fix "usage" errors for some MI varobj commands
authorTom Tromey <tromey@adacore.com>
Thu, 31 Aug 2023 17:59:06 +0000 (11:59 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 1 Sep 2023 12:48:07 +0000 (06:48 -0600)
commitb47a4f92de5c12ac8bdac57b0413e3e05d411832
tree4a1766b9091ee23049fc1ff98ecf05ecdaca6041
parentdfab07b9ead66f08661325c03175e1df9210ccd7
Fix "usage" errors for some MI varobj commands

I noticed that the "usage" error for -var-set-frozen mentioned the
wrong command name.  Then I looked through the whole file and found a
couple other spots that didn't mention the command name at all.  This
patch fixes all of these.

Reviewed-by: Kevin Buettner <kevinb@redhat.com>
gdb/mi/mi-cmd-var.c