Home
last modified time | relevance | path

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

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