Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DTrace.cpp120 JSONSimpleTraceBundleDescription json_bundle; in FindPluginForPostMortemProcess() local
122 if (!json::fromJSON(trace_bundle_description, json_bundle, root)) in FindPluginForPostMortemProcess()
126 PluginManager::GetTraceCreateCallback(json_bundle.type)) in FindPluginForPostMortemProcess()
129 return createInvalidPlugInError(json_bundle.type); in FindPluginForPostMortemProcess()