Searched refs:m_command_sp (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h342 lldb::CommandObjectSP m_command_sp; member in class:ProcessGDBRemote
H A DProcessGDBRemote.cpp282 m_command_sp (),
3257 if (!m_command_sp)
3258 m_command_sp.reset (new CommandObjectMultiwordProcessGDBRemote (GetTarget().GetDebugger().GetCommandInterpreter()));
3259 return m_command_sp.get();

Completed in 104 milliseconds