HomeSort by relevance Sort by last modified time
    Searched refs:m_async_packet_predicate (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.h 403 lldb_private::Predicate<bool> m_async_packet_predicate; member in class:GDBRemoteCommunicationClient
GDBRemoteCommunicationClient.cpp 73 m_async_packet_predicate (false),
335 m_async_packet_predicate.SetValue (true, eBroadcastNever);
353 if (m_async_packet_predicate.WaitForValueEqualTo (false, &timeout_time, &timed_out))
596 bool continue_after_async = m_async_signal != -1 || m_async_packet_predicate.GetValue();
679 else if (m_async_packet_predicate.GetValue())
705 m_async_packet_predicate.SetValue(false, eBroadcastAlways);
    [all...]

Completed in 665 milliseconds