Home
last modified time | relevance | path

Searched refs:GroupIDIsValid (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp122 bool SBProcessInfo::GroupIDIsValid() { in GroupIDIsValid() function in SBProcessInfo
123 LLDB_RECORD_METHOD_NO_ARGS(bool, SBProcessInfo, GroupIDIsValid); in GroupIDIsValid()
127 is_valid = m_opaque_up->GroupIDIsValid(); in GroupIDIsValid()
216 LLDB_REGISTER_METHOD(bool, SBProcessInfo, GroupIDIsValid, ()); in RegisterMethods()
H A DSBAttachInfo.cpp176 bool SBAttachInfo::GroupIDIsValid() { in GroupIDIsValid() function in SBAttachInfo
177 LLDB_RECORD_METHOD_NO_ARGS(bool, SBAttachInfo, GroupIDIsValid); in GroupIDIsValid()
179 return m_opaque_sp->GroupIDIsValid(); in GroupIDIsValid()
291 LLDB_REGISTER_METHOD(bool, SBAttachInfo, GroupIDIsValid, ()); in RegisterMethods()
H A DSBLaunchInfo.cpp99 bool SBLaunchInfo::GroupIDIsValid() { in GroupIDIsValid() function in SBLaunchInfo
100 LLDB_RECORD_METHOD_NO_ARGS(bool, SBLaunchInfo, GroupIDIsValid); in GroupIDIsValid()
102 return m_opaque_sp->GroupIDIsValid(); in GroupIDIsValid()
410 LLDB_REGISTER_METHOD(bool, SBLaunchInfo, GroupIDIsValid, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp149 if (GroupIDIsValid()) { in Dump()
213 print(&ProcessInstanceInfo::GroupIDIsValid, in DumpAsTableRow()
279 if (m_match_info.GroupIDIsValid() && in UserIDsMatch()
312 if (m_match_info.GroupIDIsValid()) in MatchAllProcesses()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessInfo.i49 GroupIDIsValid ();
H A DSBAttachInfo.i75 GroupIDIsValid ();
H A DSBLaunchInfo.i32 GroupIDIsValid ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h41 bool GroupIDIsValid();
H A DSBAttachInfo.h128 bool GroupIDIsValid();
H A DSBLaunchInfo.h41 bool GroupIDIsValid();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h55 bool GroupIDIsValid() const { return m_gid != UINT32_MAX; } in GroupIDIsValid() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2267 if (match_info.GetProcessInfo().GroupIDIsValid()) in FindProcesses()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5411 result = (bool)(arg1)->GroupIDIsValid(); in _wrap_SBAttachInfo_GroupIDIsValid()
30771 result = (bool)(arg1)->GroupIDIsValid(); in _wrap_SBLaunchInfo_GroupIDIsValid()
41411 result = (bool)(arg1)->GroupIDIsValid(); in _wrap_SBProcessInfo_GroupIDIsValid()