Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h793 CommandReturnObjectCallback m_print_callback; variable
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3324 if (m_print_callback) { in IOHandlerInputComplete()
3325 const auto callback_result = m_print_callback(result); in IOHandlerInputComplete()
3783 m_print_callback = callback; in SetPrintCallback()