Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h252 void PrintAsync(const char *s, size_t len, bool is_stdout);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp939 void Debugger::PrintAsync(const char *s, size_t len, bool is_stdout) { in PrintAsync() argument
941 is_stdout ? GetOutputStream() : GetErrorStream(); in PrintAsync()