Searched refs:GetEffectiveUserID (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcessInfo.cpp | 132 uint32_t SBProcessInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBProcessInfo 133 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBProcessInfo, GetEffectiveUserID); in GetEffectiveUserID() 137 user_id = m_opaque_up->GetEffectiveUserID(); in GetEffectiveUserID() 217 LLDB_REGISTER_METHOD(uint32_t, SBProcessInfo, GetEffectiveUserID, ()); in RegisterMethods()
|
| H A D | SBAttachInfo.cpp | 194 uint32_t SBAttachInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBAttachInfo 195 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBAttachInfo, GetEffectiveUserID); in GetEffectiveUserID() 197 return m_opaque_sp->GetEffectiveUserID(); in GetEffectiveUserID() 294 LLDB_REGISTER_METHOD(uint32_t, SBAttachInfo, GetEffectiveUserID, ()); in RegisterMethods()
|
| H A D | SBTarget.cpp | 476 attach_info.SetUserID(instance_info.GetEffectiveUserID()); in Attach() 514 attach_info.SetUserID(instance_info.GetEffectiveUserID()); in AttachToProcessWithID()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ProcessInfo.cpp | 154 s.Format(" euid = {0,-5} ({1})\n", GetEffectiveUserID(), in Dump() 155 resolver.GetUserName(GetEffectiveUserID()).getValueOr("")); in Dump() 216 &ProcessInstanceInfo::GetEffectiveUserID, in DumpAsTableRow() 225 &ProcessInstanceInfo::GetEffectiveUserID, in DumpAsTableRow() 284 m_match_info.GetEffectiveUserID() != proc_info.GetEffectiveUserID()) in UserIDsMatch()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBProcessInfo.i | 52 GetEffectiveUserID ();
|
| H A D | SBAttachInfo.i | 84 GetEffectiveUserID();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
| H A D | HostInfoPosix.h | 28 static uint32_t GetEffectiveUserID();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcessInfo.h | 43 uint32_t GetEffectiveUserID();
|
| H A D | SBAttachInfo.h | 134 uint32_t GetEffectiveUserID();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | HostInfoPosix.cpp | 120 uint32_t HostInfoPosix::GetEffectiveUserID() { return geteuid(); } in GetEffectiveUserID() function in HostInfoPosix
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ProcessInfo.h | 123 uint32_t GetEffectiveUserID() const { return m_euid; } in GetEffectiveUserID() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1151 proc_info.GetEffectiveUserID(), proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse() 1180 proc_info.GetEffectiveUserID(), in CreateProcessInfoResponse_DebugServerStyle()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2271 match_info.GetProcessInfo().GetEffectiveUserID()); in FindProcesses()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 5487 result = (uint32_t)(arg1)->GetEffectiveUserID(); in _wrap_SBAttachInfo_GetEffectiveUserID() 41435 result = (uint32_t)(arg1)->GetEffectiveUserID(); in _wrap_SBProcessInfo_GetEffectiveUserID()
|