Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp91 ModuleSP executable_sp = GetTargetExecutable(); in DidAttach() local
92 ResolveExecutableModule(executable_sp); in DidAttach()
102 executable_sp ? executable_sp->GetFileSpec().GetPath().c_str() in DidAttach()
112 if (executable_sp.get()) { in DidAttach()
113 lldb_private::ObjectFile *obj = executable_sp->GetObjectFile(); in DidAttach()
130 module_list.Append(executable_sp); in DidAttach()
136 executable_sp->GetFileSpec().GetPath().c_str()); in DidAttach()
138 UpdateLoadedSections(executable_sp, LLDB_INVALID_ADDRESS, load_offset, in DidAttach()
158 if (executable_sp.get()) { in DidAttach()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1471 void Target::SetExecutableModule(ModuleSP &executable_sp, in SetExecutableModule() argument
1476 if (executable_sp) { in SetExecutableModule()
1479 executable_sp->GetFileSpec().GetPath().c_str()); in SetExecutableModule()
1482 m_images.Append(executable_sp, in SetExecutableModule()
1488 m_arch = executable_sp->GetArchitecture(); in SetExecutableModule()
1497 ObjectFile *executable_objfile = executable_sp->GetObjectFile(); in SetExecutableModule()
1501 load_dependents = executable_sp->IsExecutable(); in SetExecutableModule()
1603 ModuleSP executable_sp = GetExecutableModule(); in SetArchitecture() local
1608 if (executable_sp) { in SetArchitecture()
1614 ModuleSpec module_spec(executable_sp->GetFileSpec(), other); in SetArchitecture()
[all …]