From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9779 invoked by alias); 6 Jul 2008 06:24:30 -0000 Received: (qmail 9771 invoked by uid 22791); 6 Jul 2008 06:24:30 -0000 X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 06 Jul 2008 06:24:12 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KFNf2-0003G9-7Z; Sun, 06 Jul 2008 02:23:48 -0400 From: Eli Zaretskii To: tromey@redhat.com CC: vladimir@codesourcery.com, gdb-patches@sources.redhat.com In-reply-to: (message from Tom Tromey on Sat, 05 Jul 2008 11:21:03 -0600) Subject: Re: [RFC] Implement 'detach pid'. Reply-to: Eli Zaretskii References: <200807052104.59616.vladimir@codesourcery.com> Message-Id: Date: Sun, 06 Jul 2008 06:24:00 -0000 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/msg00075.txt.bz2 > Cc: gdb-patches@sources.redhat.com > From: Tom Tromey > Reply-To: tromey@redhat.com > Date: Sat, 05 Jul 2008 11:21:03 -0600 > > >>>>> "Vladimir" == Vladimir Prus writes: > > Vladimir> As Marc has noted, -target-detach does not accept a pid to > Vladimir> detach from, and CLI detach does not accept pid either. This > Vladimir> patch fixes it. Does it look OK? > > Channelling Eli here Thanks!