Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h456 class IOHandlerConfirm : public IOHandlerDelegate, public IOHandlerEditline {
458 IOHandlerConfirm(Debugger &debugger, llvm::StringRef prompt,
461 ~IOHandlerConfirm() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp148 IOHandlerConfirm::IOHandlerConfirm(Debugger &debugger, llvm::StringRef prompt, in IOHandlerConfirm() function in IOHandlerConfirm
169 IOHandlerConfirm::~IOHandlerConfirm() = default;
171 int IOHandlerConfirm::IOHandlerComplete( in IOHandlerComplete()
185 void IOHandlerConfirm::IOHandlerInputComplete(IOHandler &io_handler, in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1912 IOHandlerConfirm *confirm = in Confirm()
1913 new IOHandlerConfirm(m_debugger, message, default_answer); in Confirm()