From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10340 invoked by alias); 1 Jul 2005 20:15:18 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 10304 invoked by uid 22791); 1 Jul 2005 20:15:12 -0000 Received: from legolas.inter.net.il (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 01 Jul 2005 20:15:12 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-165-204.inter.net.il [84.228.165.204]) by legolas.inter.net.il (MOS 3.5.8-GR) with ESMTP id EUD21503 (AUTH halo1); Fri, 1 Jul 2005 23:15:04 +0300 (IDT) Date: Fri, 01 Jul 2005 20:15:00 -0000 Message-Id: From: Eli Zaretskii To: nathanw@MIT.EDU (Nathan J. Williams) CC: gdb-patches@sources.redhat.com In-reply-to: (nathanw@MIT.EDU) Subject: Re: [RFA/doc] GDB remote target waits for a response when detaching. Reply-to: Eli Zaretskii References: X-SW-Source: 2005-07/txt/msg00009.txt.bz2 > 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.