Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp3680 ModuleSP new_executable_module_sp; in CompleteAttach() local
3688 new_executable_module_sp = module_sp; in CompleteAttach()
3692 if (new_executable_module_sp) in CompleteAttach()
3694 m_target.SetExecutableModule (new_executable_module_sp, false); in CompleteAttach()