[lldb-dev] LLDB for bare-iron targets lacking support for qC /qfThreadInfo packet

Jaydeep Patil via lldb-dev lldb-dev at lists.llvm.org
Fri Aug 21 00:23:22 PDT 2015


Hi,

The gdb-stub running on a MIPS bare-iron board lacks support for qC /qfThreadInfo packet.  Once the LLDB is connected to the target it cannot proceed further as there is no process and/or thread information available from the target. However GDB is able to debug the application as it ignores the output of qC /qfThreadInfo packet if they are not supported. GDB assumes that a process/thread X is available for debugging.

Is there any way in LLDB to support such bare-iron targets where qC /qfThreadInfo packets are not supported?

Regards,
Jaydeep

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150821/e9f309f5/attachment-0001.html>


More information about the lldb-dev mailing list