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

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 15 15:14:38 PDT 2017


clayborg added a comment.

The multiple feature fix is fine.

As for the qfThreadInfo fix, do you not have control over the OpenOCD GDB server? I would be nice to modify it to return something valid in response to qfThreadInfo? If you don't control or have access to modify the OpenOCD GDB server, we should at least verify that you sent qfThreadInfo and got "l" as the only response. Seems weird to say we will accept any kind of input.


Repository:
  rL LLVM

https://reviews.llvm.org/D37934





More information about the lldb-commits mailing list