Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/
DBreakpoint.cpp382 ModuleList new_modules; // We'll stuff the "unseen" modules in this list, and then resolve in ModulesChanged() local
417 new_modules.AppendIfNeeded (module_sp); in ModulesChanged()
421 if (new_modules.GetSize() > 0) in ModulesChanged()
432 ResolveBreakpointInModules(new_modules); in ModulesChanged()
443 ResolveBreakpointInModules(new_modules); in ModulesChanged()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp267 ModuleList new_modules; in RefreshModules() local
277 new_modules.Append(module_sp); in RefreshModules()
280 m_process->GetTarget().ModulesDidLoad(new_modules); in RefreshModules()