Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp200 IOHandlerDelegate::IOHandlerSuggestion(IOHandler &io_handler, in IOHandlerSuggestion()
207 void IOHandlerDelegate::IOHandlerComplete(IOHandler &io_handler, in IOHandlerComplete()
228 IOHandlerDelegate &delegate, repro::DataRecorder *data_recorder) in IOHandlerEditline()
245 IOHandlerDelegate &delegate, repro::DataRecorder *data_recorder) in IOHandlerEditline()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h216 public IOHandlerDelegate {
476 IOHandlerDelegate &delegate,
480 IOHandlerDelegate &delegate,
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.h23 public IOHandlerDelegate {
H A DCommandObjectExpression.cpp202 IOHandlerDelegate(IOHandlerDelegate::Completion::Expression), in CommandObjectExpression()
H A DCommandObjectWatchpointCommand.cpp69 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectWatchpointCommandAdd()
H A DCommandObjectBreakpointCommand.cpp71 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectBreakpointCommandAdd()
H A DCommandObjectCommands.cpp751 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectCommandsAddRegex()
H A DCommandObjectTarget.cpp4507 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectTargetStopHookAdd()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h21 class REPL : public IOHandlerDelegate {
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp36 class IOHandlerLuaInterpreter : public IOHandlerDelegate,
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp122 IOHandlerDelegate(IOHandlerDelegate::Completion::LLDBCommand), in CommandInterpreter()
2991 const char *prompt, IOHandlerDelegate &delegate, void *baton) { in GetLLDBCommandsFromIOHandler()
3011 const char *prompt, IOHandlerDelegate &delegate, void *baton) { in GetPythonCommandsFromIOHandler()