Searched refs:module_list_ptr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2961 // "module_list_ptr" variable).
3008 // This locker will be locked on the mutex in module_list_ptr if it is
3015 const ModuleList *module_list_ptr = nullptr; variable
3022 module_list_ptr = &target->GetImages();
3042 module_list_ptr = &module_list;
3046 if (module_list_ptr != nullptr) {
3048 std::unique_lock<std::recursive_mutex>(module_list_ptr->GetMutex());
3050 num_modules = module_list_ptr->GetSize();
3057 if (module_list_ptr) {
3058 module_sp = module_list_ptr
[all...]

Completed in 107 milliseconds