Home
last modified time | relevance | path

Searched refs:executable_sp (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp89 ModuleSP executable_sp = GetTargetExecutable(); in DidAttach() local
90 ResolveExecutableModule(executable_sp); in DidAttach()
100 executable_sp ? executable_sp->GetFileSpec().GetPath().c_str() in DidAttach()
110 if (executable_sp.get()) { in DidAttach()
111 lldb_private::ObjectFile *obj = executable_sp->GetObjectFile(); in DidAttach()
128 module_list.Append(executable_sp); in DidAttach()
134 executable_sp->GetFileSpec().GetPath().c_str()); in DidAttach()
136 UpdateLoadedSections(executable_sp, LLDB_INVALID_ADDRESS, load_offset, in DidAttach()
156 if (executable_sp.get()) { in DidAttach()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp1411 void Target::SetExecutableModule(ModuleSP &executable_sp, in SetExecutableModule() argument
1416 if (executable_sp) { in SetExecutableModule()
1422 m_images.Append(executable_sp, in SetExecutableModule()
1428 m_arch = executable_sp->GetArchitecture(); in SetExecutableModule()
1436 ObjectFile *executable_objfile = executable_sp->GetObjectFile(); in SetExecutableModule()
1440 load_dependents = executable_sp->IsExecutable(); in SetExecutableModule()
1541 ModuleSP executable_sp = GetExecutableModule(); in SetArchitecture() local
1546 if (executable_sp) { in SetArchitecture()
1552 ModuleSpec module_spec(executable_sp->GetFileSpec(), other); in SetArchitecture()
1557 if (!error.Fail() && executable_sp) { in SetArchitecture()
[all …]