Home
last modified time | relevance | path

Searched refs:IOHandlerDelegate (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h192 class IOHandlerDelegate {
196 IOHandlerDelegate(Completion completion = Completion::None)
199 virtual ~IOHandlerDelegate() = default;
306 class IOHandlerDelegateMultiline : public IOHandlerDelegate {
310 : IOHandlerDelegate(completion), in IOHandlerDelegate() function
347 IOHandlerDelegate &delegate);
359 IOHandlerDelegate &delegate);
363 IOHandlerDelegate &) = delete;
368 bool, uint32_t, IOHandlerDelegate &) = delete;
441 IOHandlerDelegate &m_delegate;
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h169 public IOHandlerDelegate {
454 IOHandlerDelegate &delegate,
458 IOHandlerDelegate &delegate,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.h23 public IOHandlerDelegate {
H A DCommandObjectExpression.cpp224 IOHandlerDelegate(IOHandlerDelegate::Completion::Expression), in CommandObjectExpression()
H A DCommandObjectWatchpointCommand.cpp66 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectWatchpointCommandAdd()
H A DCommandObjectBreakpointCommand.cpp71 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectBreakpointCommandAdd()
H A DCommandObjectCommands.cpp940 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectCommandsAddRegex()
H A DCommandObjectTarget.cpp4681 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectTargetStopHookAdd()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DREPL.h21 class REPL : public IOHandlerDelegate {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp131 IOHandlerDelegate(IOHandlerDelegate::Completion::LLDBCommand), in CommandInterpreter()
2897 const char *prompt, IOHandlerDelegate &delegate, bool asynchronously, in GetLLDBCommandsFromIOHandler()
2920 const char *prompt, IOHandlerDelegate &delegate, bool asynchronously, in GetPythonCommandsFromIOHandler()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp220 int IOHandlerDelegate::IOHandlerComplete( in IOHandlerComplete()
268 IOHandlerDelegate &delegate) in IOHandlerEditline()
285 IOHandlerDelegate &delegate) in IOHandlerEditline()