Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBPlatform.cpp56 m_command(), in PlatformShellCommand()
63 m_command = shell_command; in PlatformShellCommand()
70 std::string m_command; member
196 if (m_opaque_ptr->m_command.empty()) in GetCommand()
198 return m_opaque_ptr->m_command.c_str(); in GetCommand()
205 m_opaque_ptr->m_command = shell_command; in SetCommand()
207 m_opaque_ptr->m_command.clear(); in SetCommand()