From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27048 invoked by alias); 25 Feb 2011 13:26:03 -0000 Received: (qmail 27020 invoked by uid 22791); 25 Feb 2011 13:26:01 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 Feb 2011 13:25:57 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 31556CB0227; Fri, 25 Feb 2011 14:25:55 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vqep2fQr5fFY; Fri, 25 Feb 2011 14:25:46 +0100 (CET) Received: from province.act-europe.fr (province.act-europe.fr [10.10.0.214]) by mel.act-europe.fr (Postfix) with ESMTP id 4DB48CB028A; Fri, 25 Feb 2011 14:25:25 +0100 (CET) Received: by province.act-europe.fr (Postfix, from userid 560) id 4586D164808; Fri, 25 Feb 2011 14:25:25 +0100 (CET) Date: Fri, 25 Feb 2011 13:26:00 -0000 From: Jerome Guitton To: Eli Zaretskii Cc: Joel Brobecker , gdb-patches@sourceware.org Subject: Re: [PATCH 18/18] document the new VxWorks port Message-ID: <20110225132525.GD2254@adacore.com> References: <1298569763-18784-1-git-send-email-brobecker@adacore.com> <1298569763-18784-19-git-send-email-brobecker@adacore.com> <838vx5rzf8.fsf@gnu.org> <20110225102624.GB3211@adacore.com> <83ipw8qsfe.fsf@gnu.org> <20110225112647.GA2254@adacore.com> <20110225113815.GE2495@adacore.com> <837hcoqpyq.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <837hcoqpyq.fsf@gnu.org> User-Agent: Mutt/1.5.17 (2007-11-01) 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: 2011-02/txt/msg00762.txt.bz2 Eli Zaretskii (eliz@gnu.org): > Maybe it would make sense to show only those that are being debugged, > but do it from "info threads". (Why would a user want to show other > threads, if she isn't debugging them?) To attach to running thread, actually. It is really similar to "shell ps".