Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp382 ModuleSP new_exec_module_sp(target->GetExecutableModule()); in DoExecute() local
385 if (new_exec_module_sp) { in DoExecute()
388 new_exec_module_sp->GetFileSpec().GetPath().c_str()); in DoExecute()
390 } else if (!new_exec_module_sp) { in DoExecute()
393 new_exec_module_sp->GetFileSpec()) { in DoExecute()
398 new_exec_module_sp->GetFileSpec().GetPath().c_str()); in DoExecute()