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 1/2] MI notification on tsv created and deleted.


> From: Yao Qi <yao@codesourcery.com>
> Date: Wed, 12 Sep 2012 15:15:17 +0800
> 
> +@item =tsv-deleted,name=@var{name}
> +Reports that the trace state variable @var{name} is deleted.  If
> +@var{name} is @code{NULL}, all trace state variables are deleted.

>From the code I glean that the last sentence is incorrect: when all
tsv's are deleted, the notification is

  =tsv-deleted

without the "name=" part.

OK for the documentation parts, provided that you fix the above.

Thanks.


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