From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23032 invoked by alias); 27 Sep 2011 15:31:19 -0000 Received: (qmail 23024 invoked by uid 22791); 27 Sep 2011 15:31:18 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 27 Sep 2011 15:31:05 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 6EBB1CB02C5; Tue, 27 Sep 2011 17:31:05 +0200 (CEST) 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 tRyQIDTz2RUC; Tue, 27 Sep 2011 17:30:55 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 51A94CB035A; Tue, 27 Sep 2011 17:30:37 +0200 (CEST) Subject: Re: [RFA] Darwin: handle shared libraries in attached processes Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <20110927152049.GA19246@adacore.com> Date: Wed, 28 Sep 2011 01:39:00 -0000 Cc: "gdb-patches@sourceware.org ml" Content-Transfer-Encoding: 7bit Message-Id: References: <20110927152049.GA19246@adacore.com> To: Joel Brobecker 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: 2011-09/txt/msg00461.txt.bz2 On Sep 27, 2011, at 5:20 PM, Joel Brobecker wrote: >> 2011-09-27 Tristan Gingold >> >> * target.h (enum target_object): Add TARGET_OBJECT_DARWIN_DYLD_INFO. >> * solib-darwin.c (DYLD_VERSION_MAX): Update number. >> (darwin_solib_get_all_image_info_addr_at_init): New function. >> (darwin_solib_read_all_image_info_addr): Likewise. >> (darwin_solib_create_inferior_hook): Use the above two functions. >> * darwin-nat.c (darwin_execvp): Renames retval to res. >> (darwin_read_write_inferior): Update comment. >> (darwin_read_dyld_info): New function. >> (darwin_xfer_partial): Handle DYLD_INFO. > > This patch looks OK to me. Please go ahead and apply. Thanks, committed. Tristan. > > -- > Joel