From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 430 invoked by alias); 8 Mar 2007 13:53:27 -0000 Received: (qmail 395 invoked by uid 22791); 8 Mar 2007 13:53:26 -0000 X-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_40,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 08 Mar 2007 13:53:22 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l28DrJc2016599 for ; Thu, 8 Mar 2007 08:53:19 -0500 Received: from pobox.hsv.redhat.com (pobox.hsv.redhat.com [172.16.16.12]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l28DrJ2S003303 for ; Thu, 8 Mar 2007 08:53:19 -0500 Received: from [10.11.14.115] (vpn-14-115.rdu.redhat.com [10.11.14.115]) by pobox.hsv.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id l28DrIHU001868 for ; Thu, 8 Mar 2007 08:53:18 -0500 Message-ID: <45F0154D.20500@redhat.com> Date: Thu, 08 Mar 2007 13:53:00 -0000 From: Phil Muldoon User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: Frysk Hackers Subject: Core and Libelf status Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-q1/txt/msg00191.txt.bz2 Ongoing: - Continuing to add core file note support to libelf for java. - Rewriting note readers to operate correctly when a core file is a different architecture to the host. This requires byte decoding in java over struct mapping in C/C++. - Rewriting the tests to use the new static decode functions for above. - Porting the other note section readers to use decode. - Puzzling on how to load in a static data register bank into an ISA over having the ISA look at the memory via PtraceByteBuffer - Studying a solution to why abstract Tasks need to know a lot about starting state - Continue to add support for core files in Frysk. - Minimal kdump research. Will ramp up in the background.