Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectProcess.cpp574 ModuleSP new_exec_module_sp (target->GetExecutableModule()); in DoExecute() local
578 if (new_exec_module_sp) in DoExecute()
580 new_exec_module_sp->GetFileSpec().GetPath(new_path, PATH_MAX); in DoExecute()
584 else if (old_exec_module_sp->GetFileSpec() != new_exec_module_sp->GetFileSpec()) in DoExecute()
589 new_exec_module_sp->GetFileSpec().GetPath (new_path, PATH_MAX); in DoExecute()