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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h77 lldb::pid_t GetCurrentProcessID(bool allow_lazy = true);
H A DGDBRemoteCommunicationClient.cpp704 lldb::pid_t GDBRemoteCommunicationClient::GetCurrentProcessID(bool allow_lazy) { argument
705 if (allow_lazy && m_curr_pid_is_valid == eLazyBoolYes)
709 GetCurrentProcessInfo(allow_lazy);
2004 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) {
2008 if (allow_lazy) {

Completed in 80 milliseconds