From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3685 invoked by alias); 12 Nov 2008 20:04:15 -0000 Received: (qmail 3656 invoked by uid 22791); 12 Nov 2008 20:04:14 -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 20:03:37 +0000 Received: from mailhost2.vmware.com (mailhost2.vmware.com [10.16.67.167]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 29F801302A; Wed, 12 Nov 2008 12:03:36 -0800 (PST) Received: from [10.20.92.59] (promb-2s-dhcp59.eng.vmware.com [10.20.92.59]) by mailhost2.vmware.com (Postfix) with ESMTP id 1064D8E5AB; Wed, 12 Nov 2008 12:03:36 -0800 (PST) Message-ID: <491B3695.5090300@vmware.com> Date: Wed, 12 Nov 2008 20:04:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: pedro@codesourcery.com, "gdb@sourceware.org" Subject: multi-proc: info processes? 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/msg00091.txt.bz2 Hey Pedro, For your multi-process work, are you planning anything analogous to the "info threads" command, eg. "info processes"? What might that look like, in your model? Would it list, say, just the processes that gdb is attached to? Or would you want something analogous to "ps", that would list all of the processes that are available to be attached? Appologies if you've already discussed this... Michael