Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp343 m_storage.live_refresh_error = toString(std::move(err)); in RefreshLiveProcessState()
344 return m_storage.live_refresh_error->c_str(); in RefreshLiveProcessState()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h591 std::optional<std::string> live_refresh_error; member