Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp31 FileSP input_sp = debugger.GetInputFileSP(); in DoExecute() local
33 if (input_sp->GetStream() && output_sp->GetStream() && in DoExecute()
34 input_sp->GetIsRealTerminal() && input_sp->GetIsInteractive()) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp161 BroadcasterManagerSP input_sp = input_wp.lock(); in BroadcasterManagerWillDestruct() local
162 return (input_sp && input_sp == manager_sp); in BroadcasterManagerWillDestruct()
343 BroadcasterManagerSP input_sp = input_wp.lock(); in StartListeningForEventSpec() local
344 return (input_sp && input_sp == manager_sp); in StartListeningForEventSpec()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp65 const lldb::FileSP &input_sp, in IOHandler() argument
68 : m_debugger(debugger), m_input_sp(input_sp), m_output_sp(output_sp), in IOHandler()
229 Debugger &debugger, IOHandler::Type type, const lldb::FileSP &input_sp, in IOHandlerEditline() argument
236 : IOHandler(debugger, type, input_sp, output_sp, error_sp, flags), in IOHandlerEditline()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h56 const lldb::FileSP &input_sp,
332 const lldb::FileSP &input_sp,