Searched refs:m_supported_async_json_packets_is_valid (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h566 bool m_supported_async_json_packets_is_valid; member in class:lldb_private::process_gdb_remote::GDBRemoteCommunicationClient
H A DGDBRemoteCommunicationClient.cpp99 m_supported_async_json_packets_is_valid(false),
319 m_supported_async_json_packets_is_valid = false;
3927 if (!m_supported_async_json_packets_is_valid) {
3929 m_supported_async_json_packets_is_valid = true;

Completed in 90 milliseconds