From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23422 invoked by alias); 19 Nov 2008 11:37:06 -0000 Received: (qmail 23386 invoked by uid 22791); 19 Nov 2008 11:37:04 -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; Wed, 19 Nov 2008 11:36:29 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 2931A290002; Wed, 19 Nov 2008 12:36:26 +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 ucq4RSuJBjtO; Wed, 19 Nov 2008 12:36:25 +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 5B242290005; Wed, 19 Nov 2008 12:36:25 +0100 (CET) Cc: gdb-patches@sourceware.org Message-Id: <4EC45EDD-771D-4793-BBDA-2695CFF08275@adacore.com> From: Tristan Gingold To: Stan Shebs In-Reply-To: <49221D88.1000500@codesourcery.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: Wed, 19 Nov 2008 20:44:00 -0000 References: <49221D88.1000500@codesourcery.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/msg00497.txt.bz2 Hi Stan, thank you for the reviewing. I have made the changes, the testsuite is now running. I will post the new diffs soon. I am replying to all the mail at least to double check I didn't forget anything. Tristan. On Nov 18, 2008, at 2:42 AM, Stan Shebs wrote: > Tristan Gingold wrote: >> + @item set debug inferior @var{num} > We're changing this from "inferior" to "darwin", right? 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. Done. > 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!). Thank you for your interest!