Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DTraceGDBRemotePackets.h121 struct TraceCpuState { struct
127 bool fromJSON(const llvm::json::Value &value, TraceCpuState &packet, argument
130 llvm::json::Value toJSON(const TraceCpuState &packet);
135 std::optional<std::vector<TraceCpuState>> cpus;
/openbsd/src/gnu/llvm/lldb/source/Utility/
DTraceGDBRemotePackets.cpp119 bool fromJSON(const json::Value &value, TraceCpuState &packet, in fromJSON()
129 json::Value toJSON(const TraceCpuState &packet) { in toJSON()
/openbsd/src/gnu/llvm/lldb/source/Target/
DTrace.cpp325 for (const TraceCpuState &cpu_state : *live_process_state->cpus) { in RefreshLiveProcessState()