From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5855 invoked by alias); 5 Jul 2008 17:13:13 -0000 Received: (qmail 5845 invoked by uid 22791); 5 Jul 2008 17:13:12 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 05 Jul 2008 17:12:44 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KFBJN-0001wl-8L for gdb-patches@sources.redhat.com; Sat, 05 Jul 2008 17:12:39 +0000 Received: from 78.158.192.230 ([78.158.192.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Jul 2008 17:12:37 +0000 Received: from vladimir by 78.158.192.230 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Jul 2008 17:12:37 +0000 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: [RFC] Implement 'detach pid'. Date: Sat, 05 Jul 2008 17:13:00 -0000 Message-ID: References: <200807052104.59616.vladimir@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.9 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00068.txt.bz2 Vladimir Prus wrote: > > As Marc has noted, -target-detach does not accept a pid to detach from, > and CLI detach does not accept pid either. This patch fixes it. Does it > look OK? Doh! This patch was not meant for gdb-patches, as the pre-requisite patch allowing GDB to attach to more that one process is not submitted yet. Sorry for the noise, Volodya