Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DTrace.cpp298 Expected<TraceGetStateResponse> live_process_state = in RefreshLiveProcessState() local
301 if (!live_process_state) in RefreshLiveProcessState()
302 return live_process_state.takeError(); in RefreshLiveProcessState()
304 if (live_process_state->warnings) { in RefreshLiveProcessState()
305 for (std::string &warning : *live_process_state->warnings) in RefreshLiveProcessState()
310 live_process_state->traced_threads) { in RefreshLiveProcessState()
317 live_process_state->traced_threads.size()); in RefreshLiveProcessState()
319 if (live_process_state->cpus) { in RefreshLiveProcessState()
321 for (const TraceCpuState &cpu_state : *live_process_state->cpus) { in RefreshLiveProcessState()
328 live_process_state->cpus->size()); in RefreshLiveProcessState()
[all …]