Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTraceIntelPTGDBRemotePackets.h112 struct TraceIntelPTGetStateResponse : TraceGetStateResponse { struct
124 TraceIntelPTGetStateResponse &packet, llvm::json::Path path); argument
126 llvm::json::Value toJSON(const TraceIntelPTGetStateResponse &packet);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTraceIntelPTGDBRemotePackets.cpp109 bool fromJSON(const json::Value &value, TraceIntelPTGetStateResponse &packet, in fromJSON()
117 json::Value toJSON(const TraceIntelPTGetStateResponse &packet) { in toJSON()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp560 Expected<TraceIntelPTGetStateResponse> intelpt_state = in DoRefreshLiveProcessState()
561 json::parse<TraceIntelPTGetStateResponse>(json_response, in DoRefreshLiveProcessState()
562 "TraceIntelPTGetStateResponse"); in DoRefreshLiveProcessState()