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 3/4] New agent command 'kill' and used by gdbserver


> From: Yao Qi <yao@codesourcery.com>
> Date: Thu, 14 Jun 2012 22:50:01 +0800
> CC: <gdb-patches@sourceware.org>
> 
> --- a/gdb/doc/gdb.texinfo
> +++ b/gdb/doc/gdb.texinfo
> @@ -33585,6 +33585,10 @@ for an error
>  
>  @end table
>  
> +@item close
> +Closes the in-process agent.  This command is sent when @value{GDBN} or GDBserver
> +is about to kill inferiors.
> +

Shouldn't there be a "Reply" section, as with other commands?

If not, this part is OK with me.

Thanks.


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