From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17472 invoked by alias); 12 Oct 2009 19:09:37 -0000 Received: (qmail 17455 invoked by uid 22791); 12 Oct 2009 19:09:36 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout5.012.net.il (HELO mtaout5.012.net.il) (84.95.2.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Oct 2009 19:09:31 +0000 Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KRF00I000KPKG00@i_mtaout5.012.net.il> for gdb-patches@sourceware.org; Mon, 12 Oct 2009 21:09:26 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.84.229]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KRF007UI17P1390@i_mtaout5.012.net.il>; Mon, 12 Oct 2009 21:09:26 +0200 (IST) Date: Mon, 12 Oct 2009 19:09:00 -0000 From: Eli Zaretskii Subject: Re: [v7] multi-executable support In-reply-to: <200910120226.08575.pedro@codesourcery.com> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r5t8ig10.fsf@gnu.org> References: <200910051659.20885.pedro@codesourcery.com> <83d451o69u.fsf@gnu.org> <200910061314.29661.pedro@codesourcery.com> <200910120226.08575.pedro@codesourcery.com> 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: 2009-10/txt/msg00244.txt.bz2 > From: Pedro Alves > Date: Mon, 12 Oct 2009 02:26:08 +0100 > Cc: Eli Zaretskii > > Here's the updated patch with docs fixed per review. Thanks. > Index: src/gdb/NEWS > =================================================================== > --- src.orig/gdb/NEWS 2009-10-11 19:45:41.000000000 +0100 > +++ src/gdb/NEWS 2009-10-11 20:33:58.000000000 +0100 > @@ -3,6 +3,40 @@ This part is fine. > +may be retained after a process exits. Inferiors have unique > +identifiers that are different from process ids. Usually each > +inferior will also have its own distinct address space, although some > +embedded targets may have several inferiors running in different parts > +of a single address space. For example, debugging programs that call > +@code{vfork}, or embedded targets that may have several inferiors > +running in different parts of a single address space. The last two sentences say the same about embedded targets in two slightly different ways. Suggest to merge into a single sentence. > +inferior. Restarting the inferior after the @code{exec} call, with > +e.g. the @code{run} command, restarts the executable the process was ^^^^^ This needs either a @: or a comma after "e.g.", to avoid it being typeset as an end of a sentence. Okay with these changes.