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 tried to 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