Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandler.h195 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 DIOHandler.cpp206 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 DCommandObjectExpression.h23 public IOHandlerDelegate {
H A DCommandObjectExpression.cpp186 IOHandlerDelegate(IOHandlerDelegate::Completion::Expression), in CommandObjectExpression()
H A DCommandObjectWatchpointCommand.cpp40 IOHandlerDelegate::Completion::LLDBCommand) { in CommandObjectWatchpointCommandAdd()
H A DCommandObjectBreakpointCommand.cpp42 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectBreakpointCommandAdd()
H A DCommandObjectCommands.cpp795 IOHandlerDelegate::Completion::LLDBCommand) { in CommandObjectCommandsAddRegex()
H A DCommandObjectTarget.cpp4668 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectTargetStopHookAdd()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h216 public IOHandlerDelegate {
536 IOHandlerDelegate &delegate,
540 IOHandlerDelegate &delegate,
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DREPL.h21 class REPL : public IOHandlerDelegate {
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp36 class IOHandlerLuaInterpreter : public IOHandlerDelegate,
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp127 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()