Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1714 Status tracing_error = NotifyTracersOfNewThread(thread.GetID()); in AddThread() local
1715 if (tracing_error.Fail()) { in AddThread()
1716 thread.SetStoppedByProcessorTrace(tracing_error.AsCString()); in AddThread()