Searched refs:g_lldb_user_plugin_dir (Results 1 – 1 of 1) sorted by relevance
1107 static ConstString g_lldb_user_plugin_dir; in GetLLDBPath() local1108 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()