Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h303 : m_name_match_type(process_name_match_type), m_match_all_users(false) { in ProcessInstanceInfoMatch()
312 bool GetMatchAllUsers() const { return m_match_all_users; } in GetMatchAllUsers()
314 void SetMatchAllUsers(bool b) { m_match_all_users = b; } in SetMatchAllUsers()
344 bool m_match_all_users = false; variable
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp332 if (m_match_all_users) in MatchAllProcesses()
341 m_match_all_users = false; in Clear()