From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20374 invoked by alias); 5 Jan 2002 08:59:18 -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 20347 invoked from network); 5 Jan 2002 08:59:13 -0000 Received: from unknown (HELO thor.inter.net.il) (192.114.186.11) by sources.redhat.com with SMTP; 5 Jan 2002 08:59:13 -0000 Received: from zaretsky ([192.116.55.139]) by thor.inter.net.il (Mirapoint) with ESMTP id AEL07533; Sat, 5 Jan 2002 10:59:05 +0200 (IST) Date: Sat, 05 Jan 2002 00:59:00 -0000 From: "Eli Zaretskii" To: msnyder@cygnus.com Message-Id: <6436-Sat05Jan2002105609+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: gdb-patches@sources.redhat.com In-reply-to: <200201050321.g053L6l16505@reddwarf.cygnus.com> (message from Michael Snyder on Fri, 4 Jan 2002 19:21:06 -0800) Subject: Re: [RFA] Add new cmd line parameter "--pid" for attach. Reply-to: Eli Zaretskii References: <200201050321.g053L6l16505@reddwarf.cygnus.com> X-SW-Source: 2002-01/txt/msg00069.txt.bz2 > Date: Fri, 4 Jan 2002 19:21:06 -0800 > From: Michael Snyder > > --command=FILE Execute GDB commands from FILE.\n\ > --core=COREFILE Analyze the core dump COREFILE.\n\ > + --pid=PID Attach to running process PID.\n\ > ", stream); The new command-line option should be described in gdb.texinfo as well.