Searched refs:EffectiveGroupIDIsValid (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcessInfo.cpp | 162 bool SBProcessInfo::EffectiveGroupIDIsValid() { in EffectiveGroupIDIsValid() function in SBProcessInfo 163 LLDB_RECORD_METHOD_NO_ARGS(bool, SBProcessInfo, EffectiveGroupIDIsValid); in EffectiveGroupIDIsValid() 167 is_valid = m_opaque_up->EffectiveGroupIDIsValid(); in EffectiveGroupIDIsValid() 220 LLDB_REGISTER_METHOD(bool, SBProcessInfo, EffectiveGroupIDIsValid, ()); in RegisterMethods()
|
| H A D | SBAttachInfo.cpp | 212 bool SBAttachInfo::EffectiveGroupIDIsValid() { in EffectiveGroupIDIsValid() function in SBAttachInfo 213 LLDB_RECORD_METHOD_NO_ARGS(bool, SBAttachInfo, EffectiveGroupIDIsValid); in EffectiveGroupIDIsValid() 215 return m_opaque_sp->EffectiveGroupIDIsValid(); in EffectiveGroupIDIsValid() 297 LLDB_REGISTER_METHOD(bool, SBAttachInfo, EffectiveGroupIDIsValid, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ProcessInfo.cpp | 157 if (EffectiveGroupIDIsValid()) { in Dump() 218 print(&ProcessInstanceInfo::EffectiveGroupIDIsValid, in DumpAsTableRow() 287 if (m_match_info.EffectiveGroupIDIsValid() && in UserIDsMatch() 318 if (m_match_info.EffectiveGroupIDIsValid()) in MatchAllProcesses()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBProcessInfo.i | 61 EffectiveGroupIDIsValid ();
|
| H A D | SBAttachInfo.i | 93 EffectiveGroupIDIsValid ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcessInfo.h | 49 bool EffectiveGroupIDIsValid();
|
| H A D | SBAttachInfo.h | 140 bool EffectiveGroupIDIsValid();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ProcessInfo.h | 129 bool EffectiveGroupIDIsValid() const { return m_egid != UINT32_MAX; } in EffectiveGroupIDIsValid() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 2272 if (match_info.GetProcessInfo().EffectiveGroupIDIsValid()) in FindProcesses()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 5559 result = (bool)(arg1)->EffectiveGroupIDIsValid(); in _wrap_SBAttachInfo_EffectiveGroupIDIsValid() 41507 result = (bool)(arg1)->EffectiveGroupIDIsValid(); in _wrap_SBProcessInfo_EffectiveGroupIDIsValid()
|