Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h81 lldb::pid_t GetCurrentProcessID(bool allow_lazy = true);
DGDBRemoteCommunicationClient.cpp714 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { in GetCurrentProcessID() argument
715 if (allow_lazy && m_curr_pid_is_valid == eLazyBoolYes) in GetCurrentProcessID()
719 GetCurrentProcessInfo(allow_lazy); in GetCurrentProcessID()
2105 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo() argument
2108 if (allow_lazy) { in GetCurrentProcessInfo()