Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2496 FileSpec exe_spec_to_use; in LaunchPrivate() local
2502 exe_spec_to_use = launch_info.GetExecutableFile(); in LaunchPrivate()
2504 exe_spec_to_use = exe_module->GetFileSpec(); in LaunchPrivate()
2525 std::string local_exec_file_path = exe_spec_to_use.GetPath(); in LaunchPrivate()