Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp395 match_info.SetMatchAllUsers( in Handle_qfProcessInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h328 void SetMatchAllUsers(bool b) { m_match_all_users = b; } in SetMatchAllUsers() function