Home
last modified time | relevance | path

Searched refs:GetProcessInfoAtIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfoList.cpp61 bool SBProcessInfoList::GetProcessInfoAtIndex(uint32_t idx, in GetProcessInfoAtIndex() function in SBProcessInfoList
67 if (m_opaque_up->GetProcessInfoAtIndex(idx, process_instance_info)) { in GetProcessInfoAtIndex()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfoList.h33 bool GetProcessInfoAtIndex(uint32_t idx, SBProcessInfo &info);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h196 bool GetProcessInfoAtIndex(uint32_t idx, ProcessInstanceInfo &info) { in GetProcessInfoAtIndex() function
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp45464 result = (bool)(arg1)->GetProcessInfoAtIndex(arg2,*arg3); in _wrap_SBProcessInfoList_GetProcessInfoAtIndex()