From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3201 invoked by alias); 14 Nov 2008 16:51:52 -0000 Received: (qmail 3065 invoked by uid 22791); 14 Nov 2008 16:51:51 -0000 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 14 Nov 2008 16:51:09 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 28CF8290001; Fri, 14 Nov 2008 17:51:06 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E8Phe5tn3v2y; Fri, 14 Nov 2008 17:51:04 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.0.139]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id C3AA2290006; Fri, 14 Nov 2008 17:51:04 +0100 (CET) Cc: gdb-patches@sourceware.org Message-Id: <47B0F703-D6C4-4C50-A80C-16DB445DA7CE@adacore.com> From: Tristan Gingold To: Pedro Alves In-Reply-To: <200811141641.13428.alves.ped@gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: [RFA] Darwin/x86 port (v4 - part 0/4) Date: Fri, 14 Nov 2008 18:51:00 -0000 References: <200811141641.13428.alves.ped@gmail.com> X-Mailer: Apple Mail (2.929.2) 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: 2008-11/txt/msg00354.txt.bz2 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" Tristan.