From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20459 invoked by alias); 18 Mar 2014 21:55:17 -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 20449 invoked by uid 89); 18 Mar 2014 21:55:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: elasmtp-curtail.atl.sa.earthlink.net Received: from elasmtp-curtail.atl.sa.earthlink.net (HELO elasmtp-curtail.atl.sa.earthlink.net) (209.86.89.64) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 18 Mar 2014 21:55:15 +0000 Received: from [68.96.200.16] (helo=macbook2.local) by elasmtp-curtail.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1WQ1yU-0008DD-6R for gdb-patches@sourceware.org; Tue, 18 Mar 2014 17:55:06 -0400 Message-ID: <5328C0B9.4010705@earthlink.net> Date: Tue, 18 Mar 2014 21:55:00 -0000 From: Stan Shebs User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [PATCH 8/8] Allow making GDB not automatically connect to the native target. References: <1395069784-7406-1-git-send-email-palves@redhat.com> <1395069784-7406-9-git-send-email-palves@redhat.com> In-Reply-To: <1395069784-7406-9-git-send-email-palves@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da94043a8b7f77b613a9793756814f83b4e24350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-IsSubscribed: yes X-SW-Source: 2014-03/txt/msg00434.txt.bz2 On 3/17/14 8:23 AM, Pedro Alves wrote: > gdb/doc/ > 2014-03-17 Pedro Alves > > * gdb.texinfo (Starting): Document "set/show > auto-connect-native-target". > (Target Commands): Document "target native". On that note, there are a bunch of random "child process" references in the manual that should be reworded. I researched alternative possibilities for naming, but didn't come up with much - debugger manuals seem to just go with the somewhat-awkward "process being debugged" when it's necessary to be clear about it. Stan stan@codesourcery.com