From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11648 invoked by alias); 5 Feb 2008 13:31:11 -0000 Received: (qmail 11639 invoked by uid 22791); 5 Feb 2008 13:31:09 -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; Tue, 05 Feb 2008 13:30:49 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 53A8E9829D; Tue, 5 Feb 2008 13:30:48 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 36697980E0; Tue, 5 Feb 2008 13:30:48 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1JMNst-00032u-B2; Tue, 05 Feb 2008 08:30:47 -0500 Date: Tue, 05 Feb 2008 13:31:00 -0000 From: Daniel Jacobowitz To: rahul dev Cc: gdb@sourceware.org Subject: Re: elf core file format for powerpc Message-ID: <20080205133047.GA11692@caradoc.them.org> Mail-Followup-To: rahul dev , gdb@sourceware.org References: <20080205131927.GC10652@caradoc.them.org> <328739.18777.qm@web94601.mail.in2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <328739.18777.qm@web94601.mail.in2.yahoo.com> User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-02/txt/msg00028.txt.bz2 On Tue, Feb 05, 2008 at 06:55:40PM +0530, rahul dev wrote: > Thanks for your reply. > But, is there any link/documentation that describes the core file > format for EM_PPC ? I don't know of any. Once you understand core files in general, it is very easy. You just need a register note of the correct size. -- Daniel Jacobowitz CodeSourcery