Home
last modified time | relevance | path

Searched refs:allow_lazy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h82 lldb::pid_t GetCurrentProcessID(bool allow_lazy = true);
H A DGDBRemoteCommunicationClient.cpp757 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { in GetCurrentProcessID() argument
758 if (allow_lazy && m_curr_pid_is_valid == eLazyBoolYes) in GetCurrentProcessID()
762 GetCurrentProcessInfo(allow_lazy); in GetCurrentProcessID()
2134 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo() argument
2137 if (allow_lazy) { in GetCurrentProcessInfo()