Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h604 void PrintCommandOutput(Stream &stream, llvm::StringRef str);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2778 void CommandInterpreter::PrintCommandOutput(Stream &stream, in PrintCommandOutput() function in CommandInterpreter
2859 PrintCommandOutput(*io_handler.GetOutputStreamFileSP(), output); in IOHandlerInputComplete()
2865 PrintCommandOutput(*io_handler.GetErrorStreamFileSP(), error); in IOHandlerInputComplete()