Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
DHost.cpp1270 static ConstString g_lldb_tmp_dir; in GetLLDBPath() local
1271 if (!g_lldb_tmp_dir) in GetLLDBPath()
1282 g_lldb_tmp_dir.SetCString(tmpdir_cstr); in GetLLDBPath()
1284 … log->Printf("Host::GetLLDBPath(ePathTypeLLDBTempSystemDir) => '%s'", g_lldb_tmp_dir.GetCString()); in GetLLDBPath()
1287 file_spec.GetDirectory() = g_lldb_tmp_dir; in GetLLDBPath()