Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp122 JSONSimpleTraceBundleDescription json_bundle; in FindPluginForPostMortemProcess() local
124 if (!json::fromJSON(trace_bundle_description, json_bundle, root)) in FindPluginForPostMortemProcess()
128 PluginManager::GetTraceCreateCallback(json_bundle.type)) in FindPluginForPostMortemProcess()
131 return createInvalidPlugInError(json_bundle.type); in FindPluginForPostMortemProcess()