From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27561 invoked by alias); 18 Nov 2008 01:43:17 -0000 Received: (qmail 27493 invoked by uid 22791); 18 Nov 2008 01:43:15 -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; Tue, 18 Nov 2008 01:42:40 +0000 Received: (qmail 28777 invoked from network); 18 Nov 2008 01:42:38 -0000 Received: from unknown (HELO macbook-2.local) (stan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 18 Nov 2008 01:42:38 -0000 Message-ID: <49221D88.1000500@codesourcery.com> Date: Tue, 18 Nov 2008 17:46:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: Tristan Gingold CC: gdb-patches@sourceware.org Subject: Re: [RFA] Darwin/x86 port (v4 - part 0/4) References: In-Reply-To: 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/msg00458.txt.bz2 Tristan Gingold wrote: > + @item set debug inferior @var{num} We're changing this from "inferior" to "darwin", right? > + When set to a non zero value, enables debugging messages specific to > mach-o > + object file processing. The bigger the value is the more verbose the > + output is. Capitalize "Mach-O" here. Also add a comment to the effect that this is mainly to diagnose problems internal to GDB, and should not be needed in normal usage. With these changes, the bits here are OK for the trunk (and I'll be the first person to try them out once checked in!). Stan