From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18130 invoked by alias); 1 Jul 2011 19:03:43 -0000 Received: (qmail 18122 invoked by uid 22791); 1 Jul 2011 19:03:42 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Jul 2011 19:03:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 759F12BB523 for ; Fri, 1 Jul 2011 15:03:29 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ntTtLLaIhHy6 for ; Fri, 1 Jul 2011 15:03:29 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 4D3032BB4CF for ; Fri, 1 Jul 2011 15:03:29 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 8C037145615; Fri, 1 Jul 2011 12:03:27 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Various fixes to the Darwin port... Date: Fri, 01 Jul 2011 19:03:00 -0000 Message-Id: <1309547006-21412-1-git-send-email-brobecker@adacore.com> 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: 2011-07/txt/msg00049.txt.bz2 I thought I'd spend a few hours on the Darwin port and see where we stand, and try to fix the most severe of our known problems. I ended up spending a little more time than I wanted, but it wasn't completely in vain. To follow are 4 patches that should help a bit in some situations.