Searched defs:did_create_ptr (Results 1 - 9 of 9) sorted by relevance

/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp230 bool *did_create_ptr)
270 if (did_create_ptr)
271 *did_create_ptr = true;
227 CreateThreadFromThreadInfo(PythonDictionary &thread_dict, ThreadList &core_thread_list, ThreadList &old_thread_list, bool *did_create_ptr) argument
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.cpp364 bool *did_create_ptr)
385 did_create_ptr,
360 GetSharedModule(const ModuleSpec &module_spec, ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, ModuleSP *old_module_sp_ptr, bool *did_create_ptr) argument
H A DPlatformRemoteiOS.cpp673 bool *did_create_ptr)
758 did_create_ptr,
669 GetSharedModule(const ModuleSpec &module_spec, ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, ModuleSP *old_module_sp_ptr, bool *did_create_ptr) argument
H A DPlatformDarwin.cpp278 bool *did_create_ptr)
293 did_create_ptr);
304 did_create_ptr);
324 did_create_ptr));
353 did_create_ptr));
274 GetSharedModule(const ModuleSpec &module_spec, ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, ModuleSP *old_module_sp_ptr, bool *did_create_ptr) argument
H A DPlatformDarwinKernel.cpp589 bool *did_create_ptr)
617 return PlatformDarwin::GetSharedModule (module_spec, module_sp, module_search_paths_ptr, old_module_sp_ptr, did_create_ptr);
585 GetSharedModule(const ModuleSpec &module_spec, ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, ModuleSP *old_module_sp_ptr, bool *did_create_ptr) argument
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp577 bool *did_create_ptr)
592 did_create_ptr);
603 did_create_ptr);
573 GetSharedModule(const ModuleSpec &module_spec, ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, ModuleSP *old_module_sp_ptr, bool *did_create_ptr) argument
/external/lldb/source/Target/
H A DPlatform.cpp134 bool *did_create_ptr)
148 did_create_ptr,
130 GetSharedModule(const ModuleSpec &module_spec, ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, ModuleSP *old_module_sp_ptr, bool *did_create_ptr) argument
/external/lldb/source/Core/
H A DModuleList.cpp860 bool *did_create_ptr,
872 if (did_create_ptr)
873 *did_create_ptr = false;
935 if (did_create_ptr)
936 *did_create_ptr = true;
1025 if (did_create_ptr)
1026 *did_create_ptr = true;
854 GetSharedModule( const ModuleSpec &module_spec, ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, ModuleSP *old_module_sp_ptr, bool *did_create_ptr, bool always_create ) argument
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp343 DynamicLoaderMacOSXDYLD::FindTargetModuleForDYLDImageInfo (DYLDImageInfo &image_info, bool can_create, bool *did_create_ptr) argument
345 if (did_create_ptr)
346 *did_create_ptr = false;
370 if (did_create_ptr)
371 *did_create_ptr = (bool) module_sp;

Completed in 3248 milliseconds