Home
last modified time | relevance | path

Searched defs:output_sp (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedStopHookInterface.h27 lldb::StreamSP &output_sp) { in HandleStop()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp32 FileSP output_sp = debugger.GetOutputFileSP(); in DoExecute() local
H A DCommandObjectExpression.cpp549 if (LockableStreamFileSP output_sp = io_handler_sp->GetOutputStreamFileSP()) { in GetMultilineExpression() local
H A DCommandObjectBreakpointCommand.cpp197 if (lldb::LockableStreamFileSP output_sp = in IOHandlerActivated() local
H A DCommandObjectWatchpointCommand.cpp176 if (lldb::LockableStreamFileSP output_sp = in IOHandlerActivated() local
H A DCommandObjectCommands.cpp797 if (lldb::LockableStreamFileSP output_sp = in IOHandlerActivated() local
2383 if (lldb::LockableStreamFileSP output_sp = in IOHandlerActivated() local
H A DCommandObjectType.cpp175 if (LockableStreamFileSP output_sp = io_handler.GetOutputStreamFileSP()) { in IOHandlerActivated() local
415 if (LockableStreamFileSP output_sp = io_handler.GetOutputStreamFileSP()) { in IOHandlerActivated() local
H A DCommandObjectTarget.cpp4948 if (lldb::LockableStreamFileSP output_sp = in IOHandlerActivated() local
4975 if (lldb::LockableStreamFileSP output_sp = in IOHandlerInputComplete() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedStopHookPythonInterface.cpp44 lldb::StreamSP& output_sp) { in HandleStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp88 lldb::StreamFileSP &output_sp, in PrintOneVariable()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp66 const lldb::LockableStreamFileSP &output_sp, in IOHandler()
230 const lldb::LockableStreamFileSP &output_sp, in IOHandlerEditline()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp222 lldb::StreamFileSP output_sp = std::make_shared<StreamFile>( in IOHandlerInputComplete() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp81 if (lldb::LockableStreamFileSP output_sp = in IOHandlerActivated() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3124 StreamSP output_sp = m_debugger.GetAsyncOutputStream(); in RunStopHooks() local
3956 StreamSP output_sp) { in HandleStop()
4030 StreamSP output_sp) { in HandleStop()