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]

[RCF 0/6 V2] MI notification of command option change


Hi,
This is the V2 of this patch set.  Compared with V1, some decisions
are made:

  1.  Keep the command-registration functions unchanged (discard
my xxx_wit_notif functions).
  2.  Don't emit option change of all gdb commands.  We have to
set 'reporting' commands via function 'set_cmd_notify', otherwise
commands are still 'no-reporting'.  I believe that frontends will
request more and more options changes, but changes of some gdb
options are useless to frontends.  It is noisy to send all option
changes.

Tom and Pedro's review comments are addressed in this version.


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