Searched refs:allow_lazy (Results 1 – 2 of 2) sorted by relevance
95 lldb::pid_t GetCurrentProcessID(bool allow_lazy = true);
712 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { in GetCurrentProcessID() argument713 if (allow_lazy && m_curr_pid_is_valid == eLazyBoolYes) in GetCurrentProcessID()717 GetCurrentProcessInfo(allow_lazy); in GetCurrentProcessID()2033 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo() argument2037 if (allow_lazy) { in GetCurrentProcessInfo()