From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13322 invoked by alias); 27 Feb 2006 16:16:20 -0000 Received: (qmail 13309 invoked by uid 22791); 27 Feb 2006 16:16:19 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.196) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 27 Feb 2006 16:16:16 +0000 Received: by zproxy.gmail.com with SMTP id r28so1000968nza for ; Mon, 27 Feb 2006 08:16:15 -0800 (PST) Received: by 10.36.50.1 with SMTP id x1mr3193545nzx; Mon, 27 Feb 2006 08:16:13 -0800 (PST) Received: by 10.36.48.4 with HTTP; Mon, 27 Feb 2006 08:16:13 -0800 (PST) Message-ID: Date: Mon, 27 Feb 2006 16:33:00 -0000 From: "Harsha HS" To: gdb@sources.redhat.com Subject: reading register information from corefile MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00323.txt.bz2 Hello, I am trying to build a corss gdb for mips r3k architecture. I am able to load any mips executable on gdb and can debug the same But when i try to load core file i get the message that "GDB can't read core files on this machine". Can u please help me by pointing to the code where I have to add to=20 struct target_ops the mips core file format and also the note section in the core file to read the register information for a standalone embedded application. thanks -harsha