Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp56 : m_command(), m_working_dir(), m_status(0), m_signo(0) { in PlatformShellCommand()
58 m_command = shell_command; in PlatformShellCommand()
63 std::string m_command; member
158 if (m_opaque_ptr->m_command.empty()) in GetCommand()
160 return m_opaque_ptr->m_command.c_str(); in GetCommand()
165 m_opaque_ptr->m_command = shell_command; in SetCommand()
167 m_opaque_ptr->m_command.clear(); in SetCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DCompletionRequest.h96 llvm::StringRef GetRawLine() const { return m_command; } in GetRawLine()
173 llvm::StringRef m_command;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DCompletionRequest.cpp20 : m_command(command_line), m_raw_cursor_pos(raw_cursor_pos), in CompletionRequest()