[Lldb-commits] [PATCH] D100146: [lldb] [gdb-remote client] Refactor handling qSupported

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 12 23:27:52 PDT 2021


labath added a comment.
Herald added a subscriber: JDevlieghere.

looks great, just fix the build errors :)



================
Comment at: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp:375
+
+    for (auto x : server_features) {
+      if (x == "qXfer:auxv:read+")
----------------
not a big deal, but this probably shouldn't be auto.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100146/new/

https://reviews.llvm.org/D100146



More information about the lldb-commits mailing list