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

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp179 m_command_sp(),
1127 if (!m_command_sp)
1128 m_command_sp.reset (new CommandObjectMultiwordProcessKDP (GetTarget().GetDebugger().GetCommandInterpreter()));
1129 return m_command_sp.get();
H A DProcessKDP.h253 lldb::CommandObjectSP m_command_sp; member in class:ProcessKDP
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h335 lldb::CommandObjectSP m_command_sp; member in class:ProcessGDBRemote
H A DProcessGDBRemote.cpp263 m_command_sp ()
3288 if (!m_command_sp)
3289 m_command_sp.reset (new CommandObjectMultiwordProcessGDBRemote (GetTarget().GetDebugger().GetCommandInterpreter()));
3290 return m_command_sp.get();

Completed in 57 milliseconds