Searched refs:TraceGetStateResponse (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/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 | 111 struct TraceIntelPTGetStateResponse : TraceGetStateResponse {
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPT.h | 81 llvm::Error DoRefreshLiveProcessState(TraceGetStateResponse state,
|
| H A D | TraceIntelPT.cpp | 507 Error TraceIntelPT::DoRefreshLiveProcessState(TraceGetStateResponse state, in DoRefreshLiveProcessState()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Trace.cpp | 298 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 D | Trace.h | 518 DoRefreshLiveProcessState(TraceGetStateResponse state,
|