Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp885 const char *plugin_desc = in GetAvailablePlatformInfoAtIndex() local
887 if (!plugin_desc) { in GetAvailablePlatformInfoAtIndex()
890 platform_dict->AddStringItem(desc_str, llvm::StringRef(plugin_desc)); in GetAvailablePlatformInfoAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp249 const char *plugin_desc = in DoExecute() local
251 if (plugin_desc == nullptr) in DoExecute()
253 ostrm.Printf("%s: %s\n", plugin_name, plugin_desc); in DoExecute()