From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17521 invoked by alias); 17 Nov 2008 09:42:22 -0000 Received: (qmail 17498 invoked by uid 22791); 17 Nov 2008 09:42:22 -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; Mon, 17 Nov 2008 09:41:47 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 6DD35290020; Mon, 17 Nov 2008 10:41:44 +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 bn+wqDpZ3wmB; Mon, 17 Nov 2008 10:41:43 +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 D06FD29001E; Mon, 17 Nov 2008 10:41:43 +0100 (CET) Cc: Daniel Jacobowitz Message-Id: From: Tristan Gingold To: gdb-patches@sourceware.org In-Reply-To: <20081116233628.GA20521@caradoc.them.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: [RFA] Darwin/x86 port (v4 - part 0/4) Date: Mon, 17 Nov 2008 21:55:00 -0000 References: <47B0F703-D6C4-4C50-A80C-16DB445DA7CE@adacore.com> <491DB997.9090002@codesourcery.com> <200811141814.24360.pedro@codesourcery.com> <20081116233628.GA20521@caradoc.them.org> 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/msg00434.txt.bz2 On Nov 17, 2008, at 12:36 AM, Daniel Jacobowitz wrote: > On Fri, Nov 14, 2008 at 06:14:23PM +0000, Pedro Alves wrote: >> "set debug darwin" would also be fine with me. > > That's what I'd suggest, too. There's already a 'set debug lin-lwp' > which is similar; the name is just historical at this point. Fine with me. Tristan.