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 2/3] attach to command_param_changed observer.


> From: Yao Qi <yao@codesourcery.com>
> Date: Fri, 3 Aug 2012 19:21:43 +0800
> 
> 'mi_suppress_breakpoint_notifications' is used to suppress mi
> breakpoint notifications.  This patch is to change this variable
> to an array so that multiple mi notifications can be suppressed.
> The following patch will use it to suppress other MI notifications.
> 
> This patch is to attach function 'mi_command_param_changed' to
> observer 'command_param_changed', so that a MI notification
> "=cmd-param-changed" is sent to MI frontend.  If the command param
> change is requested from MI, the notification is suppressed.
> 
> Compared with V2, V3 has the following changes,
> 
>   - Rename MI notification to "=cmd-param-changed".
>   - Update doc especially for multi-word commands.
>   - Rename some functions from "optoin" to "param".

OK for the documentation parts.

Thanks.


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