Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp136 IOHandlerConfirm::IOHandlerConfirm(Debugger &debugger, llvm::StringRef prompt, in IOHandlerConfirm() function in IOHandlerConfirm
157 IOHandlerConfirm::~IOHandlerConfirm() = default;
159 void IOHandlerConfirm::IOHandlerComplete(IOHandler &io_handler, in IOHandlerComplete()
166 void IOHandlerConfirm::IOHandlerInputComplete(IOHandler &io_handler, in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h444 class IOHandlerConfirm : public IOHandlerDelegate, public IOHandlerEditline {
446 IOHandlerConfirm(Debugger &debugger, llvm::StringRef prompt,
449 ~IOHandlerConfirm() override;
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2141 IOHandlerConfirm *confirm = in Confirm()
2142 new IOHandlerConfirm(m_debugger, message, default_answer); in Confirm()