Searched refs:IOHandlerDelegate (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 195 class IOHandlerDelegate { 199 IOHandlerDelegate(Completion completion = Completion::None) 202 virtual ~IOHandlerDelegate() = default; 300 class IOHandlerDelegateMultiline : public IOHandlerDelegate { 304 : IOHandlerDelegate(completion), in IOHandlerDelegate() function 341 IOHandlerDelegate &delegate, 354 IOHandlerDelegate &delegate, 359 IOHandlerDelegate &) = delete; 364 bool, uint32_t, IOHandlerDelegate &) = delete; 436 IOHandlerDelegate &m_delegate; [all …]
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandler.cpp | 206 IOHandlerDelegate::IOHandlerSuggestion(IOHandler &io_handler, in IOHandlerSuggestion() 213 void IOHandlerDelegate::IOHandlerComplete(IOHandler &io_handler, in IOHandlerComplete() 234 IOHandlerDelegate &delegate, repro::DataRecorder *data_recorder) in IOHandlerEditline() 251 IOHandlerDelegate &delegate, repro::DataRecorder *data_recorder) in IOHandlerEditline()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectExpression.h | 23 public IOHandlerDelegate {
|
| H A D | CommandObjectExpression.cpp | 186 IOHandlerDelegate(IOHandlerDelegate::Completion::Expression), in CommandObjectExpression()
|
| H A D | CommandObjectWatchpointCommand.cpp | 40 IOHandlerDelegate::Completion::LLDBCommand) { in CommandObjectWatchpointCommandAdd()
|
| H A D | CommandObjectBreakpointCommand.cpp | 42 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectBreakpointCommandAdd()
|
| H A D | CommandObjectCommands.cpp | 795 IOHandlerDelegate::Completion::LLDBCommand) { in CommandObjectCommandsAddRegex()
|
| H A D | CommandObjectTarget.cpp | 4668 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectTargetStopHookAdd()
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 216 public IOHandlerDelegate { 536 IOHandlerDelegate &delegate, 540 IOHandlerDelegate &delegate,
|
| /llvm-project-15.0.7/lldb/include/lldb/Expression/ |
| H A D | REPL.h | 21 class REPL : public IOHandlerDelegate {
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 36 class IOHandlerLuaInterpreter : public IOHandlerDelegate,
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 127 IOHandlerDelegate(IOHandlerDelegate::Completion::LLDBCommand), in CommandInterpreter() 3209 const char *prompt, IOHandlerDelegate &delegate, void *baton) { in GetLLDBCommandsFromIOHandler() 3229 const char *prompt, IOHandlerDelegate &delegate, void *baton) { in GetPythonCommandsFromIOHandler()
|