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

Vadim Chugunov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 18 11:25:47 PDT 2017


vadimcn added a comment.

Sorry, for not catching this regression!   I've checked that attaching to a standard gdbserver still worked, but was not aware of the other scenarios.

Does lldb-server return 'OK' string in response to 'qfThreadInfo'?   According to this <https://sourceware.org/gdb/onlinedocs/gdb/General-Query-Packets.html#General-Query-Packets>, 'OK' is not a valid response to qfThreadInfo. (Is there a better reference for gdb-remote protocol?)

Also, Tamas Berghammer has already submitted a fix <http://llvm.org/viewvc/llvm-project?view=revision&revision=313525>, does is still not resolve this issue?


Repository:
  rL LLVM

https://reviews.llvm.org/D37934





More information about the lldb-commits mailing list