From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29163 invoked by alias); 1 Jul 2007 22:36:07 -0000 Received: (qmail 29155 invoked by uid 22791); 1 Jul 2007 22:36:07 -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; Sun, 01 Jul 2007 22:36:05 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 3524C982B8; Sun, 1 Jul 2007 22:36:04 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 1C54798299; Sun, 1 Jul 2007 22:36:03 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1I580z-00006G-Pf; Sun, 01 Jul 2007 18:35:33 -0400 Date: Sun, 01 Jul 2007 22:36:00 -0000 From: Daniel Jacobowitz To: Joel Brobecker Cc: gdb-patches@sourceware.org, Alex Subject: Re: [rfc] Do not read from the executable if ptrace fails Message-ID: <20070701223533.GC337@caradoc.them.org> Mail-Followup-To: Joel Brobecker , gdb-patches@sourceware.org, Alex References: <20070625003609.GA31395@caradoc.them.org> <20070625235403.GA3700@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070625235403.GA3700@adacore.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/msg00023.txt.bz2 On Mon, Jun 25, 2007 at 07:54:03PM -0400, Joel Brobecker wrote: > > Any comments, or shall I apply this? > > > > -- > > Daniel Jacobowitz > > CodeSourcery > > > > 2007-06-24 Daniel Jacobowitz > > > > PR symtab/2161 > > * target.c (memory_xfer_partial): Do not continue past targets with > > all memory. > > FWIW, it looks pretty good to me, and I think it should be part of 6.7 > too. OK, I checked it in. -- Daniel Jacobowitz CodeSourcery