Searched refs:IOHandlerDelegate (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 192 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 D | CommandInterpreter.h | 169 public IOHandlerDelegate { 454 IOHandlerDelegate &delegate, 458 IOHandlerDelegate &delegate,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectExpression.h | 23 public IOHandlerDelegate {
|
| H A D | CommandObjectExpression.cpp | 224 IOHandlerDelegate(IOHandlerDelegate::Completion::Expression), in CommandObjectExpression()
|
| H A D | CommandObjectWatchpointCommand.cpp | 66 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectWatchpointCommandAdd()
|
| H A D | CommandObjectBreakpointCommand.cpp | 71 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectBreakpointCommandAdd()
|
| H A D | CommandObjectCommands.cpp | 940 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectCommandsAddRegex()
|
| H A D | CommandObjectTarget.cpp | 4681 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectTargetStopHookAdd()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | REPL.h | 21 class REPL : public IOHandlerDelegate {
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 131 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 D | IOHandler.cpp | 220 int IOHandlerDelegate::IOHandlerComplete( in IOHandlerComplete() 268 IOHandlerDelegate &delegate) in IOHandlerEditline() 285 IOHandlerDelegate &delegate) in IOHandlerEditline()
|