Searched refs:TraceGetStateResponse (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | TraceGDBRemotePackets.h | 132 struct TraceGetStateResponse { struct 141 bool fromJSON(const llvm::json::Value &value, TraceGetStateResponse &packet, argument 144 llvm::json::Value toJSON(const TraceGetStateResponse &packet);
|
| H A D | TraceIntelPTGDBRemotePackets.h | 112 struct TraceIntelPTGetStateResponse : TraceGetStateResponse {
|
| /src/contrib/llvm-project/lldb/source/Utility/ |
| H A D | TraceGDBRemotePackets.cpp | 98 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 D | TraceIntelPTGDBRemotePackets.cpp | 112 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 D | TraceIntelPT.h | 99 llvm::Error DoRefreshLiveProcessState(TraceGetStateResponse state,
|
| H A D | TraceIntelPT.cpp | 556 Error TraceIntelPT::DoRefreshLiveProcessState(TraceGetStateResponse state, in DoRefreshLiveProcessState()
|
| /src/contrib/llvm-project/lldb/source/Target/ |
| H A D | Trace.cpp | 302 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 D | Trace.h | 519 DoRefreshLiveProcessState(TraceGetStateResponse state,
|