Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp410 FileSpec core_file_dir; in DoExecute() local
411 core_file_dir.SetDirectory(core_file.GetDirectory()); in DoExecute()
412 target_sp->AppendExecutableSearchPaths(core_file_dir); in DoExecute()