Searched defs:target_modules (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Core/
H A DSearchFilter.cpp405 const ModuleList &target_modules = m_target_sp->GetImages(); local
406 Mutex::Locker modules_locker (target_modules.GetMutex());
408 const size_t num_modules = target_modules.GetSize ();
411 Module* module = target_modules.GetModulePointerAtIndexUnlocked(i);
556 const ModuleList &target_modules = m_target_sp->GetImages(); local
557 Mutex::Locker modules_locker (target_modules.GetMutex());
559 const size_t num_modules = target_modules.GetSize ();
562 Module* module = target_modules.GetModulePointerAtIndexUnlocked(i);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp296 const ModuleList &target_modules = target.GetImages(); local
297 Mutex::Locker modules_locker(target_modules.GetMutex());
299 size_t num_images = target_modules.GetSize();
302 ModuleSP module_sp = target_modules.GetModuleAtIndexUnlocked(i);
H A DAppleObjCTrampolineHandler.cpp440 const ModuleList &target_modules = target.GetImages(); local
441 Mutex::Locker modules_locker(target_modules.GetMutex());
442 size_t num_modules = target_modules.GetSize();
447 if (m_process_sp->GetObjCLanguageRuntime()->IsModuleObjCLibrary (target_modules.GetModuleAtIndexUnlocked(i)))
449 m_objc_module_sp = target_modules.GetModuleAtIndexUnlocked(i);
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp1104 const ModuleList &target_modules = target.GetImages(); local
1106 Mutex::Locker modules_locker(target_modules.GetMutex());
1108 size_t num_modules = target_modules.GetSize();
1111 ModuleSP module_sp = target_modules.GetModuleAtIndexUnlocked (i);
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp2373 const ModuleList &target_modules = target->GetImages(); local
2374 Mutex::Locker modules_locker (target_modules.GetMutex());
2375 const size_t num_modules = target_modules.GetSize();
2381 if (DumpModuleSymbolVendor (result.GetOutputStream(), target_modules.GetModulePointerAtIndexUnlocked(image_idx)))
2478 const ModuleList &target_modules = target->GetImages(); local
2479 Mutex::Locker modules_locker(target_modules.GetMutex());
2480 const size_t num_modules = target_modules.GetSize();
2488 target_modules.GetModulePointerAtIndexUnlocked(i),
4049 const ModuleList &target_modules = target->GetImages(); local
4050 Mutex::Locker modules_locker(target_modules
[all...]

Completed in 298 milliseconds