Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-dd-dev] Invalid register names in Register View when triedto debug with a MIPS gdb and DSF

Hi Pawel,

 

I have created below bug and added the logs to it.

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=243726

 

Sorry for the delay. I was on holidays.

 

Thanks,

Jiju

 


From: dsdp-dd-dev-bounces@xxxxxxxxxxx [mailto:dsdp-dd-dev-bounces@xxxxxxxxxxx] On Behalf Of Pawel Piech
Sent: 14 July 2008 19:27
To: Device Debugging developer discussions
Subject: Re: [dsdp-dd-dev] Invalid register names in Register View when triedto debug with a MIPS gdb and DSF

 

Hi Jiju,
My guess is that there is a bug in the register service, but we'll need a little more information.  Could you run the debugger with the tracing option turned on.  To do that add the following option to the eclipse command line: -debug /tmp/debug.options, where debug.options contains:

org.eclipse.dd.mi/debug=true
org.eclipse.cdt.debug.mi.core/debug=true

Then reproduce the problem and capture the console output.  Also for reference do the same with the CDI-GDB debugger.  It would be best if you could create a new bugzilla bug attach these logs there.

Thanks,
Pawel

Jiju George T wrote:

Hi All,

 

 I am trying to use DSF C/C++ Remote Application debug launch to debug a MIPS target using a cross compiled MIPS gdb (based on gdb 6.8) and a MIPS GDB Server which can communicate with MIPS target using an EJTAG probe. I am able to connect to the target successfully. But I am bit confused on why the register view lists lot of “Unknown” registers with value as “Error: Failed to execute MI command: -data-list-register-values x 0 Error message from debugger back end: bad register number”  before and after the normal MIPS registers. (see attached screen shot)

 

 When I tried to debug MIPS target with CDT Hardware Debugger launch configuration (which uses the CDI MI implementation) using the same gdb and GDB Server this behaviour was not there. I checked the output of -data-list-register-names MI command and I can see lot of empty strings(“”) in the register name list before and after MISP register names.

 

Is it some difference in the way DSF MI and CDT MI implementation interprets the output of -data-list-register-names is causing the issue?

 

Thanks,

Jiju George

 


 

 



 
_______________________________________________
dsdp-dd-dev mailing list
dsdp-dd-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-dd-dev
  

 


Back to the top