Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp65 JSONSimpleTraceSession json_session; in FindPluginForPostMortemProcess() local
67 if (!json::fromJSON(trace_session_file, json_session, root)) in FindPluginForPostMortemProcess()
70 ConstString plugin_name(json_session.trace.type); in FindPluginForPostMortemProcess()
74 return createInvalidPlugInError(json_session.trace.type); in FindPluginForPostMortemProcess()