From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4163 invoked by alias); 12 Nov 2008 23:16:12 -0000 Received: (qmail 4076 invoked by uid 22791); 12 Nov 2008 23:16:11 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 12 Nov 2008 23:15:34 +0000 Received: from mailhost5.vmware.com (mailhost5.vmware.com [10.16.68.131]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 2C15D13019; Wed, 12 Nov 2008 15:15:32 -0800 (PST) Received: from [10.20.92.59] (promb-2s-dhcp59.eng.vmware.com [10.20.92.59]) by mailhost5.vmware.com (Postfix) with ESMTP id 225ACDC05D; Wed, 12 Nov 2008 15:15:32 -0800 (PST) Message-ID: <491B638F.8050309@vmware.com> Date: Wed, 12 Nov 2008 23:16:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Pedro Alves CC: "gdb@sourceware.org" Subject: Re: multi-proc: info processes? References: <491B3695.5090300@vmware.com> <491B3A6E.5010208@codesourcery.com> <491B48F7.5030407@vmware.com> <200811122129.59949.pedro@codesourcery.com> In-Reply-To: <200811122129.59949.pedro@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-11/txt/msg00097.txt.bz2 Pedro Alves wrote: > On Wednesday 12 November 2008 21:21:59, Michael Snyder wrote: >> I'm not sure how desireable it is, but it could save you >> from having to go over to the remote target and typing "ps"... >> >> By the way, what about remote attach? Is that in the plan? > > The extended remote protocol has had that for long now, in > the form of vAttach;pid. What do you mean exactly? That's probably what I meant. Thanks!