From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32057 invoked by alias); 6 Jan 2002 08:04:34 -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 32027 invoked from network); 6 Jan 2002 08:04:31 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 6 Jan 2002 08:04:31 -0000 Received: (from eliz@localhost) by is.elta.co.il (8.9.3/8.8.8) id KAA00749; Sun, 6 Jan 2002 10:03:44 +0200 (IST) Date: Sun, 06 Jan 2002 00:04:00 -0000 From: Eli Zaretskii Message-Id: <200201060803.KAA00749@is.elta.co.il> To: msnyder@redhat.com CC: gdb-patches@sources.redhat.com In-reply-to: <3C376B1E.66517F6E@redhat.com> (message from Michael Snyder on Sat, 05 Jan 2002 13:07:42 -0800) Subject: Re: [RFA] Add new cmd line parameter "--pid" for attach. Reply-to: Eli Zaretskii References: <200201050321.g053L6l16505@reddwarf.cygnus.com> <6436-Sat05Jan2002105609+0200-eliz@is.elta.co.il> <3C376B1E.66517F6E@redhat.com> X-SW-Source: 2002-01/txt/msg00086.txt.bz2 > Date: Sat, 05 Jan 2002 13:07:42 -0800 > From: Michael Snyder > > + @item -pid @ver{number} > + @itemx -p @var{number} > + @cindex @code{--pid} > + @cindex @code{-p} > + Use @var{number} as a process ID to attach to. > + > + @item -p @var{number} > + Connect to process ID @var{number}, as with the @code{attach} command. > + If there is no such process, @value{GDBN} will attempt to open a core > + file named @var{number}. This seems to describe the new option twice. You probably meant to merge the two description parts, and eliminate the second "@item -p". Other than that, it can go in. Thanks.