[Lldb-commits] [PATCH] D139054: Delay calling ObjC class list read utility functions very early in process startup

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 6 11:15:35 PST 2022


jasonmolenda added inline comments.


================
Comment at: lldb/tools/debugserver/source/RNBRemote.h:111-139
+    prefix_reg_packets_with_tid,    // 'QPrefixRegisterPacketsWithThreadID
+    set_logging_mode,               // 'QSetLogging:'
+    set_ignored_exceptions,         // 'QSetIgnoredExceptions'
+    set_max_packet_size,            // 'QSetMaxPacketSize:'
+    set_max_payload_size,           // 'QSetMaxPayloadSize:'
+    set_environment_variable,       // 'QEnvironment:'
+    set_environment_variable_hex,   // 'QEnvironmentHexEncoded:'
----------------
JDevlieghere wrote:
> Nit, since you're touching this, why not align it with `'QStartNoAckMode'`?
clang-format decided to go on a little adventure here, when I added a line to this table.  I didn't want to fight with it, so I just let it have its fun.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139054



More information about the lldb-commits mailing list