Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp244 if (!m_cmd_help_long.empty() || m_did_set_help_long) in GetHelpLong()
245 return m_cmd_help_long; in GetHelpLong()
H A DCommandObject.cpp56 llvm::StringRef CommandObject::GetHelpLong() { return m_cmd_help_long; } in GetHelpLong()
92 m_cmd_help_long = std::string(str); in SetHelpLong()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h413 std::string m_cmd_help_long; variable
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2606 if (!m_cmd_help_long.empty()) in GetHelpLong()
2607 return m_cmd_help_long; in GetHelpLong()
2616 m_cmd_help_long = std::string(stream.GetString()); in GetHelpLong()
2617 return m_cmd_help_long; in GetHelpLong()