From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8668 invoked by alias); 28 Apr 2008 17:15:57 -0000 Received: (qmail 8655 invoked by uid 22791); 28 Apr 2008 17:15:56 -0000 X-Spam-Check-By: sourceware.org Received: from h-68-167-125-42.cmbrmaor.covad.net (HELO postal.mayflowercom.com) (68.167.125.42) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 28 Apr 2008 17:15:39 +0000 Received: from [127.0.0.1] (wall1.mayflowercom.com [172.16.0.200]) by postal.mayflowercom.com (8.13.1/8.13.1) with ESMTP id m3SHFW5S024096; Mon, 28 Apr 2008 13:15:33 -0400 Message-ID: <48160634.4000308@mayflowercom.com> Date: Mon, 28 Apr 2008 17:15:00 -0000 From: Dale Lee User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: insight@sources.redhat.com, Dale Lee Subject: Debugging remote target Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00045.txt.bz2 Hi Support We are currently running Insight debugger on an i686 Host to remotely debug an ARM Target using JLink. Both Target and Host are running Linux. Host (Linux i686 PC) <== JTAG (JLink) ==> Target (ARM9) ATMEL91SAM9261 Ethernet 1. I configure the Insight by running ./configure 2. I followed instructions indicated on 'Section 2.1 Building and Installing. 3. When insight is invoked, I can access the register values currently in the target. 4. Why is the registers shown as i686 PC ( ) format INSTEAD of the ARM format (pc, cspr, r1, r2, r3...) when issue the gdb command gdb > info registers 5. Even though I am executing insight on the i686 "host" to remotely debug the ARM target I can only see the register in format for i686 PC and NOT for ARM which I want. What do I need to do to make the insight debugger report the arm registers correctly? Thanks Dale