Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] info thread failure

Hi,

 

I built a helloworld using mipsisa32-elf compiler, and try to debug it in the eclipse 3.01 and CDT 2.02.

 

I used the gdb server debugger, and my pc’s serial port is connected to the target’s serial port, the target has monitor which has remote gdb stub.

 

In the gdb.ini file:

 

set remotebaud 38400

target remote /dev/com1

load

 

After I pressed “Debug”, I got the messages from the console:

 

Info threads

 

Warning: RMT ERROR: failed to get remote thread list

 

Quit

 

It seems failure because of “info threads”, how could I let CDT not call “info threads”?

 

Your help is much appreciated!

 

Julie

 


Back to the top