We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405af8e commit 940704cCopy full SHA for 940704c
lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h
@@ -221,6 +221,8 @@ class CommunicationKDP : public lldb_private::Communication {
221
// Classes that inherit from CommunicationKDP can see and modify these
222
uint32_t m_addr_byte_size;
223
lldb::ByteOrder m_byte_order;
224
+ std::string m_bytes;
225
+ std::recursive_mutex m_bytes_mutex;
226
std::chrono::seconds m_packet_timeout;
227
std::recursive_mutex m_sequence_mutex; // Restrict access to sending/receiving
228
// packets to a single thread at a time
0 commit comments