[Lldb-commits] [PATCH] D62931: [lldb-server] Add setting to force 'g' packet use

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 10 11:38:49 PDT 2019


clayborg added inline comments.


================
Comment at: lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h:103
   lldb_private::LazyBool m_associated_with_libdispatch_queue;
+  bool m_use_g_packet;
 
----------------
Not a big deal, but might be easier to store this in ProcessGDBRemote and access it there?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62931





More information about the lldb-commits mailing list