Searched refs:executable_sp (Results 1 – 2 of 2) sorted by relevance
103 ModuleSP executable_sp = GetTargetExecutable(); in DidAttach() local104 ResolveExecutableModule(executable_sp); in DidAttach()114 executable_sp ? executable_sp->GetFileSpec().GetPath().c_str() in DidAttach()124 if (executable_sp.get()) { in DidAttach()125 lldb_private::ObjectFile *obj = executable_sp->GetObjectFile(); in DidAttach()142 module_list.Append(executable_sp); in DidAttach()148 executable_sp->GetFileSpec().GetPath().c_str()); in DidAttach()150 UpdateLoadedSections(executable_sp, LLDB_INVALID_ADDRESS, load_offset, in DidAttach()170 if (executable_sp.get()) { in DidAttach()
1397 void Target::SetExecutableModule(ModuleSP &executable_sp, in SetExecutableModule() argument1402 if (executable_sp) { in SetExecutableModule()1407 m_images.Append(executable_sp, in SetExecutableModule()1413 m_arch = executable_sp->GetArchitecture(); in SetExecutableModule()1421 ObjectFile *executable_objfile = executable_sp->GetObjectFile(); in SetExecutableModule()1425 load_dependents = executable_sp->IsExecutable(); in SetExecutableModule()1526 ModuleSP executable_sp = GetExecutableModule(); in SetArchitecture() local1531 if (executable_sp) { in SetArchitecture()1537 ModuleSpec module_spec(executable_sp->GetFileSpec(), other); in SetArchitecture()1542 if (!error.Fail() && executable_sp) { in SetArchitecture()[all …]