Home
last modified time | relevance | path

Searched refs:GetEffectiveGroupID (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/
DHost.h145 GetEffectiveGroupID ();
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBTarget.h196 GetEffectiveGroupID();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBTarget.cpp437 SBAttachInfo::GetEffectiveGroupID() in GetEffectiveGroupID() function in SBAttachInfo
439 return m_opaque_sp->GetEffectiveGroupID(); in GetEffectiveGroupID()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp488 proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse()
DGDBRemoteCommunicationClient.cpp2328 packet.Printf("egid:%u;",match_info.GetProcessInfo().GetEffectiveGroupID()); in FindProcesses()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DProcess.h375 GetEffectiveGroupID() const in GetEffectiveGroupID() function
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
DHost.cpp1393 Host::GetEffectiveGroupID () in GetEffectiveGroupID() function in Host
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DProcess.cpp902 m_match_info.GetEffectiveGroupID() != proc_info.GetEffectiveGroupID()) in Matches()