From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12365 invoked by alias); 10 Dec 2002 19:39:53 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 12246 invoked from network); 10 Dec 2002 19:39:51 -0000 Received: from unknown (HELO tintagel-int.labs.agilent.com) (192.25.140.108) by sources.redhat.com with SMTP; 10 Dec 2002 19:39:51 -0000 Received: from thing1.labs.agilent.com (thing1.labs.agilent.com [130.29.252.18]) by tintagel-int.labs.agilent.com (8.12.6/8.12.6/Tintagel Sendmail Config v01.02 2002/10/28) with ESMTP id gBAJdnZM003398; Tue, 10 Dec 2002 11:39:49 -0800 (PST) Received: from alex2.labs.agilent.com (alex2.labs.agilent.com [130.29.252.56]) by thing1.labs.agilent.com (8.12.6/8.12.6/Agilent Labs Mail Hub v 01.02 2002/02/06) with SMTP id gBAJdmho016787; Tue, 10 Dec 2002 11:39:48 -0800 Received: from 130.29.252.56 by alex2.labs.agilent.com (InterScan E-Mail VirusWall NT); Tue, 10 Dec 2002 11:39:48 -0800 Received: by ALEX2 with Internet Mail Service (5.5.2656.59) id ; Tue, 10 Dec 2002 11:39:47 -0800 Message-ID: From: glenn_engel@agilent.com To: drow@mvista.com Cc: gdb-patches@sources.redhat.com Subject: RE: patch to gdbserver for names instead of pid numbers Date: Tue, 10 Dec 2002 11:40:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2002-12/txt/msg00333.txt.bz2 > No... you can do this using 'gdbserver :1234 --attach `pidof -s foo`. > Killall5/pidof is a 9K binary; I don't want to add this feature to the > server directly when it's already available so lightweightly. Excellent ! Someday I'll know every command available and then I'll die happy... Thanks. -- Glenn