Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h111 struct TraceIntelPTGetStateResponse : TraceGetStateResponse {
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.h81 llvm::Error DoRefreshLiveProcessState(TraceGetStateResponse state,
H A DTraceIntelPT.cpp507 Error TraceIntelPT::DoRefreshLiveProcessState(TraceGetStateResponse state, in DoRefreshLiveProcessState()
/llvm-project-15.0.7/lldb/source/Target/
H A DTrace.cpp298 Expected<TraceGetStateResponse> live_process_state = in RefreshLiveProcessState()
299 json::parse<TraceGetStateResponse>(*json_string, in RefreshLiveProcessState()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTrace.h518 DoRefreshLiveProcessState(TraceGetStateResponse state,