From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5659 invoked by alias); 8 Jul 2006 01:05:21 -0000 Received: (qmail 5650 invoked by uid 22791); 8 Jul 2006 01:05:20 -0000 X-Spam-Check-By: sourceware.org Received: from ATENBK.aten-ca.com (HELO aten.com) (64.180.126.88) by sourceware.org (qpsmtpd/0.31) with SMTP; Sat, 08 Jul 2006 01:05:16 +0000 Received: from atendns.RD-CA.local [10.0.0.7] by aten.com [10.0.0.32] with SMTP (MDaemon.v2.7.SP4.R) for ; Fri, 07 Jul 2006 18:05:54 -0700 Received: from aten-ca.com (Not Verified[10.0.0.222]) by atendns.RD-CA.local with MailMarshal (v5,0,3,76) id ; Fri, 07 Jul 2006 18:05:46 -0700 Received: from colinw01 ([10.0.0.103]) by aten-ca.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 7 Jul 2006 18:05:54 -0700 Message-ID: <000401c6a22a$6f834d80$6700000a@colinw01> From: "Colin Wen" To: "Daniel Jacobowitz" Cc: References: <001301c6a21b$2db6a8c0$6700000a@colinw01> <20060707234917.GA4792@nevyn.them.org> Subject: Re: View EPC Register on MIPS Date: Sat, 08 Jul 2006 01:05:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MDaemon-Deliver-To: gdb@sourceware.org X-Return-Path: ColinW@aten-ca.com 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/msg00020.txt.bz2 ----- Original Message ----- From: "Daniel Jacobowitz" To: "Colin Wen" Cc: Sent: Friday, July 07, 2006 4:49 PM Subject: Re: View EPC Register on MIPS > 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. > Thanks for your help, then maybe I can try mon comand to directly call debugger. colin wen