Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp422 ModuleSP new_exec_module_sp(target->GetExecutableModule()); in DoExecute() local
425 if (new_exec_module_sp) { in DoExecute()
426 new_exec_module_sp->GetFileSpec().GetPath(new_path, PATH_MAX); in DoExecute()
431 new_exec_module_sp->GetFileSpec()) { in DoExecute()
435 new_exec_module_sp->GetFileSpec().GetPath(new_path, PATH_MAX); in DoExecute()