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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp184 lldb::ModuleSP &exe_module_sp,
220 exe_module_sp,
247 exe_module_sp,
252 if (!exe_module_sp || exe_module_sp->GetObjectFile() == NULL)
254 exe_module_sp.reset();
270 exe_module_sp,
277 if (exe_module_sp && exe_module_sp->GetObjectFile())
288 if (error.Fail() || !exe_module_sp)
182 ResolveExecutable(const FileSpec &exe_file, const ArchSpec &exe_arch, lldb::ModuleSP &exe_module_sp, const FileSpecList *module_search_paths_ptr) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/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);
364 ModuleSP exe_module_sp; local
368 exe_module_sp,
372 target->SetExecutableModule(exe_module_sp, tru
[all...]
/freebsd-10.1-release/contrib/llvm/tools/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.cpp831 lldb::ModuleSP &exe_module_sp,
841 exe_module_sp,
854 exe_module_sp,
859 if (error.Success() && exe_module_sp)
829 ResolveExecutable(const FileSpec &exe_file, const ArchSpec &exe_arch, lldb::ModuleSP &exe_module_sp, const FileSpecList *module_search_paths_ptr) argument
H A DTarget.cpp1754 ModuleSP exe_module_sp (target->GetExecutableModule());
1755 if (exe_module_sp)
1756 target->SetExecutableModule (exe_module_sp, true);
/freebsd-10.1-release/contrib/llvm/tools/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);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp191 ModuleSP exe_module_sp = target->GetExecutableModule(); local
193 if (exe_module_sp == NULL)
221 m_options.launch_info.SetExecutableFile(exe_module_sp->GetPlatformFileSpec(), false);
225 m_options.launch_info.SetExecutableFile(exe_module_sp->GetPlatformFileSpec(), true);
245 const char *archname = exe_module_sp->GetArchitecture().GetArchitectureName();
249 result.AppendMessageWithFormat ("Process %" PRIu64 " launched: '%s' (%s)\n", process_sp->GetID(), exe_module_sp->GetFileSpec().GetPath().c_str(), archname);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp1945 lldb::ModuleSP exe_module_sp; local
1948 exe_module_sp,
1954 if (exe_module_sp)
1955 exe_spec = exe_module_sp->GetFileSpec();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp109 lldb::ModuleSP &exe_module_sp,
107 ResolveExecutable(const FileSpec &exe_file, const ArchSpec &exe_arch, lldb::ModuleSP &exe_module_sp, const FileSpecList *module_search_paths_ptr) argument

Completed in 193 milliseconds