Searched refs:m_cmd_syntax (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectLog.cpp | 448 result.AppendErrorWithFormat("Usage: %s\n", m_cmd_syntax.c_str()); in DoExecute() 471 result.AppendErrorWithFormat("Usage: %s\n", m_cmd_syntax.c_str()); in DoExecute() 492 result.AppendErrorWithFormat("Usage: %s\n", m_cmd_syntax.c_str()); in DoExecute() 514 result.AppendErrorWithFormat("Usage: %s\n", m_cmd_syntax.c_str()); in DoExecute() 556 result.AppendErrorWithFormat("Usage: %s\n", m_cmd_syntax.c_str()); in DoExecute()
|
H A D | CommandObjectProcess.cpp | 873 m_cmd_syntax.c_str()); in DoExecute() 1169 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute() 1331 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
|
H A D | CommandObjectThread.cpp | 1187 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute() 1193 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
|
H A D | CommandObjectMemory.cpp | 1733 m_cmd_name.c_str(), m_cmd_syntax.c_str()); in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandObject.cpp | 50 m_cmd_syntax = std::string(syntax); in CommandObject() 60 if (!m_cmd_syntax.empty()) in GetSyntax() 61 return m_cmd_syntax; in GetSyntax() 77 m_cmd_syntax = std::string(syntax_str.GetString()); in GetSyntax() 79 return m_cmd_syntax; in GetSyntax() 97 m_cmd_syntax = std::string(str); in SetSyntax()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandObject.h | 405 std::string m_cmd_syntax; variable
|