From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15186 invoked by alias); 7 Jan 2002 05:26:38 -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 15139 invoked from network); 7 Jan 2002 05:26:33 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 7 Jan 2002 05:26:33 -0000 Received: from telocity.telocity.com (taarna.cygnus.com [205.180.230.102]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with SMTP id VAA20260; Sun, 6 Jan 2002 21:21:30 -0800 (PST) Message-ID: <3C392F5B.792C@redhat.com> Date: Sun, 06 Jan 2002 21:26:00 -0000 From: Michael Snyder X-Mailer: Mozilla 3.04 (Win95; I) MIME-Version: 1.0 To: Eli Zaretskii CC: gdb-patches@sources.redhat.com Subject: Re: [RFA] Add new cmd line parameter "--pid" for attach. References: <200201050321.g053L6l16505@reddwarf.cygnus.com> <6436-Sat05Jan2002105609+0200-eliz@is.elta.co.il> <3C376B1E.66517F6E@redhat.com> <200201060803.KAA00749@is.elta.co.il> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00094.txt.bz2 Eli Zaretskii wrote: > > > 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". Actually, I just copied what was there already for the --core option.