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

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.cpp176 lldb::ModuleSP &exe_module_sp,
200 exe_module_sp,
205 if (exe_module_sp && exe_module_sp->GetObjectFile())
207 exe_module_sp.reset();
218 exe_module_sp,
225 if (exe_module_sp && exe_module_sp->GetObjectFile())
236 if (error.Fail() || !exe_module_sp)
174 ResolveExecutable(const FileSpec &exe_file, const ArchSpec &exe_arch, lldb::ModuleSP &exe_module_sp, const FileSpecList *module_search_paths_ptr) argument
H A DPlatformRemoteiOS.cpp213 lldb::ModuleSP &exe_module_sp,
237 exe_module_sp,
242 if (exe_module_sp && exe_module_sp->GetObjectFile())
244 exe_module_sp.reset();
255 exe_module_sp,
262 if (exe_module_sp && exe_module_sp->GetObjectFile())
273 if (error.Fail() || !exe_module_sp)
211 ResolveExecutable(const FileSpec &exe_file, const ArchSpec &exe_arch, lldb::ModuleSP &exe_module_sp, const FileSpecList *module_search_paths_ptr) argument
H A DPlatformDarwin.cpp128 lldb::ModuleSP &exe_module_sp,
167 exe_module_sp,
191 exe_module_sp,
196 if (error.Fail() || exe_module_sp.get() == NULL || exe_module_sp->GetObjectFile() == NULL)
198 exe_module_sp.reset();
213 exe_module_sp,
220 if (exe_module_sp && exe_module_sp->GetObjectFile())
231 if (error.Fail() || !exe_module_sp)
126 ResolveExecutable(const FileSpec &exe_file, const ArchSpec &exe_arch, lldb::ModuleSP &exe_module_sp, const FileSpecList *module_search_paths_ptr) argument
[all...]
H A DPlatformDarwinKernel.cpp621 PlatformDarwinKernel::ExamineKextForMatchingUUID (const FileSpec &kext_bundle_path, const lldb_private::UUID &uuid, const ArchSpec &arch, ModuleSP &exe_module_sp) argument
638 error = ModuleList::GetSharedModule (exe_spec, exe_module_sp, NULL, NULL, NULL);
639 if (exe_module_sp && exe_module_sp->GetObjectFile())
644 exe_module_sp.reset();
H A DPlatformDarwinKernel.h162 ExamineKextForMatchingUUID (const lldb_private::FileSpec &kext_bundle_path, const lldb_private::UUID &uuid, const lldb_private::ArchSpec &arch, lldb::ModuleSP &exe_module_sp);
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp151 lldb::ModuleSP &exe_module_sp,
187 exe_module_sp,
207 exe_module_sp,
228 exe_module_sp,
235 // TODO find out why exe_module_sp might be NULL
236 if (!exe_module_sp || exe_module_sp->GetObjectFile() == NULL)
238 exe_module_sp.reset();
253 exe_module_sp,
260 if (exe_module_sp
149 ResolveExecutable(const FileSpec &exe_file, const ArchSpec &exe_arch, lldb::ModuleSP &exe_module_sp, const FileSpecList *module_search_paths_ptr) argument
[all...]
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp160 lldb::ModuleSP &exe_module_sp,
196 exe_module_sp,
224 exe_module_sp,
229 if (!exe_module_sp || exe_module_sp->GetObjectFile() == NULL)
231 exe_module_sp.reset();
247 exe_module_sp,
254 if (exe_module_sp && exe_module_sp->GetObjectFile())
265 if (error.Fail() || !exe_module_sp)
158 ResolveExecutable(const FileSpec &exe_file, const ArchSpec &exe_arch, lldb::ModuleSP &exe_module_sp, const FileSpecList *module_search_paths_ptr) argument
[all...]
/external/lldb/source/Target/
H A DTargetList.cpp265 ModuleSP exe_module_sp; local
271 exe_module_sp,
275 if (error.Success() && exe_module_sp)
277 if (exe_module_sp->GetObjectFile() == NULL)
293 target_sp->SetExecutableModule (exe_module_sp, get_dependent_files);
295 exe_module_sp->GetFileSpec().GetPath(resolved_bundle_exe_path, sizeof(resolved_bundle_exe_path));
H A DPlatform.cpp479 lldb::ModuleSP &exe_module_sp,
489 exe_module_sp,
502 exe_module_sp,
507 if (error.Success() && exe_module_sp)
477 ResolveExecutable(const FileSpec &exe_file, const ArchSpec &exe_arch, lldb::ModuleSP &exe_module_sp, const FileSpecList *module_search_paths_ptr) argument
H A DTarget.cpp1725 ModuleSP exe_module_sp (target->GetExecutableModule());
1726 if (exe_module_sp)
1729 target->SetExecutableModule (exe_module_sp, true);
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp109 ModuleSP exe_module_sp(target.GetExecutableModule());
110 if (exe_module_sp.get())
111 return exe_module_sp->GetFileSpec().Exists();
141 ModuleSP exe_module_sp; local
145 exe_module_sp,
151 const ArchSpec &module_arch = exe_module_sp->GetArchitecture();
156 m_target.SetExecutableModule (exe_module_sp, true);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp182 DebugMapModule (const ModuleSP &exe_module_sp, argument
190 m_exe_module_wp (exe_module_sp),
208 ModuleSP exe_module_sp (m_exe_module_wp.lock());
209 if (exe_module_sp)
227 ObjectFile *exe_objfile = exe_module_sp->GetObjectFile();
228 SymbolVendor *exe_sym_vendor = exe_module_sp->GetSymbolVendor();
234 oso_symfile->SetDebugMapModule(exe_module_sp);
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp106 lldb::ModuleSP &exe_module_sp,
104 ResolveExecutable(const FileSpec &exe_file, const ArchSpec &exe_arch, lldb::ModuleSP &exe_module_sp, const FileSpecList *module_search_paths_ptr) argument
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp1336 ModuleSP exe_module_sp (FindTargetModuleForDYLDImageInfo (image_infos[exe_idx], can_create, NULL));
1338 if (exe_module_sp)
1340 UpdateImageLoadAddress (exe_module_sp.get(), image_infos[exe_idx]);
1342 if (exe_module_sp.get() != target.GetExecutableModulePointer())
1347 m_process->GetTarget().SetExecutableModule (exe_module_sp,

Completed in 1049 milliseconds