Home
last modified time | relevance | path

Searched refs:input_sp (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectGUI.cpp34 lldb::StreamFileSP input_sp = debugger.GetInputFile(); in DoExecute() local
35 if (input_sp && input_sp->GetFile().GetIsRealTerminal() && in DoExecute()
36 input_sp->GetFile().GetIsInteractive()) { in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DListener.cpp33 BroadcasterManagerSP input_sp = input_wp.lock(); in operator ()() local
34 return (input_sp && input_sp == m_manager_sp); in operator ()()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h60 const lldb::StreamFileSP &input_sp,
350 const lldb::StreamFileSP &input_sp,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp84 const lldb::StreamFileSP &input_sp, in IOHandler() argument
87 : m_debugger(debugger), m_input_sp(input_sp), m_output_sp(output_sp), in IOHandler()
280 const lldb::StreamFileSP &input_sp, const lldb::StreamFileSP &output_sp, in IOHandlerEditline() argument
286 : IOHandler(debugger, type, input_sp, output_sp, error_sp, flags), in IOHandlerEditline()