[Lldb-commits] [PATCH] D100140: [lldb] [gdb-remote server] Refactor handling qSupported
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 12 05:14:21 PDT 2021
mgorny added inline comments.
================
Comment at: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp:843
- response.PutCString(";QThreadSuffixSupported+");
- response.PutCString(";QListThreadsInStopReply+");
- response.PutCString(";qEcho+");
----------------
rovka wrote:
> This seems to have disappeared, shouldn't it be in GDBRemoteCommunicationServerCommon::HandleFeatures?
My mistake, sorry. Fixed now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100140/new/
https://reviews.llvm.org/D100140
More information about the lldb-commits
mailing list