Searched refs:m_cmd_syntax (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectLog.cpp | 345 result.AppendErrorWithFormat("Usage: %s\n", m_cmd_syntax.c_str()); in DoExecute() 369 result.AppendErrorWithFormat("Usage: %s\n", m_cmd_syntax.c_str()); in DoExecute() 391 result.AppendErrorWithFormat("Usage: %s\n", m_cmd_syntax.c_str()); in DoExecute() 414 result.AppendErrorWithFormat("Usage: %s\n", m_cmd_syntax.c_str()); in DoExecute() 469 result.AppendErrorWithFormat("Usage: %s\n", m_cmd_syntax.c_str()); in DoExecute()
|
D | CommandObjectProcess.cpp | 379 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute() 761 m_cmd_syntax.c_str()); in DoExecute() 1079 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute() 1121 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute() 1162 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute() 1200 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
|
D | CommandObjectMemory.cpp | 1680 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
|
D | CommandObjectThread.cpp | 1159 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
|
/external/llvm-project/lldb/source/Interpreter/ |
D | CommandObject.cpp | 45 m_cmd_help_short(), m_cmd_help_long(), m_cmd_syntax(), m_flags(flags), in CommandObject() 49 m_cmd_syntax = std::string(syntax); in CommandObject() 61 if (!m_cmd_syntax.empty()) in GetSyntax() 62 return m_cmd_syntax; in GetSyntax() 78 m_cmd_syntax = std::string(syntax_str.GetString()); in GetSyntax() 80 return m_cmd_syntax; in GetSyntax() 98 m_cmd_syntax = std::string(str); in SetSyntax()
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | CommandObject.h | 364 std::string m_cmd_syntax; variable
|