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 06/15] Flip to set target-async on by default and NEWS.


> From: Yao Qi <yao@codesourcery.com>
> Date: Thu, 12 Apr 2012 14:28:48 +0800
> 
> 
> gdb:
> 
> 2012-04-12  Pedro Alves <pedro@codesourcery.com>
> 
> 	* target.c: Set target-async on.
> 
> 2012-04-12  Yao Qi  <yao@codesourcery.com>
> 
> 	* NEWS: Use async mode in default.
> ---
>  gdb/NEWS     |    2 ++
>  gdb/target.c |    4 ++--
>  2 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/gdb/NEWS b/gdb/NEWS
> index 5885d32..12cdff0 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -82,6 +82,8 @@
>  
>  * Ada support for GDB/MI Variable Objects has been added.
>  
> +* GDB now uses async mode in default.

The NEWS entry should be qualified by "(for targets that support it)".

And btw, what will this do to targets that don't?

Thanks.


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