Skip to main content

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

> 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.=20
> 
> =20
> 
> In the gdb.ini file:
> 
> =20
> 
> set remotebaud 38400
> 
> target remote /dev/com1
> 
> load=20
> 
> =20
> 
> After I pressed "Debug", I got the messages from the console:
> 
> =20
> 
> Info threads
> 
> =20
> 
> Warning: RMT ERROR: failed to get remote thread list
> 
> =20
> 
> Quit
> 
> =20
> 
> It seems failure because of "info threads", how could I let CDT not call
> "info threads"?


It is almost certainly harmless if you are using a JTAG(or other
hardware debugger). I've got a patch in the works to reduce GDB console
noise.

Have you considered taking the following modified CDT + plugin for a
spin?

http://www.zylin.com/embeddedcdt.html

-- 
Øyvind Harboe
http://www.zylin.com




Back to the top