[Lldb-commits] [PATCH] D12876: [MIPS] Debug bare-iron targets lacking support for qC /qfThreadInfo

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 16 10:42:09 PDT 2015


clayborg added a comment.

If "qfThreadInfo" responds with OK, it seems to imply "this is a supported packet, but I have no threads to report". So it seems like we should assume that there are no threads in this case. If we got $#00 back, then it would mean that qfThreadInfo ins't supported. So if we get "OK" back from "qfThreadInfo", we should stop searching and assume there are no threads (don't try to send a stop reply, etc).


Repository:
  rL LLVM

http://reviews.llvm.org/D12876





More information about the lldb-commits mailing list