Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandAlias.cpp240 if (!m_cmd_help_long.empty() || m_did_set_help_long) in GetHelpLong()
241 return m_cmd_help_long; in GetHelpLong()
H A DCommandObject.cpp57 llvm::StringRef CommandObject::GetHelpLong() { return m_cmd_help_long; } in GetHelpLong()
93 m_cmd_help_long = std::string(str); in SetHelpLong()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObject.h373 std::string m_cmd_help_long; variable
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp2704 if (!m_cmd_help_long.empty()) in GetHelpLong()
2705 return m_cmd_help_long; in GetHelpLong()
2714 m_cmd_help_long = std::string(stream.GetString()); in GetHelpLong()
2715 return m_cmd_help_long; in GetHelpLong()