Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp542 ModuleList add_modules; in ParseKmods() local
567 add_modules.AppendIfNeeded(image_info.GetModule()); in ParseKmods()
569 m_process->GetTarget().ModulesDidLoad(add_modules); in ParseKmods()