Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp367 llvm::json::Object plugin_json; in GetJSON() local
368 plugin_json.try_emplace("name", plugin.name); in GetJSON()
369 plugin_json.try_emplace("enabled", plugin.enabled); in GetJSON()
370 namespace_stats.emplace_back(std::move(plugin_json)); in GetJSON()