This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/2] gdb: Use class_info when creating info commands.


On Tue, 10 Nov 2015 16:03:50 +0000
Andrew Burgess <andrew.burgess@embecosm.com> wrote:

> 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.

LGTM.

Kevin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]