This is the mail archive of the gdb-patches@sources.redhat.com 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: [RFA/doc] GDB remote target waits for a response when detaching.


> From: nathanw@MIT.EDU (Nathan J. Williams)
> Date: 01 Jul 2005 15:42:06 -0400
> 
> The documentation of the remote protocol says:
> 
>    GDB does not check for any response after sending this packet
> 
> but this isn't true. remote_detach() calls remote_send(), which calls
> getpkt() and signals an error if the result starts with 'E'. This
> seems to have been true "forever", or at least back to the beginning
> of CVS.
> 
> OK to commit this doc change?

Yes, thanks.


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