Home
last modified time | relevance | path

Searched refs:did_create_ptr (Results 1 – 18 of 18) sorted by relevance

/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp230 bool *did_create_ptr) in CreateThreadFromThreadInfo() argument
270 if (did_create_ptr) in CreateThreadFromThreadInfo()
271 *did_create_ptr = true; in CreateThreadFromThreadInfo()
DOperatingSystemPython.h96 bool *did_create_ptr);
/external/lldb/source/Core/
DModuleList.cpp860 bool *did_create_ptr, in GetSharedModule() argument
872 if (did_create_ptr) in GetSharedModule()
873 *did_create_ptr = false; in GetSharedModule()
935 if (did_create_ptr) in GetSharedModule()
936 *did_create_ptr = true; in GetSharedModule()
1025 if (did_create_ptr) in GetSharedModule()
1026 *did_create_ptr = true; in GetSharedModule()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp278 bool *did_create_ptr) in GetSharedModule() argument
293 did_create_ptr); in GetSharedModule()
304 did_create_ptr); in GetSharedModule()
324 did_create_ptr)); in GetSharedModule()
353 did_create_ptr)); in GetSharedModule()
DPlatformiOSSimulator.cpp364 bool *did_create_ptr) in GetSharedModule() argument
385 did_create_ptr, in GetSharedModule()
DPlatformiOSSimulator.h92 bool *did_create_ptr);
DPlatformRemoteiOS.h94 bool *did_create_ptr);
DPlatformDarwinKernel.h91 bool *did_create_ptr);
DPlatformDarwin.h50 bool *did_create_ptr);
DPlatformRemoteiOS.cpp673 bool *did_create_ptr) in GetSharedModule() argument
758 did_create_ptr, in GetSharedModule()
DPlatformDarwinKernel.cpp589 bool *did_create_ptr) in GetSharedModule() argument
617 …tSharedModule (module_spec, module_sp, module_search_paths_ptr, old_module_sp_ptr, did_create_ptr); in GetSharedModule()
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp577 bool *did_create_ptr) in GetSharedModule() argument
592 did_create_ptr); in GetSharedModule()
603 did_create_ptr); in GetSharedModule()
DPlatformFreeBSD.h147 bool *did_create_ptr);
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp343 …FindTargetModuleForDYLDImageInfo (DYLDImageInfo &image_info, bool can_create, bool *did_create_ptr) in FindTargetModuleForDYLDImageInfo() argument
345 if (did_create_ptr) in FindTargetModuleForDYLDImageInfo()
346 *did_create_ptr = false; in FindTargetModuleForDYLDImageInfo()
370 if (did_create_ptr) in FindTargetModuleForDYLDImageInfo()
371 *did_create_ptr = (bool) module_sp; in FindTargetModuleForDYLDImageInfo()
DDynamicLoaderMacOSXDYLD.h321 bool *did_create_ptr);
/external/lldb/include/lldb/Core/
DModuleList.h510 bool *did_create_ptr,
/external/lldb/source/Target/
DPlatform.cpp134 bool *did_create_ptr) in GetSharedModule() argument
148 did_create_ptr, in GetSharedModule()
/external/lldb/include/lldb/Target/
DPlatform.h326 bool *did_create_ptr);