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: [RCF 0/6 V2] MI notification of command option change


>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:

Yao>   2.  Don't emit option change of all gdb commands.  We have to
Yao> set 'reporting' commands via function 'set_cmd_notify', otherwise
Yao> commands are still 'no-reporting'.  I believe that frontends will
Yao> request more and more options changes, but changes of some gdb
Yao> options are useless to frontends.  It is noisy to send all option
Yao> changes.

Yesterday's discussions convinced me that the best route is to report
all changes.

If it is really necessary to throttle changes, then I think there should
be a new MI command so that the MI client can specify which ones it does
or does not want to see.

Tom


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