Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.h175 GetProcessStopId() const; // the stop-id when this binary was first noticed
H A DDynamicLoaderDarwinKernel.cpp608 uint32_t DynamicLoaderDarwinKernel::KextImageInfo::GetProcessStopId() const { in GetProcessStopId() function in DynamicLoaderDarwinKernel::KextImageInfo
1296 m_process->GetStopID() == image_info.GetProcessStopId()) in ParseKextSummaries()