From: Eli Zaretskii <eliz@gnu.org>
To: Yao Qi <yao@codesourcery.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH 3/7] attach to command_option-changed observer.
Date: Fri, 27 Jul 2012 18:07:00 -0000 [thread overview]
Message-ID: <83vch9hydn.fsf@gnu.org> (raw)
In-Reply-To: <1343397901-15051-4-git-send-email-yao@codesourcery.com>
> From: Yao Qi <yao@codesourcery.com>
> Date: Fri, 27 Jul 2012 22:04:57 +0800
>
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -3,6 +3,11 @@
>
> *** Changes since GDB 7.5
>
> +* MI changes
> +
> + ** Command option changes are now notified using new async record
> + "=option-changed".
> +
> *** Changes in GDB 7.5
>
> * GDB now supports x32 ABI. Visit <http://sites.google.com/site/x32abi/>
> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
> index 68ea817..aa95a91 100644
> --- a/gdb/doc/gdb.texinfo
> +++ b/gdb/doc/gdb.texinfo
> @@ -27638,6 +27638,9 @@ breakpoint commands; @xref{GDB/MI Breakpoint Commands}.
> Note that if a breakpoint is emitted in the result record of a
> command, then it will not also be emitted in an async record.
>
> +@item =option-changed,option=@var{option},value=@var{value}
> +Reports that an option of the command @code{set @var{option}} is
> +changed to @var{value}.
> @end table
>
> @node GDB/MI Frame Information
These parts are OK. Thanks.
next prev parent reply other threads:[~2012-07-27 18:07 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-27 14:06 [RCF 0/6 V2] MI notification of command option change Yao Qi
2012-07-27 14:06 ` [PATCH 1/7] new observer command_option_changed Yao Qi
2012-07-27 14:06 ` [PATCH 2/7] allow to suppress more mi notification Yao Qi
2012-07-27 14:06 ` [PATCH 4/7] notify in enum_cmd and scheduler-locking Yao Qi
2012-07-27 14:07 ` [PATCH 6/7] notify in string_cmd and trace-notes Yao Qi
2012-07-27 14:07 ` [PATCH 3/7] attach to command_option-changed observer Yao Qi
2012-07-27 18:07 ` Eli Zaretskii [this message]
2012-07-27 14:07 ` [PATCH 5/7] notify in boolean_cmd and circular-trace-buffer Yao Qi
2012-07-27 14:07 ` [PATCH 7/7] code indentation Yao Qi
2012-07-27 14:15 ` [RCF 0/6 V2] MI notification of command option change Yao Qi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83vch9hydn.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=gdb-patches@sourceware.org \
--cc=yao@codesourcery.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox