[Lldb-commits] [PATCH] D37934: Fix compatibility with OpenOCD debug stub.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 18 08:59:54 PDT 2017


clayborg added a comment.

If we get a response of "l" for the "qfThreadInfo", it might be worth trying to send a "https://reviews.llvm.org/H1" packet (select thread ID 1 for subsequent continues and steps) to see if the server knows about thread 1 before proceeding? This patch also broke other platforms that respond with "OK" to the "qfThreadInfo". So we really need to do some extra verification that "l" was the only things received in response to the "qfThreadInfo".


Repository:
  rL LLVM

https://reviews.llvm.org/D37934





More information about the lldb-commits mailing list