Searched refs:EffectiveUserIDIsValid (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcessInfo.cpp | 152 bool SBProcessInfo::EffectiveUserIDIsValid() { in EffectiveUserIDIsValid() function in SBProcessInfo 153 LLDB_RECORD_METHOD_NO_ARGS(bool, SBProcessInfo, EffectiveUserIDIsValid); in EffectiveUserIDIsValid() 157 is_valid = m_opaque_up->EffectiveUserIDIsValid(); in EffectiveUserIDIsValid() 219 LLDB_REGISTER_METHOD(bool, SBProcessInfo, EffectiveUserIDIsValid, ()); in RegisterMethods()
|
| H A D | SBAttachInfo.cpp | 206 bool SBAttachInfo::EffectiveUserIDIsValid() { in EffectiveUserIDIsValid() function in SBAttachInfo 207 LLDB_RECORD_METHOD_NO_ARGS(bool, SBAttachInfo, EffectiveUserIDIsValid); in EffectiveUserIDIsValid() 209 return m_opaque_sp->EffectiveUserIDIsValid(); in EffectiveUserIDIsValid() 296 LLDB_REGISTER_METHOD(bool, SBAttachInfo, EffectiveUserIDIsValid, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ProcessInfo.cpp | 153 if (EffectiveUserIDIsValid()) { in Dump() 215 print(&ProcessInstanceInfo::EffectiveUserIDIsValid, in DumpAsTableRow() 224 print(&ProcessInstanceInfo::EffectiveUserIDIsValid, in DumpAsTableRow() 283 if (m_match_info.EffectiveUserIDIsValid() && in UserIDsMatch() 315 if (m_match_info.EffectiveUserIDIsValid()) in MatchAllProcesses()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBProcessInfo.i | 58 EffectiveUserIDIsValid ();
|
| H A D | SBAttachInfo.i | 90 EffectiveUserIDIsValid ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcessInfo.h | 47 bool EffectiveUserIDIsValid();
|
| H A D | SBAttachInfo.h | 138 bool EffectiveUserIDIsValid();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ProcessInfo.h | 127 bool EffectiveUserIDIsValid() const { return m_euid != UINT32_MAX; } in EffectiveUserIDIsValid() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 2269 if (match_info.GetProcessInfo().EffectiveUserIDIsValid()) in FindProcesses()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 5535 result = (bool)(arg1)->EffectiveUserIDIsValid(); in _wrap_SBAttachInfo_EffectiveUserIDIsValid() 41483 result = (bool)(arg1)->EffectiveUserIDIsValid(); in _wrap_SBProcessInfo_EffectiveUserIDIsValid()
|