From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2695 invoked by alias); 27 Jul 2007 19:04:27 -0000 Received: (qmail 2684 invoked by uid 22791); 27 Jul 2007 19:04:27 -0000 X-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,FORGED_RCVD_HELO,SPF_FAIL,TW_DW X-Spam-Check-By: sourceware.org Received: from rwcrmhc11.comcast.net (HELO rwcrmhc11.comcast.net) (216.148.227.151) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 27 Jul 2007 19:04:21 +0000 Received: from gateway.sf.frob.com (c-67-160-211-197.hsd1.ca.comcast.net[67.160.211.197]) by comcast.net (rwcrmhc11) with ESMTP id <20070727190418m1100lqfvse>; Fri, 27 Jul 2007 19:04:18 +0000 Received: from magilla.localdomain (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 6A86C357B; Fri, 27 Jul 2007 12:04:17 -0700 (PDT) Received: by magilla.localdomain (Postfix, from userid 5281) id 504344D058D; Fri, 27 Jul 2007 12:03:47 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Mark Wielaard Cc: frysk@sourceware.org Subject: Re: Problem with getExe and testInsertedBreakpoint In-Reply-To: Mark Wielaard's message of Friday, 27 July 2007 11:59:47 +0200 <1185530388.3588.51.camel@dijkstra.wildebeest.org> X-Zippy-Says: If I have enough money to buy 5,000 CANS of NOODLE-RONI, can I get a VAT of MARSHMALLOW FLUFF free?? Message-Id: <20070727190347.504344D058D@magilla.localdomain> Date: Fri, 27 Jul 2007 19:04:00 -0000 X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00213.txt.bz2 > Will it be possible for frysk to also support that in the Fedora 8 > timeframe? I intend to have some libdwfl additions for build-id before F8. Those will make it very easy to do something in Frysk. > OK, and I assume the same would be true for any code segments that were > altered through ptrace poke? Correct. The kernel's test is on its internal VM data structures, so it gets any private file mapping that has had some COW happen. Thanks, Roland