From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23345 invoked by alias); 5 Apr 2013 16:08:27 -0000 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 Received: (qmail 23334 invoked by uid 89); 5 Apr 2013 16:08:26 -0000 X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RCVD_IN_NIX_SPAM,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 05 Apr 2013 16:08:23 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MKS00D00I4OPI00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Fri, 05 Apr 2013 19:08:20 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MKS00DL7I5VIC40@a-mtaout22.012.net.il>; Fri, 05 Apr 2013 19:08:20 +0300 (IDT) Date: Fri, 05 Apr 2013 18:40:00 -0000 From: Eli Zaretskii Subject: Re: [doc patch] gdb.1: Add -p PID In-reply-to: <20130405151828.GA24147@host2.jankratochvil.net> To: Jan Kratochvil Cc: tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83vc81dkp6.fsf@gnu.org> References: <83lias3ybi.fsf@gnu.org> <20130219162741.GA4493@host2.jankratochvil.net> <838v6kp4gu.fsf@gnu.org> <20130220084353.GA801@host2.jankratochvil.net> <83fw0qokfw.fsf@gnu.org> <20130404160915.GA11966@host2.jankratochvil.net> <83sj36fcxb.fsf@gnu.org> <20130404171439.GA20464@host2.jankratochvil.net> <83obduf9ny.fsf@gnu.org> <20130405150101.GA15883@host2.jankratochvil.net> <20130405151828.GA24147@host2.jankratochvil.net> X-SW-Source: 2013-04/txt/msg00132.txt.bz2 > Date: Fri, 5 Apr 2013 17:18:28 +0200 > From: Jan Kratochvil > Cc: tromey@redhat.com, gdb-patches@sourceware.org > > On Fri, 05 Apr 2013 17:01:01 +0200, Jan Kratochvil wrote: > > > > +Fortran support will be added when a GNU Fortran compiler is ready. > > > > > > This list of languages is outdated, right? > > + > > > > +@smallexample > > > > +gdb program 1234 > > > > +@end smallexample > > > > > > Should we mention "gdb -p PID" as well? > > > > Yes but that is unrelated to this patch which does only the technical > > conversion. OK, going to post a second patch for these. > > Here. Fine with me, thanks.