From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11710 invoked by alias); 7 Jul 2006 23:49:23 -0000 Received: (qmail 11660 invoked by uid 22791); 7 Jul 2006 23:49:22 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 07 Jul 2006 23:49:19 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Fz04T-0001GZ-PN; Fri, 07 Jul 2006 19:49:17 -0400 Date: Fri, 07 Jul 2006 23:49:00 -0000 From: Daniel Jacobowitz To: Colin Wen Cc: gdb@sourceware.org Subject: Re: View EPC Register on MIPS Message-ID: <20060707234917.GA4792@nevyn.them.org> Mail-Followup-To: Colin Wen , gdb@sourceware.org References: <001301c6a21b$2db6a8c0$6700000a@colinw01> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001301c6a21b$2db6a8c0$6700000a@colinw01> User-Agent: Mutt/1.5.11+cvs20060403 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-07/txt/msg00019.txt.bz2 On Fri, Jul 07, 2006 at 04:15:04PM -0700, Colin Wen wrote: > Hi, > > Can anybody please tell me how to view the EPC register on MIPS by gdb? > I tried info all-registers but there is no EPC register. You are probably out of luck. I believe there were a few specific MIPS remote debugging stubs that could report EPC, but most can't. We've been working on extensions that will make it easier to do this sort of thing, in future releases. -- Daniel Jacobowitz CodeSourcery