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.cpp543 ModuleList add_modules; in ParseKmods() local
568 add_modules.AppendIfNeeded(image_info.GetModule()); in ParseKmods()
570 m_process->GetTarget().ModulesDidLoad(add_modules); in ParseKmods()