gdb: Use class_info when creating info commands.
authorAndrew Burgess <andrew.burgess@embecosm.com>
Sat, 7 Nov 2015 11:14:20 +0000 (11:14 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Wed, 11 Nov 2015 09:03:25 +0000 (09:03 +0000)
commitf3575e08379b36ab3a286c8fb5838a2d54424073
tree497454f2fa56ac25eef52a28b6f641fcba250fdd
parentbe20f084f1dfbbd5f08d220469128ec18727941d
gdb: Use class_info when creating info commands.

The 'add_info' function is used for creating info commands, these
commands should be created as 'class_info' rather than 'no_class'.

gdb/ChangeLog:

* cli/cli-decode.c (add_info): Switch to class_info.
gdb/ChangeLog
gdb/cli/cli-decode.c