Searched defs:exe_module_sp (Results 1 – 13 of 13) sorted by relevance
/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformiOSSimulator.cpp | 176 lldb::ModuleSP &exe_module_sp, in ResolveExecutable()
|
D | PlatformRemoteiOS.cpp | 213 lldb::ModuleSP &exe_module_sp, in ResolveExecutable()
|
D | PlatformDarwinKernel.cpp | 621 …c &kext_bundle_path, const lldb_private::UUID &uuid, const ArchSpec &arch, ModuleSP &exe_module_sp) in ExamineKextForMatchingUUID()
|
D | PlatformDarwin.cpp | 128 lldb::ModuleSP &exe_module_sp, in ResolveExecutable()
|
/external/lldb/source/Plugins/Platform/Linux/ |
D | PlatformLinux.cpp | 151 lldb::ModuleSP &exe_module_sp, in ResolveExecutable()
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | ProcessPOSIX.cpp | 109 ModuleSP exe_module_sp(target.GetExecutableModule()); in CanDebug() local 141 ModuleSP exe_module_sp; in DoAttachToProcessWithID() local
|
/external/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 106 lldb::ModuleSP &exe_module_sp, in ResolveExecutable()
|
/external/lldb/source/Plugins/Platform/FreeBSD/ |
D | PlatformFreeBSD.cpp | 160 lldb::ModuleSP &exe_module_sp, in ResolveExecutable()
|
/external/lldb/source/Target/ |
D | TargetList.cpp | 265 ModuleSP exe_module_sp; in CreateTarget() local
|
D | Platform.cpp | 479 lldb::ModuleSP &exe_module_sp, in ResolveExecutable()
|
D | Target.cpp | 1725 ModuleSP exe_module_sp (target->GetExecutableModule()); in ImageSearchPathsChanged() local
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.cpp | 182 DebugMapModule (const ModuleSP &exe_module_sp, in DebugMapModule() 208 ModuleSP exe_module_sp (m_exe_module_wp.lock()); in GetSymbolVendor() local
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 1336 …ModuleSP exe_module_sp (FindTargetModuleForDYLDImageInfo (image_infos[exe_idx], can_create, NULL)); in UpdateImageInfosHeaderAndLoadCommands() local
|