Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp156 if (GroupIDIsValid()) { in Dump()
221 print(&ProcessInstanceInfo::GroupIDIsValid, in DumpAsTableRow()
287 if (m_match_info.GroupIDIsValid() && in UserIDsMatch()
320 if (m_match_info.GroupIDIsValid()) in MatchAllProcesses()
/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp116 bool SBProcessInfo::GroupIDIsValid() { in GroupIDIsValid() function in SBProcessInfo
121 is_valid = m_opaque_up->GroupIDIsValid(); in GroupIDIsValid()
H A DSBAttachInfo.cpp173 bool SBAttachInfo::GroupIDIsValid() { in GroupIDIsValid() function in SBAttachInfo
176 return m_opaque_sp->GroupIDIsValid(); in GroupIDIsValid()
H A DSBLaunchInfo.cpp99 bool SBLaunchInfo::GroupIDIsValid() { in GroupIDIsValid() function in SBLaunchInfo
102 return m_opaque_sp->GroupIDIsValid(); in GroupIDIsValid()
/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_process_info.py16 obj.GroupIDIsValid()
/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h41 bool GroupIDIsValid();
H A DSBAttachInfo.h132 bool GroupIDIsValid();
H A DSBLaunchInfo.h49 bool GroupIDIsValid();
/llvm-project/lldb/unittests/Host/linux/
H A DHostTest.cpp68 ASSERT_TRUE(Info.GroupIDIsValid()); in TEST_F()
/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h56 bool GroupIDIsValid() const { return m_gid != UINT32_MAX; } in GroupIDIsValid() function
/llvm-project/lldb/test/API/python_api/process/
H A DTestProcessAPI.py409 if process_info.GroupIDIsValid():
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2342 if (match_info.GetProcessInfo().GroupIDIsValid()) in FindProcesses()