Home
last modified time | relevance | path

Searched refs:SetMatchAllUsers (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h314 void SetMatchAllUsers(bool b) { m_match_all_users = b; } in SetMatchAllUsers() function
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp391 match_info.SetMatchAllUsers( in Handle_qfProcessInfo()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1427 match_info.SetMatchAllUsers(true); in SetOptionValue()