This is the mail archive of the gdb-patches@sources.redhat.com 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: RFA: add_setshow_cmd_full


That declaration is part of the change, since I wanted to make
add_setshow_cmd public, and add add_setshow_cmd_full as well.  The
latter is only used in a few places.

Would you prefer I use add_setshow_cmd_full everywhere, and just have
90% of the calls have `NULL, NULL' at the end?  I can do that...
No, I was looking at them separatly.

If I understand right, with the above applied, a new add_setshow_cmd(..), that returns void, can be implemented using add_setshow_cmd_full().

Andrew




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