Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTraceGDBRemotePackets.h132 struct TraceGetStateResponse { struct
141 bool fromJSON(const llvm::json::Value &value, TraceGetStateResponse &packet, argument
144 llvm::json::Value toJSON(const TraceGetStateResponse &packet);
H A DTraceIntelPTGDBRemotePackets.h112 struct TraceIntelPTGetStateResponse : TraceGetStateResponse {
/src/contrib/llvm-project/lldb/source/Utility/
H A DTraceGDBRemotePackets.cpp98 bool fromJSON(const json::Value &value, TraceGetStateResponse &packet, in fromJSON()
106 json::Value toJSON(const TraceGetStateResponse &packet) { in toJSON()
113 void TraceGetStateResponse::AddWarning(StringRef warning) { in AddWarning()
H A DTraceIntelPTGDBRemotePackets.cpp112 return o && fromJSON(value, (TraceGetStateResponse &)packet, path) && in fromJSON()
118 json::Value base = toJSON((const TraceGetStateResponse &)packet); in toJSON()
/src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.h99 llvm::Error DoRefreshLiveProcessState(TraceGetStateResponse state,
H A DTraceIntelPT.cpp556 Error TraceIntelPT::DoRefreshLiveProcessState(TraceGetStateResponse state, in DoRefreshLiveProcessState()
/src/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp302 Expected<TraceGetStateResponse> live_process_state = in RefreshLiveProcessState()
303 json::parse<TraceGetStateResponse>(*json_string, in RefreshLiveProcessState()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h519 DoRefreshLiveProcessState(TraceGetStateResponse state,