Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp399 FileSpec core_file_dir; in DoExecute() local
400 core_file_dir.GetDirectory() = core_file.GetDirectory(); in DoExecute()
401 target_sp->AppendExecutableSearchPaths(core_file_dir); in DoExecute()