Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3298 const bool inline_diagnostics = !result.GetImmediateErrorStream() && in IOHandlerInputComplete() local
3300 if (inline_diagnostics) { in IOHandlerInputComplete()
3319 std::string error = result.GetErrorString(!inline_diagnostics); in IOHandlerInputComplete()