Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp196 DoRefreshLiveProcessState(json_string.takeError()); in RefreshLiveProcessState()
202 DoRefreshLiveProcessState(live_process_state.takeError()); in RefreshLiveProcessState()
215 DoRefreshLiveProcessState(std::move(live_process_state)); in RefreshLiveProcessState()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.h74 void DoRefreshLiveProcessState(
H A DTraceIntelPT.cpp191 void TraceIntelPT::DoRefreshLiveProcessState( in DoRefreshLiveProcessState() function in TraceIntelPT
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h291 DoRefreshLiveProcessState(llvm::Expected<TraceGetStateResponse> state) = 0;