From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24882 invoked by alias); 14 Nov 2008 16:41:42 -0000 Received: (qmail 24784 invoked by uid 22791); 14 Nov 2008 16:41:40 -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 16:41:01 +0000 Received: (qmail 23084 invoked from network); 14 Nov 2008 16:41:00 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 14 Nov 2008 16:41:00 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [RFA] Darwin/x86 port (v4 - part 0/4) Date: Fri, 14 Nov 2008 18:50:00 -0000 User-Agent: KMail/1.9.10 Cc: Tristan Gingold References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200811141641.13428.alves.ped@gmail.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: 2008-11/txt/msg00353.txt.bz2 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. =A0The bigger the value is the more verbose the =A0 > 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. --=20 Pedro Alves