From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29856 invoked by alias); 19 Jul 2010 18:16:40 -0000 Received: (qmail 29847 invoked by uid 22791); 19 Jul 2010 18:16:40 -0000 X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Jul 2010 18:16:35 +0000 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o6JIG1ws026398 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 19 Jul 2010 14:16:01 -0400 Received: from host1.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o6JIFwCh029575 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 19 Jul 2010 14:16:00 -0400 Received: from host1.dyn.jankratochvil.net (localhost [127.0.0.1]) by host1.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id o6JIFvoH030870; Mon, 19 Jul 2010 20:15:57 +0200 Received: (from jkratoch@localhost) by host1.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id o6JIFuRo030863; Mon, 19 Jul 2010 20:15:56 +0200 Date: Mon, 19 Jul 2010 18:16:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: pedro@codesourcery.com, brobecker@adacore.com, mark.kettenis@xs4all.nl, gdb-patches@sourceware.org, emachado@linux.vnet.ibm.com Subject: Re: [patch] Forbid run with a core file loaded Message-ID: <20100719181556.GA29994@host1.dyn.jankratochvil.net> References: <20100719180117.GA25464@host1.dyn.jankratochvil.net> <83630be4c4.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83630be4c4.fsf@gnu.org> User-Agent: Mutt/1.5.20 (2009-12-10) X-IsSubscribed: yes 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 X-SW-Source: 2010-07/txt/msg00291.txt.bz2 On Mon, 19 Jul 2010 20:03:55 +0200, Eli Zaretskii wrote: > > On Thu, 08 Jul 2010 20:25:46 +0200, Eli Zaretskii wrote: > > > This part is okay, but please fix the punctuation as shown below: > > > > > > There are multiple classes of targets such, as: processes, executable files or > > ^^^^^^^^^^^ > > Isn't it a typo? But probably it is not, OK, thanks. > > If you mean the comma after "such", then yes, it's better be removed. Checked-in this one. Thanks, Jan http://sourceware.org/ml/gdb-cvs/2010-07/msg00108.html --- src/gdb/doc/ChangeLog 2010/07/19 17:51:24 1.1087 +++ src/gdb/doc/ChangeLog 2010/07/19 18:11:31 1.1088 @@ -1,4 +1,8 @@ 2010-07-19 Jan Kratochvil + + * gdb.texinfo (Active Targets): Fix wrong comma placement. + +2010-07-19 Jan Kratochvil Eli Zaretskii Make core files the process_stratum. --- src/gdb/doc/gdb.texinfo 2010/07/19 17:51:24 1.741 +++ src/gdb/doc/gdb.texinfo 2010/07/19 18:11:31 1.742 @@ -15391,7 +15391,7 @@ @cindex active targets @cindex multiple targets -There are multiple classes of targets such, as: processes, executable files or +There are multiple classes of targets such as: processes, executable files or recording sessions. Core files belong to the process class, making core file and process mutually exclusive. Otherwise, @value{GDBN} can work concurrently on multiple active targets, one in each class. This allows you to (for