This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Debugging remote target


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





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]