From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1446 invoked by alias); 8 Apr 2013 15:08:22 -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 1386 invoked by uid 89); 8 Apr 2013 15:08:21 -0000 X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 08 Apr 2013 15:08:20 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MKX00A00ZDGBA00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Mon, 08 Apr 2013 18:08:17 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MKX00AR0ZDS1980@a-mtaout23.012.net.il>; Mon, 08 Apr 2013 18:08:17 +0300 (IDT) Date: Mon, 08 Apr 2013 19:41:00 -0000 From: Eli Zaretskii Subject: Re: [patch 2/2+rfc+doc] Install gcore by default (+new man page) In-reply-to: <20130407185443.GB15389@host2.jankratochvil.net> To: Jan Kratochvil Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r4ilawlx.fsf@gnu.org> References: <20130407185443.GB15389@host2.jankratochvil.net> X-SW-Source: 2013-04/txt/msg00193.txt.bz2 > Date: Sun, 7 Apr 2013 20:54:43 +0200 > From: Jan Kratochvil > > +Produced file is equivalent to a kernel produced core file as if the process > +crashed (and also it had to have @command{ulimit -c} enabled appropriately). Suggest to reword in parentheses: (and if @kbd{ulimit -c} were used to set up an appropriate core dump limit) Note: @kbd, not @command, as the latter is for command names, not for command lines. > +Contrary to it after @command{gcore} the program remains running without any > +change. "Unlike after a crash, after @command{gcore} the program ..." The documentation part is OK with these changes. Thanks.