From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12582 invoked by alias); 14 Nov 2008 17:47:54 -0000 Received: (qmail 12519 invoked by uid 22791); 14 Nov 2008 17:47:53 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 14 Nov 2008 17:47:11 +0000 Received: (qmail 28365 invoked from network); 14 Nov 2008 17:47:10 -0000 Received: from unknown (HELO macbook-2.local) (stan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 14 Nov 2008 17:47:10 -0000 Message-ID: <491DB997.9090002@codesourcery.com> Date: Fri, 14 Nov 2008 21:05:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: Tristan Gingold CC: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [RFA] Darwin/x86 port (v4 - part 0/4) References: <200811141641.13428.alves.ped@gmail.com> <47B0F703-D6C4-4C50-A80C-16DB445DA7CE@adacore.com> In-Reply-To: <47B0F703-D6C4-4C50-A80C-16DB445DA7CE@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2008-11/txt/msg00360.txt.bz2 Tristan Gingold wrote: > > On Nov 14, 2008, at 5:41 PM, Pedro Alves wrote: > >> On Friday 14 November 2008 16:26:23, Tristan Gingold wrote: >>> + @table @code >>> + @item set debug inferior @var{num} >>> + @kindex set debug inferior >>> + When set to a non zero value, enables debugging messages specific to >>> + the Darwin support. The bigger the value is the more verbose the >>> output is. >> >> Please don't use "inferior" for darwin specific things. It is a very >> general term, and collides with what we may want to do with the >> common gdb/inferior.c module. > > Ok, will change to "maint darwin-debug" > We have "set debug" that is generally available; some of the options are clearly maintenance-only, such as "set debug infrun", so that seems a convenient place for a Darwin-specific flag. (We could add "maint set debug", but that seems a little too pedantic :-) .) Stan