Searched refs:GetCommands (Results 1 – 4 of 4) sorted by relevance
587 const CommandObject::CommandMap &GetCommands() const { in GetCommands() function
1308 StringList &GetCommands() { return m_commands; } in GetCommands() function
3685 GetCommands().SplitIntoLines(string); in SetActionFromString()3691 GetCommands().AppendString(string.c_str()); in SetActionFromStrings()3718 debugger.GetCommandInterpreter().HandleCommands(GetCommands(), exc_ctx, in HandleStop()
739 for (const auto &ent : m_interpreter.GetCommands()) { in HandleArgumentCompletion()