Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp408 FileSpec core_file_dir; in DoExecute() local
409 core_file_dir.GetDirectory() = core_file.GetDirectory(); in DoExecute()
410 target_sp->AppendExecutableSearchPaths(core_file_dir); in DoExecute()