Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp223 const char *plugin_desc = in DoExecute() local
225 if (plugin_desc == nullptr) in DoExecute()
227 ostrm.Printf("%s: %s\n", plugin_name, plugin_desc); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1148 const char *plugin_desc = in GetAvailablePlatformInfoAtIndex() local
1150 if (!plugin_desc) { in GetAvailablePlatformInfoAtIndex()
1153 platform_dict->AddStringItem(desc_str, llvm::StringRef(plugin_desc)); in GetAvailablePlatformInfoAtIndex()