Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcessInfo.cpp117 bool SBProcessInfo::GroupIDIsValid() { in GroupIDIsValid() function in SBProcessInfo
122 is_valid = m_opaque_up->GroupIDIsValid(); in GroupIDIsValid()
H A DSBAttachInfo.cpp171 bool SBAttachInfo::GroupIDIsValid() { in GroupIDIsValid() function in SBAttachInfo
174 return m_opaque_sp->GroupIDIsValid(); in GroupIDIsValid()
H A DSBLaunchInfo.cpp97 bool SBLaunchInfo::GroupIDIsValid() { in GroupIDIsValid() function in SBLaunchInfo
100 return m_opaque_sp->GroupIDIsValid(); in GroupIDIsValid()
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_process_info.py16 obj.GroupIDIsValid()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcessInfo.i49 GroupIDIsValid ();
H A DSBAttachInfo.i75 GroupIDIsValid ();
H A DSBLaunchInfo.i32 GroupIDIsValid ();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcessInfo.h41 bool GroupIDIsValid();
H A DSBAttachInfo.h128 bool GroupIDIsValid();
H A DSBLaunchInfo.h41 bool GroupIDIsValid();
/llvm-project-15.0.7/lldb/unittests/Host/linux/
H A DHostTest.cpp52 ASSERT_TRUE(Info.GroupIDIsValid()); in TEST_F()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DProcessInfo.h55 bool GroupIDIsValid() const { return m_gid != UINT32_MAX; } in GroupIDIsValid() function
/llvm-project-15.0.7/lldb/test/API/python_api/process/
H A DTestProcessAPI.py369 if process_info.GroupIDIsValid():
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2316 if (match_info.GetProcessInfo().GroupIDIsValid()) in FindProcesses()