Home
last modified time | relevance | path

Searched refs:PushIOHandler (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectGUI.cpp39 debugger.PushIOHandler(io_handler_sp); in DoExecute()
H A DCommandObjectExpression.cpp572 debugger.PushIOHandler(io_handler_sp); in GetMultilineExpression()
639 debugger.PushIOHandler(io_handler_sp); in DoExecute()
H A DCommandObjectCommands.cpp1047 debugger.PushIOHandler(io_handler_sp); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp261 debugger.PushIOHandler(ci.GetIOHandler()); in IOHandlerInputComplete()
385 debugger.PushIOHandler(ci.GetIOHandler()); in IOHandlerInputComplete()
536 debugger.PushIOHandler(io_handler_sp); in RunLoop()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h191 void PushIOHandler(const lldb::IOHandlerSP &reader_sp,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1029 PushIOHandler(reader_sp); in RunIOHandler()
1095 void Debugger::PushIOHandler(const IOHandlerSP &reader_sp, in PushIOHandler() function in Debugger
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2913 debugger.PushIOHandler(io_handler_sp); in GetLLDBCommandsFromIOHandler()
2936 debugger.PushIOHandler(io_handler_sp); in GetPythonCommandsFromIOHandler()
2994 m_debugger.PushIOHandler(GetIOHandler(force_create, &options)); in RunCommandInterpreter()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1015 debugger.PushIOHandler(io_handler_sp); in ExecuteInterpreterLoop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp4698 GetTarget().GetDebugger().PushIOHandler(io_handler_sp, cancel_top_handler); in PushProcessIOHandler()