Home
last modified time | relevance | path

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

/external/lldb/source/Host/common/
DHost.cpp1107 static ConstString g_lldb_user_plugin_dir; in GetLLDBPath() local
1108 if (!g_lldb_user_plugin_dir) in GetLLDBPath()
1115 g_lldb_user_plugin_dir.SetCString(user_plugin_path); in GetLLDBPath()
1118 file_spec.GetDirectory() = g_lldb_user_plugin_dir; in GetLLDBPath()
1121 static ConstString g_lldb_user_plugin_dir; in GetLLDBPath()
1122 if (!g_lldb_user_plugin_dir) in GetLLDBPath()
1147 g_lldb_user_plugin_dir.SetCString(lldb_file_spec.GetPath().c_str()); in GetLLDBPath()
1149 file_spec.GetDirectory() = g_lldb_user_plugin_dir; in GetLLDBPath()