Home
last modified time | relevance | path

Searched refs:GetProcessStopId (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.h234 GetProcessStopId () const; // the stop-id when this binary was first noticed
DDynamicLoaderDarwinKernel.cpp599 DynamicLoaderDarwinKernel::KextImageInfo::GetProcessStopId () const in GetProcessStopId() function in DynamicLoaderDarwinKernel::KextImageInfo
1301 … if (image_info.GetModule() && m_process->GetStopID() == image_info.GetProcessStopId()) in ParseKextSummaries()