From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5378 invoked by alias); 23 Jul 2007 22:05:29 -0000 Received: (qmail 5357 invoked by uid 22791); 23 Jul 2007 22:05:28 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 23 Jul 2007 22:05:25 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id F12E498301; Mon, 23 Jul 2007 22:05:24 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 7867198300; Mon, 23 Jul 2007 22:05:24 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1ID61q-0005IR-4T; Mon, 23 Jul 2007 18:05:22 -0400 Date: Mon, 23 Jul 2007 22:54:00 -0000 From: Daniel Jacobowitz To: Ulrich Weigand Cc: Joel Brobecker , gdb-patches@sourceware.org, Alex Subject: Re: [rfc] Do not read from the executable if ptrace fails Message-ID: <20070723220522.GA20234@caradoc.them.org> Mail-Followup-To: Ulrich Weigand , Joel Brobecker , gdb-patches@sourceware.org, Alex References: <20070723191542.GA12138@caradoc.them.org> <200707232124.l6NLOuab008027@d12av02.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200707232124.l6NLOuab008027@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-07/txt/msg00248.txt.bz2 On Mon, Jul 23, 2007 at 11:24:56PM +0200, Ulrich Weigand wrote: > * target.c (memory_xfer_partial): Accesses to unmapped overlay > sections should always go to the executable file. Looks fine to me. I can't see any cases where this would be wrong. -- Daniel Jacobowitz CodeSourcery